/* PEIBWA callout (Lake block) — content beside stacked callout cards. */

.lake-root .b-peibwa-callout .row {
	display: grid;
	grid-template-columns: 55fr 45fr;
	gap: 3rem;
	align-items: center;
}

.lake-root .b-peibwa-callout .txt .s-head {
	margin: 0 0 1.25rem;
}

.lake-root .b-peibwa-callout .txt .s-body {
	line-height: 1.65;
}

.lake-root .b-peibwa-callout .txt .s-body ul,
.lake-root .b-peibwa-callout .txt .s-body ol {
	padding-left: 1.5rem;
	list-style: revert;
	list-style-position: outside;
}

.lake-root .b-peibwa-callout .txt .s-body ul li,
.lake-root .b-peibwa-callout .txt .s-body ol li {
	margin-bottom: 4px;
}

/* White-pill highlight line. */
.lake-root .b-peibwa-callout .txt .note {
	display: inline-block;
	background: #fff;
	border-radius: 8px;
	padding: 0.75rem 1rem;
	margin-top: 1rem;
	line-height: 1.65;
}

.lake-root .b-peibwa-callout .txt .note p:last-child {
	margin-bottom: 0;
}

/* Stacked cards column. */
.lake-root .b-peibwa-callout .aside {
	display: grid;
	gap: 1.5rem;
	align-content: start;
}

.lake-root .b-peibwa-callout .card {
	background: #fff;
	border: 1px solid #dcd5cc;
	border-radius: 12px;
	padding: 2rem;
}

.lake-root .b-peibwa-callout .card .card-title {
	margin: 0 0 1rem;
}

.lake-root .b-peibwa-callout .card .card-body {
	line-height: 1.65;
}

.lake-root .b-peibwa-callout .card .card-body ul,
.lake-root .b-peibwa-callout .card .card-body ol {
	padding-left: 1.5rem;
	list-style: revert;
	list-style-position: outside;
	margin-top: 1rem;
}

.lake-root .b-peibwa-callout .card .card-body ul li,
.lake-root .b-peibwa-callout .card .card-body ol li {
	margin-bottom: 4px;
}

.lake-root .b-peibwa-callout .card .card-body p:last-child {
	margin-bottom: 0;
}

.lake-root .b-peibwa-callout .card .card-acts {
	margin-top: 1.5rem;
}

/* Purple notice card ("Applications are now closed."). */
.lake-root .b-peibwa-callout .card.notice {
	background: transparent;
	border: none;
	color: var(--color-secondary, #6F5EAE);
	font-weight: 600;
	font-size: 1.15rem;
	text-align: center;
}

.lake-root .b-peibwa-callout .card.notice .card-title {
	color: inherit;
}

@media (max-width: 900px) {
	.lake-root .b-peibwa-callout .row {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
}

/* Anchor target: keep the panel visible under any sticky chrome. */
.lake-root .b-peibwa-callout .aside[id] {
	scroll-margin-top: 6rem;
}

/* Purple arrow markers (matches .wp-block-list in main.css) on the left
   copy's lists and inside card/panel lists. */
.lake-root .b-peibwa-callout .txt .s-body ul li::marker,
.lake-root .b-peibwa-callout .card-body ul li::marker {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='18' viewBox='0 0 32 18' fill='none'%3E%3Cg clip-path='url(%23clip0_12577_24150)'%3E%3Cmask id='mask0_12577_24150' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='-1' y='0' width='29' height='16'%3E%3Cpath d='M27.6552 0H-0.078125V15.6H27.6552V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_12577_24150)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.9529 9.20515H0V8.23015H24.9529L21.5865 4.8374L22.2705 4.14795L26.8048 8.71771L22.2705 13.2874L21.5865 12.598L24.9529 9.20515Z' fill='%236A5AA7'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_12577_24150'%3E%3Crect width='32' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.lake-root .b-peibwa-callout .txt .s-body ul,
.lake-root .b-peibwa-callout .card-body ul {
	padding-left: 2.5rem;
}

.lake-root .b-peibwa-callout .txt .s-body ul li,
.lake-root .b-peibwa-callout .card-body ul li {
	padding-left: 0.5rem;
	margin-bottom: 0.75rem;
	line-height: 1.65;
}

/* Lavender panel card (the "apply" panel on program pages). */
.lake-root .b-peibwa-callout .card.panel {
	background: rgba(203, 192, 229, 0.2);
	border: 0;
	padding: clamp(2rem, 4vw, 3rem);
}

.lake-root .b-peibwa-callout .card-fine {
	font-size: 0.8rem;
	line-height: 1.6;
	margin-top: 1.25rem;
}

.lake-root .b-peibwa-callout .card.panel .card-acts {
	margin-top: 1.75rem;
}

.lake-root .b-peibwa-callout .card.panel .card-acts .peibwa-btn {
	display: block;
	width: 100%;
	text-align: center;
	text-transform: none;
	letter-spacing: normal;
	font-size: 1.05rem;
	padding: 1rem 1.5rem;
}

/* Closed notice inside the panel/aside. */
.lake-root .b-peibwa-callout .card.notice .card-title {
	margin: 0;
}

/* Canvas-only state chips; inactive variant is dimmed but editable. */
.lake-root .b-peibwa-callout .card-when {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6F5EAE;
	background: rgba(111, 94, 174, 0.12);
	border-radius: 999px;
	padding: 2px 10px;
	margin-bottom: 0.75rem;
}

.lake-root .b-peibwa-callout .card.inactive {
	opacity: 0.55;
}
