/* UltraLED v5.2.4 — página dedicada de notificações, sem drawer ou backdrop */
.notification-page-card {
    overflow: hidden;
}
.notification-row-form {
    margin: 0;
}
.notification-row {
    width: 100%;
    min-height: 92px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border-left: 0;
    border-right: 0;
    text-align: left;
    white-space: normal;
}
.notification-row-unread {
    background: rgba(13, 110, 253, .08);
}
.notification-row-content {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.notification-row-content strong {
    color: var(--bs-body-color);
    line-height: 1.25;
}
.notification-row-content span,
.notification-row-content small {
    color: var(--bs-secondary-color);
    line-height: 1.35;
}
.notification-row-content small {
    font-size: .77rem;
}
.notification-new-badge,
.notification-chevron {
    flex: 0 0 auto;
}
.notification-chevron {
    color: var(--bs-secondary-color);
}
@media (max-width: 767.98px) {
    .notifications-page-intro {
        align-items: stretch;
    }
    .notifications-page-intro form,
    .notifications-page-intro button {
        width: 100%;
    }
    .notification-row {
        align-items: flex-start;
        min-height: 0;
        padding: 15px 14px;
        gap: 12px;
    }
    .notification-row .activity-icon {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
    }
    .notification-new-badge {
        margin-left: auto;
    }
}
