/*
Theme Name: The Site Shop (Astra Child)
Theme URI: https://thesiteshop.net
Description: Child theme for The Site Shop, based on Astra. All site-level CSS lives here.
Author: The Site Shop
Author URI: https://thesiteshop.net
Template: astra
Version: 1.0.0
Text Domain: thesiteshop-child
*/

/* ----------------------------------------------------------------------
   Brand utilities — added 2026-05-04
   ---------------------------------------------------------------------- */

/* Accent underline — apply to a <span> inside a heading to highlight a key word.
   Example: <h1>Websites for <span class="tss-accent-underline">Kentucky</span> businesses.</h1>
*/
.tss-accent-underline {
    border-bottom: 3px solid #C9A961;
    padding-bottom: 2px;
    display: inline-block;
    line-height: 1.05;
}

/* Accessible focus rings using brand primary */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
.wp-block-button__link:focus-visible,
.wp-block-button a:focus-visible {
    outline: 2px solid #0E3A45;
    outline-offset: 2px;
}

/* ----------------------------------------------------------------------
   v2 typography overrides — added 2026-05-04
   Purpose: neutralize the Customizer's stuck text-transform setting
   that can't be deselected through the UI.
   ---------------------------------------------------------------------- */

body,
body p,
body span,
body li,
body a,
body button,
body input,
body textarea,
body select,
.wp-block-heading,
h1, h2, h3, h4, h5, h6,
.entry-title,
.site-title {
    text-transform: none !important;
}
