/*
 * Farm SMS Consent — Temporary Order page (Cart) SMS Notifications
 * section. Scoped to .fsc-temp-order-sms-section (only present when
 * rendered via woocommerce_proceed_to_checkout on the Cart page) so this
 * never touches Account Details or Checkout. This file is also only
 * enqueued on the Cart page itself (is_cart()).
 */

.fsc-temp-order-sms-section {
	margin-top: 20px;
	padding-top: 14px;
	border-top: 1px solid #e2e2e2;
}

.fsc-temp-order-sms-section .fsc-temp-order-section-heading {
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 12px;
	padding: 0;
}

.fsc-temp-order-sms-section .fsc-sms-consent-row {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.fsc-temp-order-sms-section .fsc-sms-consent-label {
	display: flex;
	align-items: flex-start;
	gap: 0.5em;
	font-weight: normal;
}

.fsc-temp-order-sms-section .fsc-sms-consent-label input[type="checkbox"] {
	margin-top: 0.2em;
	flex-shrink: 0;
}

.fsc-temp-order-sms-section .fsc-sms-consent-text,
.fsc-temp-order-sms-section .fsc-sms-fine-print,
.fsc-temp-order-sms-section .fsc-sms-consent-disclaimer {
	font-size: 0.9em;
	color: #666;
	margin: 0.5em 0;
}

.fsc-temp-order-sms-section .fsc-sms-links {
	margin: 0.5em 0;
	font-size: 0.9em;
}

.fsc-temp-order-sms-section .fsc-sms-links a {
	text-decoration: underline;
}
