#wcsr-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#wcsr-popup {
    background: #fff;
    border-radius: 12px;
    max-width: 420px;
    width: 90%;
    overflow: hidden;
    font-family: inherit;
}

.wcsr-header {
    background: #c0392b;
    padding: 1.1rem 1.4rem;
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-weight: 500;
    font-size: 15px;
}

.wcsr-body {
    padding: 1.4rem;
}

.wcsr-body p {
    margin: 0 0 .6rem;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.wcsr-city-list {
    font-weight: 600;
    color: #1a1a1a !important;
}

.wcsr-btn {
    margin-top: .8rem;
    width: 100%;
    padding: 10px;
    background: #c0392b;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.wcsr-btn:hover { background: #a93226; }