.unread-indicator {
    width: 8px;
    height: 8px;
    background-color: #007AFF;
    border-radius: 50%;
    margin: auto;
}

.action-container {
    display: flex;
    justify-content: center;
}

.loading-container {
    padding: 30px;
}

.empty-state-text {
    font-weight: bold;
}

.export-toolbar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
}

.export-toolbar .selected-count {
    font-weight: 600;
}

.export-toolbar .export-actions {
    margin-left: auto;
    display: flex;
    gap: 10px;
    align-items: center;
}

.export-toolbar .max-reached {
    font-weight: 600;
    color: #856404;
}

@media (max-width: 768px) {
    .export-toolbar,
    .bulk-select-btn {
        display: none !important;
    }
}
