/* Notification Box Styles */
.notification-box {
    background-color: #E8F5E9;
    /* Light green background */
    color: #2E7D32;
    /* Dark green text */
    padding: 10px 12px;
    /* Very compact padding */
    border-radius: 10px;
    font-size: 0.8rem;
    /* Smaller text */
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.3;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.bold {
    font-weight: 800;
}