/*
 Theme Name:   Breakdance Child
 Theme URI:    https://vocatum.fi
 Description:  Child theme for Breakdance Zero Theme
 Author:       Vocatum
 Author URI:   https://vocatum.fi
 Template:     breakdance-zero-theme-master-vocatum
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  breakdance-child
*/

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;

    @media (min-width: 1120px) {
        scroll-padding-top: 150px;
    }
}

/* Mobile Sticky Switcher for Membership Toggles */
@media (max-width: 767px) {
    .memberships-toggle .bde-content-toggle__switcher.is-sticky-enabled.is-sticky {
        position: sticky;
        top: 0;
        z-index: 100;
        background: #fff;
        padding: 1rem;
        margin-left: calc(-1 * var(--bde-section-horizontal-padding));
        margin-right: calc(-1 * var(--bde-section-horizontal-padding));
        width: calc(100% + 2 * var(--bde-section-horizontal-padding));
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
}
