.news-exit-popup {
    position: absolute;
    background: #fff;
    top: -126px;
    width: 200px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 12px;
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 99;
    display: none;
    max-width: 260px;
    white-space: normal;
}
.news-exit-popup p {
    text-align: center;
    color: #101828;
    margin: 0 0 8px;
}
.news-exit-popup button {
    background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
}
.news-exit-popup .ok-btn {
    background: #0073e6;
    border-color: #0073e6;
    color: #fff;
    margin-right: 6px;
}

