
.wpcd-wrapper,
.wpcd-wrapper *{
    overflow:visible!important;
}

.wpcd-form{
    background:linear-gradient(180deg,#141414,#0c0c0c);
    border-radius:18px;
    padding:30px 24px;
    margin:30px 0;
    box-shadow:0 18px 45px rgba(0,0,0,.65);
}

.wpcd-form h3{
    text-align:center;
    font-size:18px;
    margin-bottom:28px;
    color:#fff;
}

.wpcd-row{
    display:grid;
    grid-template-columns:110px 1fr;
    gap:14px;
    margin-bottom:16px;
    align-items:center;
}

.wpcd-form label{
    font-size:13px;
    color:#ddd;
}

.wpcd-form input[type=text],
.wpcd-form input[type=number],
.wpcd-form textarea,
.wpcd-form select{
    width:100%;
    background:#2b2b2b;
    border:1px solid #333;
    border-radius:10px;
    padding:10px 12px;
    color:#fff;
}

.wpcd-form textarea{
    min-height:90px;
    resize:none;
}

.wpcd-gender label{
    margin-left:18px;
    cursor:pointer;
}

.wpcd-price-row{
    grid-column:1/-1;
    margin-top:24px;
}

.wpcd-range{
    width:100%;
    margin:12px 0;
    accent-color:#00c2a8;
}

.wpcd-live{
    text-align:center;
    font-size:14px;
    color:#00c2a8;
}

.wpcd-options{
    display:flex;
    flex-wrap:wrap;
    gap:10px 16px;
}

.wpcd-options label{
    cursor:pointer;
}

.wpcd-required{
    color:#ff5c5c;
    margin-right:6px;
    font-weight:bold;
}

.wpcd-range-row .wpcd-live{
    margin-top:6px;
}

@media(max-width:640px){
    .wpcd-row{grid-template-columns:1fr}
}
