#amelia-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.75);
    z-index: 9999;
}

.amelia-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 900px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.amelia-popup-content h2 {
    margin-top: 0;
    text-align: center;
    color:aliceblue
}

.amelia-close {
    display: none !important;
}