﻿/*#modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;*/ /* começa escondido */

    /*justify-content: center;
    align-items: center;
    z-index: 1000;
}

    #modal-overlay.show {
        display: flex;
    }*/

.modal-container {
    background: white;
    max-width: 700px;
    width: 90%;
    padding: 25px;
    border-radius: 10px;
    position: relative;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: none;
    font-size: 20px;
    cursor: pointer;
}
