/* Hotels specific styles (popup + small tweaks)
   Reuses .dest-card / .ttm-popup base styles from theme.
*/

.ttm-quickview-hotel-list { display:flex; flex-direction:column; gap:8px; }
.ttm-quickview-hotel-list .ttm-hotel-room { padding:8px 10px; background:#fff; border-radius:6px; border:1px solid #eee; display:flex; justify-content:space-between; align-items:center; }
.ttm-hotel-room .ttm-room-name { font-weight:600; color:#222; }
.ttm-hotel-room .ttm-room-price { color:#00847c; font-weight:700; }

.ttm-popup .ttm-quickview-title { margin:0 0 8px; }
.ttm-popup .ttm-quickview-stars .ttm-star.filled { color: #c9a227; }

/* Booking popup layout tweaks */
.ttm-booking-form .ttm-form-row { display:flex; gap:12px; }
.ttm-booking-form .ttm-form-col { flex:1; }

/* Responsive */
@media (max-width: 720px) {
    .ttm-booking-inner { padding: 18px; }
    .ttm-booking-form .ttm-form-row { flex-direction:column; }
}
