.escapium-booking-wrapper { background: #18191c; color: #fff; padding: 25px; border-radius: 8px; border: 1px solid #2a2c31; max-width: 650px; margin: 0 auto; }
.escapium-form-group { margin-bottom: 18px; }
.escapium-form-row { display: flex; gap: 15px; }
.escapium-form-row .escapium-form-group { flex: 1; }
.escapium-booking-wrapper label { display: block; margin-bottom: 6px; font-weight: 600; }
.escapium-booking-wrapper input, .escapium-booking-wrapper select { width: 100%; padding: 10px 14px; background: #101113; border: 1px solid #333; color: #fff; border-radius: 4px; }
.escapium-slot-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 10px; }
.escapium-slot-grid .slot-option input { display: none; }
.escapium-slot-grid .slot-option span { display: block; padding: 8px; text-align: center; background: #23252a; border: 1px solid #383b42; border-radius: 4px; font-size: 13px; cursor: pointer; }
.escapium-slot-grid .slot-option input:checked + span { background: #e50914; border-color: #e50914; color: #fff; }
.escapium-submit-btn { width: 100%; background: #e50914; color: #fff; border: none; padding: 12px; font-size: 16px; font-weight: bold; cursor: pointer; border-radius: 4px; }
.escapium-booking-response { margin-top: 15px; padding: 12px; border-radius: 4px; }
.escapium-booking-response.success { background: rgba(46, 204, 113, 0.15); color: #2ecc71; border: 1px solid #2ecc71; }
.escapium-booking-response.error { background: rgba(231, 76, 60, 0.15); color: #e74c3c; border: 1px solid #e74c3c; }