/* WP Custom Layout 2.0. Every rule is opt-in; legacy frames keep their CSS. */
.wpcl-frame-v2 {
	--wpcl-frame-heading-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--wpcl-frame-section-space: clamp(48px, 7vw, 96px);
	--wpcl-frame-gutter: clamp(20px, 3vw, 40px);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.wpcl-frame-v2.wpcl-frame-density-compact { --wpcl-frame-section-space: clamp(36px, 5vw, 64px); }
.wpcl-frame-v2.wpcl-frame-type-editorial { --wpcl-frame-heading-font: Georgia, "Times New Roman", serif; }
.wpcl-frame-v2, .wpcl-frame-v2 * { box-sizing: border-box; }
.wpcl-frame-v2 :is(a, button, input):focus-visible { outline: 3px solid currentColor; outline-offset: 4px; }
.wpcl-frame-v2 .wpcl-button { gap: 16px; min-height: 48px; padding: 14px 22px; font-size: 14px; font-weight: 700; line-height: 1.25; }
.wpcl-frame-v2 .wpcl-button:focus-visible { outline: 3px solid var(--wpcl-text, var(--wpcl-cta-band-text)); outline-offset: 4px; }

/* The staging site's civic identity: bulletin, pale brand row, centered navy navigation. */
.wpcl-header.wpcl-frame-v2 { --wpcl-frame-gutter: var(--wpcl-header-padding-x, 28px); padding: 0; background: var(--wpcl-background); border-bottom: 1px solid color-mix(in srgb, var(--wpcl-text) 14%, transparent); }
.wpcl-header.wpcl-frame-v2 .wpcl-header-shell { gap: 22px; padding-inline: var(--wpcl-frame-gutter); }
.wpcl-header.wpcl-frame-v2 .wpcl-header-utility-inner { min-height: 34px; padding: 7px var(--wpcl-frame-gutter); }
.wpcl-header.wpcl-frame-v2 .wpcl-header-utility-details,
.wpcl-header.wpcl-frame-v2 .wpcl-header-utility-links { gap: 8px 20px; }
.wpcl-header.wpcl-frame-v2 .wpcl-header-utility-details > span + span { padding-left: 20px; border-left: 1px solid currentColor; }
.wpcl-header.wpcl-frame-v2 .wpcl-brand { flex: 0 1 auto; max-width: 650px; gap: 12px; }
.wpcl-header.wpcl-frame-v2 .wpcl-brand-name { font-family: var(--wpcl-frame-heading-font); font-size: var(--wpcl-title-size); font-weight: 750; letter-spacing: -.035em; line-height: 1.16; white-space: normal; text-transform: none; overflow-wrap: anywhere; }
.wpcl-header.wpcl-frame-v2 .wpcl-tagline { font-family: inherit; letter-spacing: 0; text-transform: none; }
.wpcl-header.wpcl-frame-v2:has(.wpcl-civic-navigation-row) .wpcl-brand-name { font-family: Georgia, "Times New Roman", serif; font-size: var(--wpcl-title-size); font-weight: 700; letter-spacing: .02em; line-height: 1.25; text-transform: uppercase; }
.wpcl-header.wpcl-frame-v2:has(.wpcl-civic-navigation-row) .wpcl-tagline { max-width: 100%; font-size: var(--wpcl-tagline-size); font-weight: 400; letter-spacing: .08em; line-height: 1.5; text-transform: uppercase; }
.wpcl-header.wpcl-frame-v2 .wpcl-logo-surface { transition: width .2s ease, height .2s ease, flex-basis .2s ease; }
.wpcl-header.wpcl-frame-v2 .wpcl-navigation { margin-left: auto; }
.wpcl-header.wpcl-frame-v2 .wpcl-desktop-cta { flex-shrink: 0; white-space: nowrap; }
.wpcl-header.wpcl-frame-v2:has(.wpcl-civic-navigation-row) .wpcl-desktop-cta { margin-left: auto; }
.wpcl-header.wpcl-frame-v2 .wpcl-button { min-height: 44px; padding: 10px 18px; font-weight: 600; line-height: 1; }
.wpcl-header.wpcl-frame-v2 .wpcl-header-search { flex: 0 1 240px; min-width: 150px; width: 240px; margin-left: auto; }
.wpcl-header.wpcl-frame-v2:has(.wpcl-civic-navigation-row) .wpcl-header-search + .wpcl-desktop-cta { margin-left: 0; }
.wpcl-header.wpcl-frame-v2 .wpcl-nav-list > li > a { color: var(--wpcl-text); }
.wpcl-header.wpcl-frame-v2 .wpcl-nav-list > li > a:hover,
.wpcl-header.wpcl-frame-v2 .wpcl-nav-list > li > a:focus-visible { color: var(--wpcl-menu-hover); }
.wpcl-header.wpcl-frame-v2 .wpcl-nav-list > li > a { min-height: 44px; }
.wpcl-header.wpcl-frame-v2 .wpcl-nav-list a:focus-visible { outline: 3px solid currentColor; outline-offset: 4px; }
.wpcl-header.wpcl-frame-v2 .wpcl-nav-list .menu-item-has-children > a { padding-right: 42px; }
.wpcl-header.wpcl-frame-v2 .wpcl-submenu-toggle { top: 50%; right: 1px; width: 36px; height: 36px; transform: translateY(-50%); border-radius: 5px; }
.wpcl-header.wpcl-frame-v2 .wpcl-submenu-toggle span { font-size: 18px; font-weight: 700; line-height: 1; }
.wpcl-header.wpcl-frame-v2 .wpcl-nav-list .menu-item-has-children { align-self: center; }
.wpcl-header.wpcl-frame-v2 .wpcl-nav-list .sub-menu { border: 1px solid color-mix(in srgb, var(--wpcl-dropdown-text) 18%, transparent); border-top: 3px solid var(--wpcl-button-bg); border-radius: 0 0 8px 8px; padding: 12px; box-shadow: 0 20px 45px #102e4324; }
.wpcl-header.wpcl-frame-v2 .wpcl-nav-list .sub-menu a { padding: 13px 14px; color: var(--wpcl-dropdown-text); border-radius: 4px; font-size: 15px; line-height: 1.4; }
.wpcl-header.wpcl-frame-v2 .wpcl-nav-list .sub-menu .sub-menu { top: 0; left: 100%; }
.wpcl-header.wpcl-frame-v2 .wpcl-nav-list .wpcl-frame-flip-submenu > .sub-menu { left: auto; right: 0; }
.wpcl-header.wpcl-frame-v2 .wpcl-nav-list .sub-menu .wpcl-frame-flip-submenu > .sub-menu { right: 100%; }
.wpcl-header.wpcl-frame-v2.wpcl-is-scrolled { box-shadow: 0 3px 18px #102e4314; }
.wpcl-header.wpcl-frame-v2.wpcl-is-scrolled .wpcl-header-shell { box-shadow: none; }
.wpcl-header.wpcl-frame-v2.wpcl-is-scrolled.wpcl-scroll-compact:not(.wpcl-nav-open) .wpcl-header-shell { min-height: 0; }
.wpcl-header.wpcl-frame-v2.wpcl-is-scrolled.wpcl-scroll-compact:not(.wpcl-nav-open) .wpcl-logo-surface { width: min(var(--wpcl-logo-width), 46px); height: min(var(--wpcl-logo-height), 46px); flex-basis: min(var(--wpcl-logo-width), 46px); }
.wpcl-header.wpcl-frame-v2 .wpcl-civic-navigation-row { border-top: 1px solid color-mix(in srgb, var(--wpcl-navigation-text) 18%, transparent); }
.wpcl-header.wpcl-frame-v2 .wpcl-civic-navigation-row .wpcl-navigation { width: min(var(--wpcl-header-max-width), 100%); margin-inline: auto; padding-inline: var(--wpcl-frame-gutter); justify-content: var(--wpcl-menu-justify); }
.wpcl-header.wpcl-frame-v2 .wpcl-civic-navigation-row .wpcl-nav-list { justify-content: var(--wpcl-menu-justify); }
.wpcl-header.wpcl-frame-v2 .wpcl-civic-navigation-row .wpcl-nav-list > li > a { color: var(--wpcl-navigation-text); }
.wpcl-header.wpcl-frame-v2 .wpcl-civic-navigation-row .wpcl-submenu-toggle { color: var(--wpcl-navigation-text); }
.wpcl-header.wpcl-frame-v2 .wpcl-civic-navigation-row .sub-menu .wpcl-submenu-toggle { color: var(--wpcl-dropdown-text); }

/* JS mirrors the authored breakpoint so custom widths work without fixed CSS. */
.wpcl-header.wpcl-frame-v2[data-wpcl-frame-mobile="true"] { --wpcl-frame-gutter: max(12px, var(--wpcl-mobile-padding, 16px)); }
.wpcl-header.wpcl-frame-v2[data-wpcl-frame-mobile="true"] .wpcl-header-shell { min-height: 0; flex-wrap: wrap; gap: 16px; padding: 14px var(--wpcl-frame-gutter); }
.wpcl-header.wpcl-frame-v2[data-wpcl-frame-mobile="true"] .wpcl-brand { max-width: calc(100% - 62px); }
.wpcl-header.wpcl-frame-v2[data-wpcl-frame-mobile="true"] .wpcl-brand-name { font-size: var(--wpcl-mobile-title-size); }
.wpcl-header.wpcl-frame-v2[data-wpcl-frame-mobile="true"]:has(.wpcl-civic-navigation-row) .wpcl-brand-name { font-size: var(--wpcl-mobile-title-size); }
.wpcl-header.wpcl-frame-v2[data-wpcl-frame-mobile="true"]:has(.wpcl-civic-navigation-row) .wpcl-tagline { margin-top: 4px; font-size: var(--wpcl-mobile-tagline-size); white-space: normal; }
.wpcl-header.wpcl-frame-v2[data-wpcl-frame-mobile="true"] .wpcl-header-search { display: none; flex: 1 0 100%; width: 100%; max-width: none; margin: 0; order: 6; }
.wpcl-header.wpcl-frame-v2[data-wpcl-frame-mobile="true"].wpcl-nav-open .wpcl-header-search { display: flex; }
.wpcl-header.wpcl-frame-v2[data-wpcl-frame-mobile="true"] .wpcl-logo-surface { width: var(--wpcl-mobile-logo-width); height: var(--wpcl-mobile-logo-height); flex-basis: var(--wpcl-mobile-logo-width); }
.wpcl-header.wpcl-frame-v2[data-wpcl-frame-mobile="true"].wpcl-is-scrolled.wpcl-scroll-compact:not(.wpcl-nav-open) .wpcl-header-shell { padding-block: 10px; }
.wpcl-header.wpcl-frame-v2[data-wpcl-frame-mobile="true"].wpcl-is-scrolled.wpcl-scroll-compact:not(.wpcl-nav-open) .wpcl-logo-surface { width: min(var(--wpcl-mobile-logo-width), 40px); height: min(var(--wpcl-mobile-logo-height), 40px); flex-basis: min(var(--wpcl-mobile-logo-width), 40px); }
.wpcl-header.wpcl-frame-v2[data-wpcl-frame-mobile="true"] .wpcl-header-utility-details > span + span { display: none; }
.wpcl-header.wpcl-frame-v2[data-wpcl-frame-mobile="true"] .wpcl-header-utility-inner { gap: 8px 12px; flex-wrap: wrap; }
.wpcl-header.wpcl-frame-v2[data-wpcl-frame-mobile="true"] .wpcl-menu-toggle { border: 1px solid color-mix(in srgb, currentColor 22%, transparent); border-radius: 0; background: transparent; color: var(--wpcl-text); }
.wpcl-header.wpcl-frame-v2[data-wpcl-frame-mobile="true"] .wpcl-navigation.wpcl-is-open { position: relative; width: 100%; max-height: calc(100dvh - var(--wpcl-frame-top, 160px) - 20px); margin: 0; padding: 12px 0 0; overflow-y: auto; overscroll-behavior: contain; border: 0; border-top: 1px solid color-mix(in srgb, var(--wpcl-text) 18%, transparent); border-radius: 0; background: var(--wpcl-background); color: var(--wpcl-text); box-shadow: none; }
.wpcl-header.wpcl-frame-v2[data-wpcl-frame-mobile="true"] .wpcl-nav-list { width: 100%; gap: 0; justify-content: stretch; justify-items: stretch; text-align: left; }
.wpcl-header.wpcl-frame-v2[data-wpcl-frame-mobile="true"] .wpcl-nav-list > li { width: 100%; border-bottom: 1px solid color-mix(in srgb, var(--wpcl-text) 12%, transparent); }
.wpcl-header.wpcl-frame-v2[data-wpcl-frame-mobile="true"] .wpcl-nav-list > li > a { padding: 17px 50px 17px 0; font-size: 18px; line-height: 1.35; }
.wpcl-header.wpcl-frame-v2[data-wpcl-frame-mobile="true"] .wpcl-nav-list .sub-menu { position: static; width: auto; min-width: 0; margin: 0 0 10px 12px; padding: 0 0 0 12px; border: 0; border-left: 2px solid color-mix(in srgb, var(--wpcl-text) 18%, transparent); border-radius: 0; background: transparent; box-shadow: none; }
.wpcl-header.wpcl-frame-v2[data-wpcl-frame-mobile="true"] .wpcl-submenu-toggle { top: 7px; right: 0; width: 44px; height: 44px; transform: none; }
.wpcl-header.wpcl-frame-v2[data-wpcl-frame-mobile="true"] .wpcl-mobile-cta { position: sticky; bottom: 0; z-index: 7; width: 100%; min-height: 54px; margin: 18px 0 0; box-shadow: 0 -8px 0 8px var(--wpcl-background); }
.wpcl-header.wpcl-frame-v2[data-wpcl-frame-mobile="true"] .wpcl-civic-navigation-row { border: 0; }
.wpcl-header.wpcl-frame-v2[data-wpcl-frame-mobile="true"] .wpcl-civic-navigation-row .wpcl-navigation.wpcl-is-open { padding: 12px var(--wpcl-frame-gutter) 20px; }
.wpcl-header.wpcl-frame-v2[data-wpcl-frame-mobile="true"] .wpcl-civic-navigation-row .wpcl-nav-list > li > a,
.wpcl-header.wpcl-frame-v2[data-wpcl-frame-mobile="true"] .wpcl-civic-navigation-row .wpcl-submenu-toggle { color: var(--wpcl-text); }
.wpcl-header.wpcl-frame-v2[data-wpcl-frame-mobile="true"] .wpcl-civic-navigation-row .wpcl-submenu-toggle:is(:hover, :focus-visible) { background: color-mix(in srgb, var(--wpcl-text) 8%, transparent); color: var(--wpcl-text); outline-color: currentColor; }

/* The invitation gives membership its own generous, editorial moment. */
.wpcl-frame-invitation.wpcl-frame-v2 { padding: var(--wpcl-frame-section-space) var(--wpcl-frame-gutter); }
.wpcl-frame-invitation.wpcl-frame-v2 .wpcl-footer-cta-band-inner { align-items: stretch; gap: clamp(32px, 6vw, 88px); }
.wpcl-frame-invitation.wpcl-frame-v2.wpcl-frame-has-image .wpcl-footer-cta-band-inner { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); }
.wpcl-frame-v2 .wpcl-frame-invitation-content { align-self: center; min-width: 0; }
.wpcl-frame-v2 .wpcl-footer-cta-band-copy { max-width: 720px; }
.wpcl-frame-v2 .wpcl-footer-cta-band-copy > span { margin-bottom: 22px; font-size: 11px; font-weight: 750; letter-spacing: .16em; }
.wpcl-frame-invitation.wpcl-frame-v2 h2:not(.screen-reader-text) { max-width: 15ch; margin: 0; font-family: var(--wpcl-frame-heading-font); font-size: clamp(34px, 4.8vw, 66px); font-weight: 750; letter-spacing: -.05em; line-height: 1.02; text-wrap: balance; }
.wpcl-frame-invitation.wpcl-frame-v2 p { max-width: 46ch; margin-top: 26px; font-size: clamp(16px, 1.5vw, 18px); line-height: 1.65; opacity: 1; }
.wpcl-frame-invitation.wpcl-frame-v2 .wpcl-footer-cta-band-actions { flex-wrap: wrap; gap: 20px 26px; margin-top: 32px; }
.wpcl-frame-invitation.wpcl-frame-v2 .wpcl-footer-cta-band-secondary { font-size: 14px; }
.wpcl-frame-v2 .wpcl-frame-invitation-image { position: relative; min-width: 0; margin: 0; align-self: stretch; overflow: hidden; }
.wpcl-frame-v2 .wpcl-frame-invitation-image::after { position: absolute; inset: auto 0 0; height: 6px; background: var(--wpcl-button-bg); content: ""; }
.wpcl-frame-v2 .wpcl-frame-invitation-image img { display: block; width: 100%; height: 100%; max-height: 560px; min-height: 360px; object-fit: cover; object-position: center; }
.wpcl-frame-invitation.wpcl-frame-civic_classic { border-top: 4px solid var(--wpcl-button-bg); }
.wpcl-frame-invitation.wpcl-frame-civic_classic:not(.wpcl-frame-has-image) .wpcl-footer-cta-band-inner { justify-content: center; text-align: center; }
.wpcl-frame-invitation.wpcl-frame-civic_classic:not(.wpcl-frame-has-image) :is(h2, p) { margin-inline: auto; }
.wpcl-frame-invitation.wpcl-frame-civic_classic:not(.wpcl-frame-has-image) .wpcl-footer-cta-band-actions { justify-content: center; }
.wpcl-frame-invitation.wpcl-frame-modern_minimal:not(.wpcl-frame-has-image) .wpcl-frame-invitation-content { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 48px; align-items: center; width: 100%; }
.wpcl-frame-invitation.wpcl-frame-modern_minimal:not(.wpcl-frame-has-image) .wpcl-footer-cta-band-actions { flex-direction: column; align-items: flex-start; margin: 0; }

/* Readable grouped links and a compact legal row. */
.wpcl-footer.wpcl-frame-v2 { padding-inline: var(--wpcl-frame-gutter); }
.wpcl-footer.wpcl-frame-v2 > .wpcl-footer-grid { grid-template-columns: minmax(0, 1.5fr) repeat(calc(var(--wpcl-footer-columns) - 1), minmax(0, 1fr)); background: none; }
.wpcl-footer.wpcl-frame-v2.wpcl-frame-columns-1 > .wpcl-footer-grid { grid-template-columns: minmax(0, 1fr); }
.wpcl-footer.wpcl-frame-v2 .wpcl-footer-about { max-width: 380px; }
.wpcl-footer.wpcl-frame-v2 .wpcl-footer-title { max-width: 30ch; margin-top: 0; font-family: inherit; font-size: var(--wpcl-box-heading-size, 15px) !important; line-height: 1.4; letter-spacing: .01em; }
.wpcl-footer.wpcl-frame-v2 .wpcl-footer-logo-surface { margin-bottom: 22px; }
.wpcl-footer.wpcl-frame-v2 .wpcl-footer-block .wpcl-footer-about .wpcl-footer-tagline { max-width: 20ch; margin: 20px 0 22px !important; color: var(--wpcl-box-heading, var(--wpcl-text)) !important; font-family: var(--wpcl-frame-heading-font); font-size: var(--wpcl-frame-statement-size, clamp(26px, 2.8vw, 38px)) !important; font-weight: 650; letter-spacing: -.04em; line-height: 1.12; text-wrap: balance; }
.wpcl-footer.wpcl-frame-v2 .wpcl-footer-about > p:last-child { max-width: 35ch; }
.wpcl-footer.wpcl-frame-v2 .wpcl-footer-block-heading { margin-bottom: 22px; }
.wpcl-footer.wpcl-frame-v2 .wpcl-footer-nav-list a { display: inline-block; padding: 7px 0; color: var(--wpcl-text); font-size: var(--wpcl-footer-body-size); font-weight: 450; line-height: 1.4; text-decoration: none; }
.wpcl-footer.wpcl-frame-v2 .wpcl-footer-nav-list a:hover { text-decoration: underline; text-underline-offset: 5px; background: transparent; }
.wpcl-footer.wpcl-frame-v2 .wpcl-social-links { gap: 10px; }
.wpcl-footer.wpcl-frame-v2 .wpcl-footer-contact-info a { text-underline-offset: 4px; overflow-wrap: anywhere; }
.wpcl-footer.wpcl-frame-v2 .wpcl-footer-bottom { margin-top: 40px; padding-inline: 0; font-size: 12px; line-height: 1.6; }
.wpcl-footer.wpcl-frame-modern_minimal { border-top: 1px solid var(--wpcl-footer-divider); }
.wpcl-footer.wpcl-frame-modern_minimal .wpcl-footer-about .wpcl-footer-tagline { max-width: 20ch; }

@media (max-width: 900px) {
	.wpcl-frame-invitation.wpcl-frame-v2 .wpcl-footer-cta-band-inner { gap: 36px; }
	.wpcl-frame-invitation.wpcl-frame-v2 h2:not(.screen-reader-text) { font-size: clamp(34px, 5vw, 52px); }
	.wpcl-frame-v2 .wpcl-frame-invitation-image img { min-height: 320px; }
	.wpcl-footer.wpcl-frame-v2 > .wpcl-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.wpcl-frame-invitation.wpcl-frame-modern_minimal:not(.wpcl-frame-has-image) .wpcl-frame-invitation-content { grid-template-columns: 1fr; gap: 0; }
	.wpcl-frame-invitation.wpcl-frame-modern_minimal:not(.wpcl-frame-has-image) .wpcl-footer-cta-band-actions { flex-direction: row; align-items: center; margin-top: 30px; }
}
@media (max-width: 620px) {
	.wpcl-frame-invitation.wpcl-frame-v2.wpcl-frame-has-image .wpcl-footer-cta-band-inner { grid-template-columns: 1fr; gap: 34px; }
	.wpcl-frame-invitation.wpcl-frame-v2 .wpcl-footer-cta-band-actions { align-items: flex-start; }
	.wpcl-frame-v2 .wpcl-frame-invitation-image img { min-height: 0; height: auto; aspect-ratio: 4 / 3; max-height: 360px; }
	.wpcl-frame-invitation.wpcl-frame-v2 h2:not(.screen-reader-text) { font-size: clamp(34px, 9vw, 50px); }
	.wpcl-footer.wpcl-frame-v2 .wpcl-footer-bottom { align-items: flex-start; text-align: left; }
}
@media (max-width: 520px) {
	.wpcl-footer.wpcl-frame-v2 > .wpcl-footer-grid { grid-template-columns: 1fr; gap: 36px; }
	.wpcl-footer.wpcl-frame-v2 .wpcl-footer-about { max-width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
	.wpcl-frame-v2 *, .wpcl-frame-v2 *::before, .wpcl-frame-v2 *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@media (forced-colors: active) {
	.wpcl-frame-v2 .wpcl-button, .wpcl-header.wpcl-frame-v2 .wpcl-menu-toggle { border: 1px solid ButtonText; }
	.wpcl-frame-v2 .wpcl-frame-invitation-image::after { background: CanvasText; }
}

/* An optional destination strip uses the footer's own palette and content width. */
.wpcl-footer.wpcl-frame-v2 .wpcl-frame-quicklinks { position: relative; width: min(var(--wpcl-footer-max-width), 100%); margin: 0 auto clamp(40px, 5vw, 72px); }
.wpcl-footer.wpcl-frame-v2 .wpcl-frame-quicklinks-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr)); gap: 16px; margin: 0; padding: 0; list-style: none; }
.wpcl-footer.wpcl-frame-v2 .wpcl-frame-quicklinks-list > li { display: flex; min-width: 0; margin: 0; padding: 0; list-style: none; }
.wpcl-footer.wpcl-frame-v2 .wpcl-frame-quicklink { display: flex; flex-direction: column; flex: 1; min-width: 0; min-height: 210px; padding: clamp(20px, 2.3vw, 30px); border: 1px solid var(--wpcl-footer-divider, currentColor); border-radius: 4px; background: rgba(255, 255, 255, .035); background: color-mix(in srgb, var(--wpcl-text) 4%, transparent); color: var(--wpcl-text); text-align: left; text-decoration: none; transition: border-color .18s ease, background-color .18s ease; }
.wpcl-footer.wpcl-frame-v2 .wpcl-frame-quicklink:hover { border-color: var(--wpcl-accent, currentColor); background: color-mix(in srgb, var(--wpcl-text) 8%, transparent); color: var(--wpcl-text); text-decoration: none; }
.wpcl-footer.wpcl-frame-v2 .wpcl-frame-quicklink:focus-visible { outline: 3px solid var(--wpcl-accent, currentColor); outline-offset: 4px; }
.wpcl-footer.wpcl-frame-v2 .wpcl-frame-quicklink-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 25px; }
.wpcl-footer.wpcl-frame-v2 .wpcl-frame-quicklink-number { color: var(--wpcl-muted); font-size: 11px; font-weight: 650; font-variant-numeric: tabular-nums; letter-spacing: .12em; }
.wpcl-footer.wpcl-frame-v2 .wpcl-frame-quicklink-arrow { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; border: 1px solid var(--wpcl-footer-divider, currentColor); border-radius: 50%; color: var(--wpcl-text); font-size: 20px; font-weight: 400; line-height: 1; }
.wpcl-footer.wpcl-frame-v2 .wpcl-frame-quicklink-label { display: block; color: inherit; font-family: var(--wpcl-frame-heading-font, inherit); font-size: clamp(21px, 2vw, 28px); font-weight: 650; letter-spacing: -.025em; line-height: 1.2; overflow-wrap: anywhere; }
.wpcl-footer.wpcl-frame-v2 .wpcl-frame-quicklink-text { display: block; max-width: 34ch; margin-top: 10px; color: var(--wpcl-muted); font-size: 14px; font-weight: 400; line-height: 1.6; overflow-wrap: anywhere; }
@media (max-width: 620px) {
	.wpcl-footer.wpcl-frame-v2 .wpcl-frame-quicklinks-list { grid-template-columns: 1fr; gap: 12px; }
	.wpcl-footer.wpcl-frame-v2 .wpcl-frame-quicklink { min-height: 0; padding: 20px; }
	.wpcl-footer.wpcl-frame-v2 .wpcl-frame-quicklink-top { margin-bottom: 15px; }
}
@media (forced-colors: active) {
	.wpcl-footer.wpcl-frame-v2 .wpcl-frame-quicklink, .wpcl-footer.wpcl-frame-v2 .wpcl-frame-quicklink-arrow { border-color: LinkText; }
}
