/* Mailing page specific styles */

.mailing-page .mailing-header h1 {
    margin-bottom: 0.25rem;
}

.mailing-templates-list {
    max-height: 360px;
    overflow-y: auto;
}

.mailing-recipients-table {
    max-height: 360px;
    overflow-y: auto;
}

.mailing-recipients-table table {
    margin-bottom: 0;
}

.mailing-recipients-table tbody tr:hover {
    background-color: var(--bg-tertiary);
}

.mailing-recipients-table .form-check-input {
    cursor: pointer;
}

.mailing-page textarea#mailing-message {
    resize: vertical;
}

@media (max-width: 768px) {
    .mailing-recipients-table {
        max-height: 260px;
    }
}


