﻿/*layout de Alerta */
.modal-content {
    background-color: #f4f8f5;
    border-radius: 16px;
    border: none;
    padding: 2rem;
    font-family: 'Segoe UI', sans-serif;
    color: #1a1a1a;
}

.modal-body h1 {
    font-size: 28px;
    font-weight: bold;
    color: #005c3c;
    border-bottom: 3px solid #5c7560;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}

.modal-body p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.modal-body a {
    color: #005c3c;
    font-weight: 600;
    text-decoration: underline;
}

.modal-body .canal-oficial {
    font-weight: bold;
    color: #005c3c;
    margin-top: 1rem;
}

.modal-body ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 1rem;
}

    .modal-body ul li {
        font-size: 15px;
        margin-bottom: 10px;
        line-height: 1.6;
    }

        .modal-body ul li a {
            font-weight: 600;
            color: #5c7560;
            text-decoration: none;
        }

            .modal-body ul li a:hover {
                text-decoration: underline;
            }
