.psa-aad-tier-offers {
	clear: both;
	margin: 24px 0;
}

.psa-aad-tier-heading {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin-bottom: 12px;
}

.psa-aad-tier-heading strong {
	color: #111827;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
}

.psa-aad-tier-heading span {
	color: #475569;
	font-size: 14px;
	line-height: 1.35;
}

.psa-aad-tier-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	max-width: 850px;
}

.psa-aad-tier-card {
	appearance: none;
	background: #ffffff;
	border: 2px solid #111827;
	border-radius: 8px;
	color: #111827;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-height: 116px;
	padding: 18px 20px;
	position: relative;
	text-align: left;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
	width: 100%;
}

.psa-aad-tier-card:hover {
	border-color: #2563eb;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.psa-aad-tier-card:focus-visible {
	box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.34);
	outline: 0;
}

.psa-aad-tier-card.is-selected {
	background: #102a76;
	border-color: #102a76;
	color: #ffffff;
}

.psa-aad-tier-price {
	font-size: 24px;
	font-weight: 800;
	line-height: 1.1;
}

.psa-aad-tier-price small {
	font-size: 16px;
	font-weight: 700;
	white-space: nowrap;
}

.psa-aad-tier-qty {
	font-size: 18px;
	line-height: 1.25;
}

.psa-aad-tier-badge {
	background: #f97316;
	border-radius: 999px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	padding: 6px 8px;
	position: absolute;
	right: 10px;
	text-transform: uppercase;
	top: -11px;
}

.psa-aad-tier-cart-price del {
	color: #64748b;
	margin-right: 6px;
}

.psa-aad-tier-cart-price ins {
	background: transparent;
	color: #102a76;
	font-weight: 800;
	text-decoration: none;
}

.psa-aad-tier-saving,
.psa-aad-tier-checkout-note {
	color: #166534;
	font-weight: 700;
}

@media (max-width: 520px) {
	.psa-aad-tier-grid {
		grid-template-columns: 1fr;
	}

	.psa-aad-tier-card {
		min-height: 104px;
		padding: 16px;
	}

	.psa-aad-tier-price {
		font-size: 22px;
	}
}
