.ltb-wrapper{display:flex;gap:20px;margin-bottom:24px;align-items:stretch}
.ltb-left{width:32%;background:#fff;border:1px solid #ddd;border-radius:14px;padding:16px;box-sizing:border-box}
.ltb-right{width:68%;background:#fff;border:1px solid #ddd;border-radius:14px;padding:16px;box-sizing:border-box}
#ltb-map{height:420px;border-radius:12px;overflow:hidden}
#ltb-info{display:flex;gap:18px;flex-wrap:wrap;margin-top:14px;font-size:15px}
.ltb-base-note{margin-top:12px;font-size:13px;color:#666}
.ltb-section-label{font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#555;margin-bottom:10px}
.ltb-left input,.ltb-left button{width:100%;margin-bottom:12px;padding:12px 14px;box-sizing:border-box;border-radius:10px}
.ltb-left input{border:1px solid #ccc}
.ltb-left button{border:0;background:#111;color:#fff;font-weight:700;cursor:pointer}
.ltb-hubs-block{margin-bottom:14px;border:1px solid #e5e5e5;border-radius:12px;background:#fafafa;overflow:hidden}
.ltb-hubs-summary{padding:12px 14px;cursor:pointer;font-size:14px;font-weight:800;list-style:none;user-select:none}
.ltb-hubs-summary::-webkit-details-marker{display:none}
.ltb-hubs-summary::after{content:"+";float:right;font-size:18px;line-height:1}
.ltb-hubs-block[open] .ltb-hubs-summary::after{content:"−"}
.ltb-hubs-panel{padding:0 12px 12px}
.ltb-hubs-title{font-size:13px;font-weight:700;margin:0 0 10px;color:#666}
.ltb-hubs-grid{display:grid;grid-template-columns:1fr;gap:8px}
.ltb-hub-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid #e8e8e8;border-radius:10px;background:#fff}
.ltb-hub-label{font-size:14px;font-weight:600;line-height:1.3}
.ltb-hub-actions{display:flex;gap:8px;flex:0 0 auto}
.ltb-hub-btn{width:auto !important;min-width:86px;margin:0 !important;padding:8px 12px !important;font-size:13px;border-radius:999px}
.ltb-hub-btn.is-secondary{background:#444}
.ltb-error{background:#fff3f3;border:1px solid #f0b4b4;color:#a11;padding:10px 12px;border-radius:10px;font-size:14px}
.ltb-results-title{margin:0 0 16px;font-size:24px}
.ltb-summary{display:flex;gap:14px;flex-wrap:wrap;margin:0 0 18px;padding:12px 14px;border-radius:12px;background:#f6f6f6;border:1px solid #e5e5e5}
.ltb-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.ltb-card{border:1px solid #ddd;border-radius:14px;overflow:hidden;background:#fff}
.ltb-card-media img,.ltb-noimg{display:block;width:100%;height:180px;object-fit:cover;background:#f2f2f2}
.ltb-noimg{display:flex;align-items:center;justify-content:center;color:#666;font-weight:700}
.ltb-card-body{padding:14px}
.ltb-card-title{font-size:18px;font-weight:700;margin-bottom:8px}
.ltb-meta{font-size:14px;color:#555;margin-bottom:4px}
.ltb-price{font-size:24px;font-weight:800;margin:14px 0}
.ltb-book-btn{width:100%;padding:12px;border:0;border-radius:10px;background:#111;color:#fff;font-weight:700;cursor:pointer}
.ltb-book-btn[disabled],.ltb-hub-btn[disabled]{opacity:.6;cursor:not-allowed}
.ltb-empty{padding:16px;border:1px solid #ddd;border-radius:12px;background:#fff}
@media (max-width: 1200px){.ltb-cards{grid-template-columns:repeat(3,1fr)}}
@media (max-width: 900px){
  .ltb-wrapper{flex-direction:column}
  .ltb-left,.ltb-right{width:100%}
  .ltb-cards{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 640px){
  .ltb-cards{grid-template-columns:1fr}
  #ltb-map{height:320px}
  .ltb-hub-row{flex-direction:column;align-items:flex-start}
  .ltb-hub-actions{width:100%}
  .ltb-hub-btn{flex:1 1 0;width:auto !important}
}
