/* Optional: Adds a smooth lift effect when hovering over the reports */
    .hover-shadow:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
    }
    .transition {
        transition: all 0.3s ease-in-out;
    }


.widget-announcements h3{
    background-color: #ededed;
    padding: 10px;
}
.widget-announcements{
    border: 1px solid #e0e0e0;
}

.widget-announcements .announcement-marquee{
    padding: 10px;
}
.fw-500{
 font-weight: 500;
}