/* Sticky Header Core */
header, .elementor-location-header {
    position: sticky !important;
    top: 0;
    z-index: 9999;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
}

body.admin-bar header, body.admin-bar .elementor-location-header {
    top: var(--wp-admin--admin-bar--height, 32px);
}

@media screen and (max-width: 782px) {
    body.admin-bar header, body.admin-bar .elementor-location-header {
        top: 46px;
    }
}

/* Brand Colors */
.elementor-location-header a {
    color: #00478F !important; /* AWA Blue */
    font-family: inherit;
    font-weight: 500;
}

.elementor-location-header a:hover {
    color: #FF8200 !important; /* AWA Orange */
}

/* Donate Button */
.elementor-location-header .menu-item:last-child a {
    background-color: #FFD100; /* AWA Yellow */
    color: #00478F !important;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
}
.elementor-location-header .menu-item:last-child a:hover {
    background-color: #FF8200;
    color: #ffffff !important;
}

/* Layout */
.elementor-location-header .elementor-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
