/* Fix for announcements carousel visibility on mobile devices */

.announcements-section {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    scroll-margin-top: 100px;
}

/* Ensure carousel doesn't get hidden by sticky header */
.main-page-carousel {
    position: relative;
    z-index: 5;
}

/* Prevent header from overlapping content */
.main-header {
    position: relative;
    z-index: 100;
}
