/* ===== KAOS DEFAULT STYLES ===== */

html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
}


/* ===== HELPERS ===== */

.hidden-mobile {
    @media (max-width: 1024px) {
        display: none;
    }
}

.hidden-desktop {
    @media (min-width: 1025px) {
        display: none;
    }
}


/* ===== BREAKDANCE DESIGN LIBRARY COMPATIBILITY ===== */

/* Ensure Design Library copy button is always visible and functional */
/* .bd-copy-button {
    z-index: 9999 !important;
    position: absolute !important;
    pointer-events: auto !important;
} */

/* Ensure Design Library elements are not hidden by theme styles */
/* [data-element] {
    position: relative !important;
}

[data-element]:hover .bd-copy-button {
    opacity: 1 !important;
    pointer-events: auto !important;
} */

/* Prevent theme from interfering with Design Library functionality */
/* .bd-copy-button--success,
.bd-copy-button--import {
    z-index: 9999 !important;
    position: absolute !important;
} */

/* ===== SITE OVERRIDE STYLES ===== */