.ien-product-policy {
	margin-top: 1rem;
	padding: 0.85rem 1rem;
	border: 1px solid rgba(18, 23, 27, 0.14);
	border-radius: 12px;
	background: #f6f3ee;
	color: #26292d;
	font-size: 0.95rem;
	line-height: 1.5;
}

.ien-product-account {
	margin-top: 0.75rem;
	padding: 0.85rem 1rem;
	border: 1px solid rgba(18, 23, 27, 0.14);
	border-left: 4px solid #ee3328;
	border-radius: 12px;
	background: #fff;
	color: #26292d;
	font-size: 0.9rem;
	line-height: 1.55;
}

.ien-product-account a {
	color: #c7251d;
	font-weight: 750;
}

.ien-product-waiver-status {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	margin-top: 0.75rem;
	padding: 0.85rem 1rem;
	border: 1px solid rgba(35, 134, 76, 0.28);
	border-radius: 12px;
	background: #eef8f1;
	color: #1c5e38;
	font-size: 0.9rem;
	line-height: 1.5;
}

.ien-product-waiver-status > span:first-child {
	display: inline-grid;
	width: 1.35rem;
	height: 1.35rem;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 50%;
	background: #23864c;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 900;
}

.ien-policy-link {
	color: #ee3328;
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

.ien-policy-link:hover,
.ien-policy-link:focus-visible {
	color: #b91f18;
}

/* PayPal leaves a non-interactive placeholder after its product button is
 * disabled. Remove the empty shell so waiver-bearing product pages stay clean. */
.single-product .ppcp-disabled {
	display: none !important;
}

.ien-checkout-policies {
	margin: 1rem 0;
	padding: clamp(1rem, 3vw, 1.35rem);
	border: 1px solid rgba(18, 23, 27, 0.14);
	border-left: 4px solid #ee3328;
	border-radius: 14px;
	background: #f6f3ee;
	box-shadow: 0 10px 28px rgba(18, 23, 27, 0.06);
}

.ien-checkout-policies--required {
	margin-bottom: 0;
	padding: 1rem 1rem 0.8rem;
	border-bottom: 0;
	border-radius: 14px 14px 0 0;
	box-shadow: none;
}

.ien-checkout-policies--required + .wc-block-checkout__order-fields {
	margin: 0 0 1.5rem !important;
	padding: 0 1rem 1rem !important;
	border: 1px solid rgba(18, 23, 27, 0.14) !important;
	border-top: 0 !important;
	border-left: 4px solid #ee3328 !important;
	border-radius: 0 0 14px 14px;
	background: #f6f3ee;
}

.ien-checkout-policies--required + .wc-block-checkout__order-fields .wc-block-components-checkout-step__heading-container {
	display: none;
}

.ien-checkout-policies--required + .wc-block-checkout__order-fields .wc-block-components-checkout-step__content {
	padding: 0 !important;
}

.ien-checkout-access {
	margin: 0 0 1.25rem;
	padding: clamp(1rem, 3vw, 1.35rem);
	border-radius: 14px;
	line-height: 1.55;
}

.ien-checkout-access .ien-eyebrow {
	margin: 0 0 0.45rem;
	font-size: 0.7rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ien-checkout-access p:last-child {
	margin-bottom: 0;
}

.ien-checkout-access--guest {
	border: 1px solid rgba(18, 23, 27, 0.14);
	background: #f6f3ee;
	color: #26292d;
}

.ien-checkout-access--guest .ien-eyebrow {
	color: #23864c;
}

.ien-checkout-access--guest p {
	margin: 0;
}

.ien-checkout-access--required {
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: #171719;
	box-shadow: 0 16px 38px rgba(18, 23, 27, 0.14);
	color: rgba(255, 255, 255, 0.76);
}

.ien-checkout-access--required .ien-eyebrow {
	color: #f04439;
}

.ien-checkout-access--required h3 {
	margin: 0;
	color: #fff;
	font-size: clamp(1.2rem, 3vw, 1.55rem);
	line-height: 1.15;
}

.ien-checkout-access--required h3 + p {
	margin: 0.65rem 0 0;
}

.ien-checkout-access__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem 1rem;
	margin-top: 0.85rem;
}

.ien-checkout-access__actions a {
	color: #fff;
	font-weight: 800;
	text-underline-offset: 0.2em;
}

.ien-checkout-access__actions .ien-checkout-access__primary {
	display: inline-flex;
	min-height: 2.75rem;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1rem;
	border-radius: 6px;
	background: #ee3328;
	text-decoration: none;
}

.ien-checkout-access__new {
	margin: 0.8rem 0 0;
	padding-top: 0.8rem;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	font-size: 0.9rem;
}

.ien-checkout-access__new strong {
	color: #fff;
}

.ien-checkout-policies .ien-eyebrow {
	margin: 0 0 0.35rem;
	color: #ee3328;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ien-checkout-policies h3 {
	margin: 0;
	font-size: clamp(1.2rem, 3vw, 1.55rem);
	line-height: 1.15;
}

.ien-checkout-policies h3 + p {
	margin: 0.55rem 0 0;
	color: #5d6268;
}

.ien-checkout-policies ul {
	margin: 0.85rem 0 0;
	padding: 0;
	list-style: none;
}

.ien-checkout-policies li + li {
	margin-top: 0.5rem;
}

.ien-checkout-policies--required .ien-policy-link {
	display: inline-flex;
	min-height: 2.65rem;
	align-items: center;
	justify-content: center;
	padding: 0.65rem 0.85rem;
	border: 1px solid rgba(238, 51, 40, 0.38);
	border-radius: 9px;
	background: #fff;
	text-decoration: none;
}

.ien-checkout-policies--accepted {
	display: flex;
	align-items: flex-start;
	gap: 0.9rem;
	border-color: rgba(35, 134, 76, 0.3);
	border-left-color: #23864c;
	background: #eef8f1;
	box-shadow: 0 10px 28px rgba(35, 134, 76, 0.08);
}

.ien-checkout-policies--accepted .ien-eyebrow {
	color: #23864c;
}

.ien-waiver-status-icon {
	display: grid;
	width: 2.25rem;
	height: 2.25rem;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 50%;
	background: #23864c;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 900;
}

.ien-waiver-status-copy {
	min-width: 0;
}

.ien-checkout-policies--accepted h3 + p {
	color: #294c38;
}

.ien-waiver-status-date {
	white-space: nowrap;
}

.ien-waiver-status-links {
	margin-top: 0.65rem;
	font-size: 0.9rem;
}

.wc-block-checkout__additional-fields .wc-block-components-checkbox,
.wc-block-checkout__order-fields .wc-block-components-address-form__ironenano-product-terms-accepted {
	margin: 0;
	padding: 0.9rem 1rem;
	border: 1px solid rgba(238, 51, 40, 0.42);
	border-radius: 12px;
	background: #fff;
}

.wc-block-checkout__additional-fields .wc-block-components-checkbox__label,
.wc-block-checkout__order-fields .wc-block-components-address-form__ironenano-product-terms-accepted .wc-block-components-checkbox__label {
	font-weight: 750;
}

@media (max-width: 600px) {
	.ien-checkout-policies,
	.ien-checkout-access {
		border-radius: 12px;
		box-shadow: none;
	}

	.ien-checkout-policies--required {
		border-radius: 12px 12px 0 0;
	}

	.ien-checkout-policies--required + .wc-block-checkout__order-fields {
		border-radius: 0 0 12px 12px;
	}

	.ien-checkout-access__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.ien-checkout-access__actions a {
		text-align: center;
	}

	.ien-checkout-policies--accepted {
		gap: 0.75rem;
	}

	.ien-waiver-status-date {
		display: block;
		margin-top: 0.2rem;
		white-space: normal;
	}
}
