.epik-contact-form-wrap {
	background: #ffffff;
	border: 1px solid #d9e1ec;
	border-radius: 12px;
	box-shadow: 0 12px 32px rgba(17, 24, 39, 0.06);
	box-sizing: border-box;
	margin: 2rem auto;
	max-width: 760px;
	padding: 1.5rem;
}

.epik-contact-form {
	display: grid;
	gap: 1rem;
}

.epik-contact-field {
	display: grid;
	gap: 0.4rem;
}

.epik-contact-field label {
	color: #243447;
	font-weight: 700;
}

.epik-contact-field input,
.epik-contact-field textarea {
	background: #ffffff;
	border: 1px solid #cfd9e6;
	border-radius: 8px;
	box-sizing: border-box;
	color: #243447;
	font: inherit;
	line-height: 1.45;
	padding: 0.72rem 0.82rem;
	width: 100%;
}

.epik-contact-field input[readonly] {
	background: #f3f6fa;
	color: #4d6078;
}

.epik-contact-field textarea {
	min-height: 180px;
	resize: vertical;
}

.epik-contact-help {
	color: #65758b;
	font-size: 0.92rem;
	margin: 0;
}

.epik-contact-field-hidden {
	height: 0;
	left: -9999px;
	overflow: hidden;
	position: absolute;
	width: 0;
}

.epik-contact-turnstile {
	align-items: flex-start;
	display: flex;
	min-height: 64px;
}

.epik-contact-turnstile .cf-turnstile {
	max-width: 100%;
}

.epik-contact-turnstile-missing {
	background: #fff1f1;
	border: 1px solid #f2b8b8;
	border-radius: 8px;
	color: #8f1d1d;
	padding: 0.75rem 0.9rem;
}

.epik-contact-actions {
	display: flex;
	justify-content: flex-start;
}

.epik-contact-actions button {
	background: #1f6f8b;
	border: 0;
	border-radius: 8px;
	color: #ffffff;
	cursor: pointer;
	font-weight: 700;
	line-height: 1;
	padding: 0.85rem 1.35rem;
}

.epik-contact-actions button:hover,
.epik-contact-actions button:focus {
	background: #185c74;
}

.epik-contact-notice {
	border-radius: 8px;
	margin-bottom: 1rem;
	padding: 0.85rem 1rem;
}

.epik-contact-notice p {
	margin: 0.2rem 0;
}

.epik-contact-notice-success {
	background: #e3f7e9;
	border: 1px solid #b9e8c8;
	color: #07552c;
}

.epik-contact-notice-error {
	background: #fff1f1;
	border: 1px solid #f2b8b8;
	color: #8f1d1d;
}

@media (max-width: 720px) {
	.epik-contact-form-wrap {
		border-radius: 10px;
		margin: 1rem 0;
		padding: 1rem;
	}
}
