/**
 * Sparsa WPBakery Elements — shared front-end stylesheet
 * Version: 1.0.0
 *
 * Scoped per-instance styles are injected inline by each shortcode.
 * This file holds only non-scoped, shared resets used by all elements.
 */

/* ── Explore More: base resets ─────────────────────────── */
.sparsa-explore-more *,
.sparsa-explore-more *::before,
.sparsa-explore-more *::after {
    box-sizing: border-box;
}

.sparsa-explore-more .sem__btn {
    /* Normalize button-like anchors across themes */
    -webkit-tap-highlight-color: transparent;
}

/* Respect reduced-motion preference */
@media (prefers-reduced-motion: reduce) {
    .sparsa-explore-more .sem__btn {
        transition: none !important;
        transform: none !important;
    }
}
