.wsc-popup{
    display:none;
    position:fixed;
    inset:0;
    justify-content:center;
    align-items:center;
    z-index:999999;
}

.wsc-inner{
    padding:30px;
    max-width:420px;
    width:92%;
    max-height:85vh;
    overflow-y:auto;
    border-radius:12px;
    position:relative;
    box-sizing:border-box;
}

.wsc-close{
    position:absolute;
    right:15px;
    top:10px;
    cursor:pointer;
    font-size:20px;
    line-height:1;
}

.wsc-inner select,
.wsc-inner input,
.wsc-inner button{
    width:100%;
    margin-bottom:12px;
    padding:8px;
    border-radius:8px;
    border:1px solid #ddd;
    box-sizing:border-box;
}

.wsc-open{
    padding:10px 20px;
    color:#fff;
    border:none;
    border-radius:8px;
    cursor:pointer;
}

#wsc-result{
    margin-top:10px;
}
