
/* Fresh Intersting Food — Frontend Fix
 * High-specificity rules intentionally use !important where themes can
 * otherwise override contrast or form controls.
 */

.fif-fix-order,
.fif-fix-order * {
	box-sizing: border-box;
}

.fif-fix-order {
	width: 100%;
	margin: 48px auto 32px;
	padding: 0;
	background: #ffffff !important;
	color: #222222 !important;
	border: 1px solid #e5ded3;
	border-radius: 18px;
	box-shadow: 0 12px 40px rgba(0,0,0,.08);
	overflow: hidden;
}

.fif-fix-order__inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 42px;
}

.fif-fix-order__intro {
	margin-bottom: 28px;
}

.fif-fix-order__eyebrow {
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .16em;
	color: #b95700 !important;
}

.fif-fix-order h2,
.fif-fix-order h3,
.fif-fix-order p,
.fif-fix-order label,
.fif-fix-order span,
.fif-fix-order small {
	color: #222222 !important;
}

.fif-fix-order h2 {
	margin: 0 0 10px !important;
	font-size: clamp(28px, 4vw, 42px) !important;
	line-height: 1.15 !important;
}

.fif-fix-order__intro p {
	max-width: 760px;
	margin: 0 !important;
	font-size: 16px;
	line-height: 1.7;
}

.fif-fix-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.fif-fix-order p {
	margin: 0 0 18px;
}

.fif-fix-order label {
	display: block;
	margin: 0 0 7px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
}

.fif-fix-order label span {
	color: #c43d2f !important;
}

.fif-fix-order input,
.fif-fix-order select,
.fif-fix-order textarea {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	min-height: 48px !important;
	padding: 12px 14px !important;
	border: 1px solid #cfc7bc !important;
	border-radius: 9px !important;
	background: #ffffff !important;
	color: #222222 !important;
	font: inherit !important;
	line-height: 1.4 !important;
	box-shadow: none !important;
	opacity: 1 !important;
}

.fif-fix-order textarea {
	min-height: 120px !important;
	resize: vertical;
}

.fif-fix-order input::placeholder,
.fif-fix-order textarea::placeholder {
	color: #777777 !important;
	opacity: 1 !important;
}

.fif-fix-order input:focus,
.fif-fix-order select:focus,
.fif-fix-order textarea:focus {
	outline: 2px solid #e96a00 !important;
	outline-offset: 1px;
	border-color: #e96a00 !important;
}

.fif-fix-order__button {
	display: inline-block !important;
	min-height: 50px !important;
	padding: 13px 24px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #e96800 !important;
	color: #ffffff !important;
	font-weight: 800 !important;
	cursor: pointer !important;
	text-decoration: none !important;
}

.fif-fix-order__button:hover,
.fif-fix-order__button:focus {
	background: #c95200 !important;
	color: #ffffff !important;
}

.fif-fix-order__privacy {
	margin-top: 12px !important;
	font-size: 12px !important;
	color: #666666 !important;
}

.fif-fix-message {
	margin: 0 0 24px;
	padding: 14px 16px;
	border-radius: 10px;
	font-size: 15px;
	line-height: 1.5;
}

.fif-fix-message--success {
	background: #edf8ef !important;
	border: 1px solid #b8ddbf;
	color: #1c5d2a !important;
}

.fif-fix-message--success strong {
	color: #1c5d2a !important;
}

.fif-fix-message--error {
	background: #fff1ef !important;
	border: 1px solid #e7b8b2;
	color: #8b241a !important;
}

.fif-fix-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

/* Fix the existing dark CTA shown in the screenshot. */
.fif-cta,
.fif-cta * {
	color: #f7f1e8 !important;
}

.fif-cta h1,
.fif-cta h2,
.fif-cta h3,
.fif-cta h4,
.fif-cta p,
.fif-cta li,
.fif-cta strong,
.fif-cta span {
	color: #f7f1e8 !important;
}

.fif-cta a:not(.fif-button),
.fif-cta .fif-button {
	color: #ffffff !important;
}

.fif-cta .fif-button {
	background: #e96800 !important;
}

.fif-cta a {
	text-decoration-color: currentColor;
}

@media (max-width: 720px) {
	.fif-fix-order__inner {
		padding: 28px 20px;
	}

	.fif-fix-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.fif-fix-order__button {
		width: 100% !important;
	}
}
