.terra-booking-module .tm-time-slot-container label{display:block;margin:8px 0}.terra-booking-module .tm-time-slot-container input[type=radio]{display:none}.terra-booking-module .tm-time-slot-container input[type=radio]+span{display:block;width:300px;max-width:100%;height:50px;line-height:50px;text-align:center;border-radius:8px;background-color:#5cb85c;color:#fff;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px rgba(0,0,0,.1)}.terra-booking-module .tm-time-slot-container input[type=radio]+span:hover,.terra-booking-module .tm-time-slot-container input[type=radio]+span:focus{background-color:#4cae4c;transform:scale(1.03)}.terra-booking-module .tm-time-slot-container input[type=radio]:checked+span{background-color:#0275d8;transform:scale(1.05);box-shadow:0 4px 8px rgba(0,0,0,.2)}.terra-booking-module .tm-time-slot-container input[type=radio]:disabled+span{background-color:#d9534f;cursor:not-allowed;opacity:.7}.terra-booking-module input[type=text]{width:200px;max-width:100%;padding:12px 15px;font-size:16px;border:2px solid #ccc;border-radius:8px;outline:none;transition:all .2s}.terra-booking-module input[type=text]:focus{border-color:#0275d8;box-shadow:0 0 8px rgba(2,117,216,.3)}.terra-booking-module .ui-datepicker{background:#fff!important;border:1px solid #ccc;padding:10px;border-radius:8px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;box-shadow:0 4px 10px rgba(0,0,0,.15)}.terra-booking-module .ui-datepicker .ui-datepicker-calendar td a{background:#f0f0f0;color:#333;padding:8px 10px;display:block;text-align:center;border-radius:6px;text-decoration:none;transition:background .2s,color .2s}.terra-booking-module .ui-datepicker .ui-datepicker-calendar td a:hover{background:#0275d8;color:#fff;transform:scale(1.05)}.terra-booking-module .ui-datepicker .ui-datepicker-unselectable span{opacity:.4;cursor:not-allowed}.terra-booking-module .tm-slot-legend{display:flex;gap:15px;margin-bottom:12px;font-weight:600;font-size:14px}.terra-booking-module .tm-slot-legend span{display:flex;align-items:center;gap:6px}.terra-booking-module .tm-slot-legend .tm-slot-available::before,.terra-booking-module .tm-slot-legend .tm-slot-selected::before,.terra-booking-module .tm-slot-legend .tm-slot-full::before{content:"";display:inline-block;width:16px;height:16px;border-radius:4px}.terra-booking-module .tm-slot-legend .tm-slot-available::before{background-color:#5cb85c}.terra-booking-module .tm-slot-legend .tm-slot-selected::before{background-color:#0275d8}.terra-booking-module .tm-slot-legend .tm-slot-full::before{background-color:#d9534f}.terra-booking-module .tm-slot-legend span:hover::before{transform:scale(1.2);box-shadow:0 0 6px rgba(0,0,0,.3)}.terra-booking-module .tm-slot-legend span.tm-slot-available:hover~.tm-time-slot-container input[type=radio]+span:not(:disabled),.terra-booking-module .tm-slot-legend span.tm-slot-selected:hover~.tm-time-slot-container input[type=radio]:checked+span,.terra-booking-module .tm-slot-legend span.tm-slot-full:hover~.tm-time-slot-container input[type=radio]:disabled+span{animation:tm-pulse .8s infinite}@media (max-width:768px){.terra-booking-module .tm-time-slot-container input[type=radio]+span{width:100%;height:45px;line-height:45px}.terra-booking-module input[type=text]{width:100%;font-size:15px;padding:10px}.terra-booking-module .tm-slot-legend{flex-direction:column;gap:8px}}