/* Site overrides — loaded after style.css */

/* "Call us" button (.th-btn.style3): theme hover was near-black (--title-color).
   Use the palette's golden yellow instead, keeping the dark text readable. */
.th-btn.style3:focus,
.th-btn.style3:hover,
.th-btn.style3:active {
    background: var(--yellow-color);
    color: var(--title-color);
}

.th-btn.style3:focus::before,
.th-btn.style3:focus:after,
.th-btn.style3:hover::before,
.th-btn.style3:hover:after,
.th-btn.style3:active::before,
.th-btn.style3:active:after {
    background: var(--yellow-color);
    color: var(--title-color);
}
