/* MOST Back-to-top — Frontend */
#most-btt-button {
    /* All visual styles are injected via JS / wp_localize_script.
       This sheet only provides the base reset so the button renders
       consistently across all themes. */
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    font-family: inherit;
    line-height: 1;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

#most-btt-button:focus-visible {
    outline: 3px solid rgba(99, 102, 241, 0.7);
    outline-offset: 3px;
}

#most-btt-button svg {
    pointer-events: none;
    flex-shrink: 0;
}
