.ipp-as-dashboard-list {
	margin: 2rem 0;
}

.ipp-as-dashboard-list > h2 {
	margin-bottom: 1rem;
}

.ipp-as-tariff-card {
	--ipp-brown: #5b4638;
	--ipp-gold: #caa85e;
	--ipp-cream: #faf7f0;
	position: relative;
	margin: 1.5rem 0;
	padding: clamp(1.25rem, 3vw, 2rem);
	overflow: hidden;
	border: 1px solid rgba(202, 168, 94, .48);
	border-left: 5px solid var(--ipp-gold);
	border-radius: 14px;
	background: linear-gradient(135deg, #fff 0%, var(--ipp-cream) 100%);
	box-shadow: 0 10px 30px rgba(55, 40, 29, .08);
	color: #2c2825;
}

.ipp-as-card-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.25rem;
}

.ipp-as-card-head h3 {
	margin: .25rem 0 0;
	color: var(--ipp-brown);
	font-size: clamp(1.3rem, 3vw, 1.75rem);
	line-height: 1.2;
}

.ipp-as-eyebrow {
	color: #7a684e;
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ipp-as-status {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	padding: .45rem .75rem;
	border-radius: 999px;
	background: #edf7f0;
	color: #1d6b3a;
	font-size: .8rem;
	font-weight: 700;
	white-space: nowrap;
}

.ipp-as-status span {
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	background: #35a35b;
}

.ipp-as-tariff-card.is-pending .ipp-as-status {
	background: #fff3d8;
	color: #7a5611;
}

.ipp-as-tariff-card.is-pending .ipp-as-status span {
	background: #d59a20;
}

.ipp-as-change {
	margin-bottom: 1.25rem;
	padding: 1rem 1.1rem;
	border-radius: 9px;
	background: rgba(202, 168, 94, .13);
}

.ipp-as-change strong {
	color: var(--ipp-brown);
}

.ipp-as-change p {
	margin: .35rem 0 0;
}

.ipp-as-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .75rem 1.5rem;
	margin: 0;
}

.ipp-as-facts div {
	padding: .8rem 0;
	border-bottom: 1px solid rgba(91, 70, 56, .12);
}

.ipp-as-facts dt {
	margin-bottom: .2rem;
	color: #766d66;
	font-size: .78rem;
	font-weight: 600;
}

.ipp-as-facts dd {
	margin: 0;
	color: #302923;
	font-weight: 700;
}

.ipp-as-confirmation {
	margin: 1rem 0 0;
	color: #1d6b3a;
	font-weight: 600;
}

.ipp-as-detail-link {
	display: inline-block;
	margin-top: 1.25rem;
	color: var(--ipp-brown);
	font-weight: 700;
	text-decoration: none;
}

.ipp-as-detail-link:hover,
.ipp-as-detail-link:focus {
	color: #8d6c28;
	text-decoration: underline;
}

.ipp-as-checkout-card { border: 1px solid #d7c79f; border-radius: 14px; padding: clamp(16px, 4vw, 32px); margin: 24px 0; background: #fffdf9; color: #443b32; }
.ipp-as-checkout-card label { display: block; margin: 16px 0 8px; }
.ipp-as-checkout-card select { width: 100%; max-width: 100%; padding: 12px; min-height: 44px; }
.ipp-as-checkout-card .button { background: #594a3e; color: #fff; border-radius: 6px; padding: 12px 18px; white-space: normal; }
.ipp-as-checkout-card .button:focus-visible, .ipp-as-checkout-card select:focus-visible { outline: 3px solid #94762f; outline-offset: 3px; }
.ipp-as-checkout-quote { border-left: 4px solid #c7a963; background: #fff; padding: 18px; margin-bottom: 24px; }
.ipp-as-checkout-quote dl { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 10px 20px; }
.ipp-as-checkout-quote dd { margin: 0; overflow-wrap: anywhere; font-weight: 600; }
.ipp-as-checkout-notice { padding: 16px; border-left: 4px solid #c7a963; background: #f8f3e8; }

@media (max-width: 640px) {
	.ipp-as-checkout-quote dl { grid-template-columns: 1fr; }
	.ipp-as-checkout-quote dd { margin-bottom: 12px; }
	.ipp-as-card-head {
		align-items: stretch;
		flex-direction: column;
	}

	.ipp-as-status {
		align-self: flex-start;
	}

	.ipp-as-facts {
		grid-template-columns: 1fr;
		gap: 0;
	}
}
