#popup-overseas-caution .entry-option-popup .popup-body p {
    font-size: unset;
    padding: unset; 
    min-width: unset; 
    text-align: unset;
}

.entry-option-popup .entry-option-popup-body {
    border-radius: 9px;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.25);
}

div.alart-popup-close-button {
    z-index: 3;
    width: 24px;
    height: 24px;
    font-weight: 400;
    position: absolute;
    right: 12px;
    top: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.fa-times {
    font-size: 2rem;
}

.popup-header .popup-return-title {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 17px;
    text-align: center;
}

#popup-overseas-caution .popup-body p.popup-return-content {
    font-size: 1rem;
    font-weight: 400;
    line-height: 12px;
    margin-top: 20px;
}