/* ============================================
   Benevibe Addons — Global Utilities
   Version: 1.0.0
   ============================================ */

/* Reset for all BV widgets */
[class^="bv-"] *,
[class^="bv-"] *::before,
[class^="bv-"] *::after {
    box-sizing: border-box;
}

/* Screen-reader only helper */
.bv-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Focus visible ring for accessibility */
[class^="bv-"] a:focus-visible,
[class^="bv-"] button:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}
