body.harfest-landing-page .harfest-participant-cta-row {
	align-items: center;
	display: flex !important;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

body.harfest-landing-page .harfest-participant-cta-row > .elementor-widget-button,
body.harfest-landing-page .harfest-participant-cta-row > .harfest-participant-doc-btn {
	align-self: center !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: auto !important;
}

body.harfest-landing-page .harfest-participant-doc-btn .wolf-core-button {
	background: transparent !important;
	border: 2px solid rgba(255, 255, 255, 0.85) !important;
	box-shadow: none;
	color: #fff !important;
	min-width: 200px;
	transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

body.harfest-landing-page .harfest-participant-doc-btn .wolf-core-button::after {
	display: none;
}

body.harfest-landing-page .harfest-participant-doc-btn .wolf-core-button:hover,
body.harfest-landing-page .harfest-participant-doc-btn .wolf-core-button:focus {
	background: rgba(255, 255, 255, 0.1) !important;
	border-color: #fff !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
	color: #fff !important;
}

body.harfest-landing-page .harfest-participant-doc-btn .wolf-core-button-text {
	color: #fff !important;
	font-family: "Slavic", "Slavik", "LogoFont", "Juno", sans-serif !important;
	font-weight: 400 !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	body.harfest-landing-page .harfest-participant-cta-row {
		flex-direction: column;
		gap: 14px;
	}

	body.harfest-landing-page .harfest-participant-cta-row > .elementor-widget-button,
	body.harfest-landing-page .harfest-participant-cta-row > .harfest-participant-doc-btn,
	body.harfest-landing-page .harfest-participant-doc-btn .wolf-core-button {
		min-width: 100%;
		width: 100% !important;
	}
}
