/* static/css/styles.css */
.notice-marquee {
    font-size: 1.1rem;
    font-weight: 500;
}

.notice-marquee marquee {
    height: 100%;
    display: flex;
    align-items: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .notice-marquee {
        font-size: 0.9rem;
        padding: 8px 0;
    }
    
    .notice-marquee i {
        display: none; /* Hide icon on mobile */
    }
}