/* PEIBWA call to action (Lake block). Tint backgrounds + alignment. */

.lake-root .b-peibwa-cta.secondary-tint {
	background: rgba(203, 192, 229, 0.3);
}

.lake-root .b-peibwa-cta.primary-tint {
	background: rgba(156, 191, 243, 0.3);
}

.lake-root .b-peibwa-cta.accent-tint {
	background: rgba(163, 211, 217, 0.3);
}

.lake-root .b-peibwa-cta .s-head {
	margin: 0 0 1rem;
}

.lake-root .b-peibwa-cta .s-body {
	line-height: 1.65;
	max-width: 720px;
}

.lake-root .b-peibwa-cta .acts {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 1.75rem;
}

.lake-root .b-peibwa-cta.center {
	text-align: center;
}

.lake-root .b-peibwa-cta.center .s-body {
	margin-left: auto;
	margin-right: auto;
}

.lake-root .b-peibwa-cta.center .acts {
	justify-content: center;
}

/* Navy band variant. */
.lake-root .b-peibwa-cta.dark .s-head,
.lake-root .b-peibwa-cta.dark .s-body {
	color: #fff;
}

/* Rounded-panel layout: the tint moves from the full-bleed section onto a
   contained rounded box (the Corporate Partner / Become a Member CTA). */
.lake-root .b-peibwa-cta.panel {
	background: transparent;
}

.lake-root .b-peibwa-cta.panel .s-inner {
	border-radius: 12px;
	padding: clamp(2rem, 4vw, 3rem);
}

.lake-root .b-peibwa-cta.panel.secondary-tint .s-inner { background: var(--color-secondary-lighter, #e4def1); }
.lake-root .b-peibwa-cta.panel.primary-tint .s-inner { background: rgba(156, 191, 243, 0.3); }
.lake-root .b-peibwa-cta.panel.accent-tint .s-inner { background: rgba(163, 211, 217, 0.3); }

.lake-root .b-peibwa-cta.panel .s-body {
	max-width: none;
}

.lake-root .b-peibwa-cta.panel .peibwa-btn {
	text-transform: none;
	letter-spacing: normal;
	font-size: 1rem;
}
