.dcl-booking-widget { background: #fff; border-radius: 16px; padding: 28px; box-shadow: 0 20px 60px rgba(0,0,0,0.25); }
.dcl-bw-label { text-align: center; font-size: 11px; color: #666; margin-bottom: 18px; letter-spacing: 1px; text-transform: uppercase; font-weight: 600; }
.dcl-bw-tabs { display: flex; background: #f5f5f5; border-radius: 8px; padding: 4px; margin-bottom: 20px; }
.dcl-bw-tab { flex: 1; padding: 10px; text-align: center; border: none; background: none; cursor: pointer; font-size: 13px; font-weight: 700; color: #666; border-radius: 6px; transition: all 0.3s ease; font-family: 'Poppins','Montserrat',Arial,sans-serif; }
.dcl-bw-tab.active { background: #0a0e1a; color: #fff; }
.dcl-bw-panel { display: none; }
.dcl-bw-panel.active { display: block; }
.dcl-bw-panel.animating { animation: fadeUp 0.4s ease; }
.dcl-bw-field { margin-bottom: 14px; }
.dcl-bw-field label { display: flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; color: #1a1a1a; margin-bottom: 5px; text-transform: uppercase; letter-spacing: 0.5px; }
.dcl-bw-field label svg { color: #d4a017; width: 14px; height: 14px; }
.dcl-bw-input, .dcl-bw-select { width: 100%; padding: 12px 14px; border: 1px solid #e0e0e0; border-radius: 6px; font-size: 14px; font-family: 'Poppins','Montserrat',Arial,sans-serif; transition: all 0.3s; background: #fff; color: #1a1a1a; }
.dcl-bw-input:focus, .dcl-bw-select:focus { outline: none; border-color: #d4a017; box-shadow: 0 0 0 3px rgba(212,160,23,0.1); }
.dcl-bw-time-row { display: flex; align-items: center; gap: 8px; }
.dcl-bw-time-row select { flex: 1; }
.dcl-bw-submit { width: 100%; padding: 14px; background: #0a0e1a; color: #fff; border: none; border-radius: 6px; font-size: 15px; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; transition: all 0.3s; font-family: 'Poppins','Montserrat',Arial,sans-serif; margin-top: 5px; }
.dcl-bw-submit:hover { background: #1a3a5c; }
.dcl-bw-submit:active { transform: scale(0.98); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 768px) { .dcl-booking-widget { padding: 20px; } }
