/* SMS Reminders form styles */

.form-check-label {
    font-size: 0.95rem;
    line-height: 1.5;
}

.form-check-label a {
    color: #0d6efd;
    text-decoration: none;
}

.form-check-label a:hover {
    text-decoration: underline;
}

.text-danger {
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.alert-info {
    background-color: #e7f3ff;
    border-color: #b3d9ff;
    color: #004085;
}

.alert-success {
    margin-bottom: 1rem;
}

.lead {
    font-weight: 400;
}

.bg-light {
    background-color: #f8f9fa !important;
}

@media (max-width: 576px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .col-md-6 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .form-check-label {
        font-size: 0.9rem;
    }
}
