.mypopupinfo-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.mypopupinfo-popup {
    background: #ffffff;
    max-width: 600px;
    width: 90%;
    padding: 20px 20px 15px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    position: relative;
}

.mypopupinfo-close {
    position: absolute;
    top: 8px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.mypopupinfo-content {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
}
