.bulk-actions {
    display: none;
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px;
}

.ban-options {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 4px;
}

.ban-duration-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ban-duration-modal-card {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    min-width: 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.ban-duration-input {
    width: 100px;
    padding: 5px;
    margin: 5px 0;
}
