.booking-type-selector{margin:12px 0 16px}.booking-type-selector .bts-title-container{display:flex;align-items:center;gap:8px;background-color:#f7fafa;padding:10px;border-radius:6px;border:1px solid #e6f3f2;margin-bottom:10px}.booking-type-selector .bts-title{font-weight:600;margin-bottom:6px;font-size:16px;color:#333}.booking-type-selector .bts-hint{font-size:12px;color:#666;margin-bottom:10px;line-height:1.4}.booking-type-selector .bts-options{display:flex;gap:16px}.booking-type-selector .bts-option{display:flex;align-items:center;gap:6px;cursor:pointer;padding:16px 12px;border:1px solid #ddd;border-radius:6px;background:#fff;transition:all .2s ease;width:100%}.booking-type-selector .bts-option.selected,.booking-type-selector .bts-option:hover{border-color:#0bbab5;background:rgba(11,186,181,.05)}.booking-type-selector .bts-option input[type=radio]{margin:0;accent-color:#0bbab5}.booking-type-selector .bts-option span{font-size:14px;font-weight:500}.booking-type-selector .bts-option input[type=radio]:checked+span{color:#0bbab5;font-weight:600}.booking-type-selector [dir=rtl] .booking-type-selector .booking-type-option{flex-direction:row-reverse}@media(max-width:768px){.booking-type-selector .booking-type-selector{margin:12px 0}.booking-type-selector .booking-type-selector .selector-title{font-size:16px}.booking-type-selector .booking-type-selector .booking-type-option{padding:12px}.booking-type-selector .booking-type-selector .booking-type-option .option-title{font-size:15px}.booking-type-selector .booking-type-selector .booking-type-option .option-description{font-size:13px}}