.page-popup-overlay {
    backdrop-filter: blur(8px);
    display: flex;
    font-size: 1.3em;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 6;
}

@media (max-width: 480px) {
    .page-popup-overlay {
        font-size: 1.1em;
    }
}

.page-popup-center {
    margin: auto;
    max-width: 100%;
    padding: 0 24px;
    width: 720px;
}

.page-popup {
    background-color: #000;
    border-radius: 24px;
    color: #fff;
    position: relative;
    padding: 4px;
}

@media (max-width: 480px) {
    .page-popup {
        border-radius: 16px;
    }
}

.page-popup__border {
    border: 2px solid #6b6b6b;
    border-radius: 16px;
}

.page-popup__corner-close {
    font-size: 1.5em;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.page-popup__corner-close button {
    padding: 16px;
}

.page-popup__title {
    font-size: 1.75em;
    font-weight: 700;
    line-height: 1.2em;
}

.popup__body {
    padding: 24px;
}

.page-popup__close-text {
    font-size: 0.75em;
    font-weight: bold;
}
