/* Flagged content moderation row styling */
.flagged-content-row {
    background-color: #fef2f2 !important;
    border-left: 4px solid #ef4444 !important;
}

.flagged-content-row:hover {
    background-color: #fef2f2 !important;
}

/* Dark mode support */
.dark .flagged-content-row {
    background-color: rgba(127, 29, 29, 0.2) !important;
}

.dark .flagged-content-row:hover {
    background-color: rgba(127, 29, 29, 0.2) !important;
}

/* Suspended user row styling */
.suspended-user-row {
    background-color: #fef2f2 !important;
    border-left: 4px solid #ef4444 !important;
}

.suspended-user-row:hover {
    background-color: #fef2f2 !important;
}

/* Dark mode support */
.dark .suspended-user-row {
    background-color: rgba(127, 29, 29, 0.2) !important;
}

.dark .suspended-user-row:hover {
    background-color: rgba(127, 29, 29, 0.2) !important;
}
