/* Sticky Header Base Styling */
.sticky-header-f7c18b4a {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    background-color: #ffffff !important;
}

/* Offset for admin bar when logged in */
body.admin-bar .sticky-header-f7c18b4a {
    top: var(--wp-admin--admin-bar--height, 32px) !important;
}

@media screen and (max-width: 782px) {
    body.admin-bar .sticky-header-f7c18b4a {
        top: 46px !important;
    }
}
