#wpwl-modal {
display: none;
position: fixed;
inset: 0;
background: rgba(0,0,0,.55);
z-index: 999999;
align-items: center;
justify-content: center
}

#wpwl-box {
background: #fff;
width: 320px;
max-width: 92vw;
border-radius: 12px;
padding: 18px;
position: relative;
box-shadow: 0 10px 30px rgba(0,0,0,.25);
font-family: system-ui,-apple-system,Segoe UI,Roboto,Arial
}

#wpwl-box h2 {
margin: 0 0 12px;
font-size: 18px
}

#wpwl-close {
position: absolute;
top: 10px;
right: 10px;
width: 32px !important;
height: 32px;
border: 0;
border-radius: 8px;
background: #111;
color: #fff;
font-size: 22px !important;
cursor: pointer;
line-height: 0.7;
}

#wpwl-box input,#wpwl-box button {
width: 100%;
padding: 10px;
margin: 0 0 10px;
font-size: 15px
}

#wpwl-box input {
border: 1px solid #ddd;
border-radius: 8px;
box-sizing: border-box;
padding: 22px 10px;
}

#start-btn {
border: 0;
border-radius: 8px;
background: #25d366;
color: #fff;
font-weight: 600;
cursor: pointer
}

#start-btn[disabled] {
opacity: .5;
cursor: not-allowed
}

#wpwl-note {
font-size: 12px;
color: #666;
margin-top: 4px
}
