/* ============================================================
   SEO ARCADE — Neon Restyle · PHASE 4 (PAGE ACCENTS)
   Conservative: NO background changes (keeps Elementor sections intact).
   Only brings buttons/links/accents onto the neon palette on
   non-blog pages. Scoped away from blog (handled in restyle.css).
   ============================================================ */

/* gold arcade buttons across pages (Gutenberg + Astra buttons) */
body:not(.blog):not(.archive):not(.single-post) .entry-content .wp-block-button__link:not(.has-background),
body:not(.blog):not(.archive):not(.single-post) .ast-button,
body:not(.blog):not(.archive):not(.single-post) .wp-block-button.is-style-fill .wp-block-button__link{
  background-color:#FFD109 !important; color:#241a00 !important; border-color:#FFD109 !important;
  box-shadow:0 3px 0 #D9A400, 0 0 22px -6px rgba(255,209,9,.55) !important; font-weight:800 !important;
}
body:not(.blog):not(.archive):not(.single-post) .entry-content .wp-block-button__link:hover,
body:not(.blog):not(.archive):not(.single-post) .ast-button:hover{ filter:brightness(1.05); }

/* link accent on content links (leave nav/buttons alone) */
body:not(.blog):not(.archive):not(.single-post) .entry-content a:not(.wp-block-button__link):not(.ast-button):not(.wp-element-button){
  color:#046bd2; /* keep close to existing brand blue for readability on light bg */
}

/* section headings get a subtle cyan underline accent */
body:not(.blog):not(.archive):not(.single-post) .entry-content h2{
  border-bottom:2px solid rgba(42,212,240,.35); padding-bottom:6px; display:inline-block;
}
