.filament-forms-wizard .step-title {
    font-weight: bold;
    font-size: 1.1rem;
}

.filament-forms-section-header {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 0.5rem;
}

.filament-forms-field-label {
    font-weight: 500;
}

.fi-in-repeatable-item:last-child {
    border-bottom: none;
}

.fi-sidebar-nav-groups {
    gap: 0.25rem !important;
}

.mark-as-read-button{
    visibility: hidden !important;
}

.unread-notification .mark-as-read-button {
    visibility: visible !important;
}

.unread-notification .fi-no-notification-title {
    --tw-text-opacity:1;
    color:rgba(var(--gray-950),var(--tw-text-opacity,1));
    font-weight: 500;
}
