/* Force the header to be sticky */
.ast-header,
.ast-main-header-wrap,
.main-header-bar,
#masthead {
    position: fixed !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999 !important;
    background: #fff !important;
    transition: none !important;
}

/* Add spacing so content isn't hidden */
body {
    padding-top: 100px !important;
}

/* Adjust for different Astra header styles */
.ast-above-header-wrap,
.ast-below-header-wrap {
    position: fixed !important;
    width: 100% !important;
    z-index: 9999 !important;
}