/* ERETAI homepage launch — consistency + responsive */
.home .custom-eyebrow{font-size:.78rem!important;letter-spacing:.16em!important;font-weight:700!important;line-height:1.3!important;margin-top:0!important;margin-bottom:1rem!important}
.home main .wp-block-group.alignfull,.home main .wp-block-cover.alignfull{padding-top:4rem!important;padding-bottom:4rem!important;padding-left:2rem!important;padding-right:2rem!important}
.home main .wp-block-cover.alignfull{min-height:0!important}
@media(max-width:781px){.home main .wp-block-group.alignfull,.home main .wp-block-cover.alignfull{padding-top:2.75rem!important;padding-bottom:2.75rem!important;padding-left:1.25rem!important;padding-right:1.25rem!important}.home .wp-block-columns{flex-wrap:wrap!important;gap:1.5rem!important}.home .wp-block-columns>.wp-block-column{flex-basis:100%!important;max-width:100%!important}.home .wp-block-heading{overflow-wrap:break-word}.home .wp-block-buttons{flex-wrap:wrap!important}}

/* Eyebrows in centered close sections align with their heading */
.home .custom-eyebrow:has(+ .wp-block-heading.has-text-align-center){text-align:center!important}

/* Eyebrow -> heading gap: one consistent value site-wide (overrides hand-set 25px/50px heading top-margins) */
.home .custom-eyebrow + .wp-block-heading{margin-top:0!important}

/* The Schools (page 585) — native-block rebuild 2026-06-11. Phase 1/2 remediation CSS retired
   (fonts/heading colors/Contents box/CTA button now native). Kept: section rhythm per the
   ERETAI Web Style Standard (mirrors .home) + mobile crest centering. */
.page-id-585 main .wp-block-group.alignfull:not(.gold-rule),.page-id-585 main .wp-block-cover.alignfull{padding-top:4rem!important;padding-bottom:4rem!important;padding-left:2rem!important;padding-right:2rem!important}
.page-id-585 main .wp-block-cover.alignfull{min-height:0!important}
@media(max-width:781px){
.page-id-585 main .wp-block-group.alignfull:not(.gold-rule),.page-id-585 main .wp-block-cover.alignfull{padding-top:2.75rem!important;padding-bottom:2.75rem!important;padding-left:1.25rem!important;padding-right:1.25rem!important}
.page-id-585 figure.school-crest{float:none!important;margin-left:auto!important;margin-right:auto!important}
.page-id-585 .wp-block-columns{flex-wrap:wrap!important}
}

/* The Schools — content links: brand gold (matches policy-page convention) */
.page-id-585 main a:not(.wp-block-button__link){color:#CAA758;text-decoration:none}
.page-id-585 main a:not(.wp-block-button__link):hover{text-decoration:underline}


/* ===== ERETAI consent banner buttons (durable; survives Complianz regen) ===== */
html #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-btn,
html #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-btn.cmplz-accept,
html #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-btn.cmplz-deny,
html #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-btn.cmplz-view-preferences,
html #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-btn.cmplz-save-preferences,
html #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-btn.cmplz-manage-options {
  background-color:#141519 !important;
  color:#FFFFFF !important;
  border:1px solid #141519 !important;
  border-radius:0 !important;
  font-family:'Inter',Arial,sans-serif !important;
  text-transform:uppercase !important;
  letter-spacing:0.06em !important;
  font-weight:600 !important;
  opacity:1 !important;
}
html #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-btn:hover,
html #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-btn:focus {
  background-color:#1B1D22 !important; border-color:#1B1D22 !important; color:#FFFFFF !important;
}

/* ===== ERETAI blog UI polish (2026-06-23) ===== */
.blog .wp-block-cover__image-background{ display:none !important; }
.blog .wp-block-cover{ min-height:0 !important; padding-top:3rem !important; padding-bottom:3rem !important; }
@media (max-width:781px){ .blog .wp-block-cover{ padding-top:2rem !important; padding-bottom:2rem !important; } }
.blog-card .wp-block-post-terms.category-label{ position:static !important; display:inline-flex; width:auto; align-self:flex-start; margin:0 0 .5rem 0 !important; z-index:auto; }
.blog-card .wp-block-post-featured-image{ margin-bottom:1.1rem !important; display:block !important; }
.blog-card .wp-block-post-date{ margin-top:.25rem !important; }
.blog-card .wp-block-post-title{ margin:.25rem 0 .65rem !important; }
.blog-card{ padding-bottom:1.5rem !important; }
.wp-block-post-date + .wp-block-post-terms{ margin-left:.75rem !important; }
/* Single post: one centered reading column; Categories/Latest Posts move below the article */
.single .wp-block-columns{ flex-direction:column !important; align-items:center !important; justify-content:flex-start !important; gap:2.5rem !important; }
.single .wp-block-columns > .wp-block-column{ flex-basis:auto !important; width:100% !important; max-width:740px !important; }
.single .wp-block-columns > .wp-block-column:last-child{ border-top:1px solid rgba(0,0,0,.12) !important; padding-top:1.75rem !important; }

/* Gut Check blog — reading-copy legibility floor (EB Garamond 20px canon) */
.single .wp-block-post-content p,
.single .entry-content p,
.single .wp-block-post-content li,
.single .entry-content li{ font-size:20px !important; line-height:1.65 !important; }
.single .wp-block-post-content blockquote p,
.single .entry-content blockquote p{ font-size:22px !important; line-height:1.5 !important; }

.cmplz-cookiebanner .cmplz-manage-vendors{display:none !important;}