.amorio-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.amorio-modal-content {
    margin: auto;
    padding: 20px;
    background: white;
    border-radius: 6px;
    width: 90%;
    max-width: 700px;
    position: relative;
}

#amorio-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
