.k-revive-contact,
.k-revive-delivery {
	border: 1px solid #d8e2e8;
	border-radius: 12px;
	padding: clamp(1.25rem, 3vw, 2rem);
}

.k-revive-contact-form p {
	margin: 0 0 1rem;
}

.k-revive-contact-form label {
	display: block;
	font-weight: 700;
	margin-bottom: 0.35rem;
}

.k-revive-contact-form input:not([type="checkbox"]),
.k-revive-contact-form textarea {
	border: 1px solid #9aacb8;
	border-radius: 4px;
	box-sizing: border-box;
	font: inherit;
	max-width: 100%;
	padding: 0.7rem;
	width: 100%;
}

.k-revive-contact-form__honeypot {
	left: -10000px;
	position: absolute;
	top: auto;
}

.k-revive-contact-form__consent label,
.k-revive-delivery__consent {
	display: inline-flex;
	font-weight: 400;
	gap: 0.5rem;
	margin: 0;
}

.k-revive-contact-form__submit {
	background: #0f7278;
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	padding: 0.8rem 1.35rem;
}

.k-revive-delivery__show {
	background: #12324a;
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	padding: 0.8rem 1.35rem;
}

.k-revive-contact-form__submit:disabled {
	cursor: wait;
	opacity: 0.65;
}

.k-revive-delivery__show:disabled {
	cursor: not-allowed;
	opacity: 0.55;
}

.k-revive-contact-form__status {
	font-weight: 700;
	min-height: 1.5em;
}

.k-revive-contact-form__status.is-error {
	color: #a42323;
}

.k-revive-contact-form__status.is-success {
	color: #096d46;
}

.k-revive-delivery__status {
	color: #a42323;
	font-weight: 700;
	min-height: 1.5em;
}

.k-revive-delivery__details {
	background: #f5f9fa;
	border-radius: 8px;
	margin-top: 1rem;
	padding: 1rem;
}

.k-revive-delivery__details address {
	font-style: normal;
}

.k-revive-case-studies {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.k-revive-case-study-card {
	border: 1px solid #d8e2e8;
	border-radius: 10px;
	overflow: hidden;
}

.k-revive-case-study-card__link {
	color: inherit;
	display: block;
	height: 100%;
	padding-bottom: 1rem;
	text-decoration: none;
}

.k-revive-case-study-card__image img {
	aspect-ratio: 4 / 3;
	display: block;
	object-fit: cover;
	width: 100%;
}

.k-revive-case-study-card h3,
.k-revive-case-study-card p {
	margin: 0.75rem 1rem 0;
}

.k-revive-case-study-card__meta {
	color: #3c5967;
	font-size: 0.875rem;
	font-weight: 700;
}
