.wsp-booking-card {
    background: #111111;
    color: #ddd;
	padding:30px;
    border-radius: 12px;
    max-width: 820px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.6);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
}
.wsp-booking-form input,
.wsp-booking-form select {
    width: 100%;
    padding: 14px 16px;
    border-radius: 24px;
    border: 0;
    background: #1a1a1a;
    color: #ddd;
    margin-bottom: 14px;
}
.wsp-label {
    display: block;
    font-size: 12px;
    color: #bfbfbf;
    margin-bottom: 6px;
}
.wsp-row { display:flex; gap:12px; }
.wsp-col { flex:1 }
.wsp-submit-1 {
    width:100%;
    background:#C89A6F;
    color:#111;
    padding:14px 18px;
    border-radius:18px;
    border:0;
    font-weight:700;
    letter-spacing:1px;
    cursor:pointer;
    margin-top:8px;
}

/* Icon colors inside the booking card */
.wsp-booking-card svg,
.wsp-booking-card i,
.wsp-booking-card .icon {
    color: #fff;
    fill: #fff;
}
.wsp-note{ font-size:12px; color:#9a9a9a; margin-top:10px; text-align:center }
