/* Simple fix - hide the floating year selector since pages have their own */
div[style*="position: fixed"]:has(select) {
    display: none !important;
}

/* Ensure page content is not affected */
body {
    padding-top: 0 !important;
    transform: none !important;
    zoom: 1 !important;
}

/* Keep navigation clean */
.header, .header-content {
    position: relative !important;
    width: 100% !important;
}
