/* HB Travel styles */
.hb-grid{display:grid;gap:16px}
.hb-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.hb-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.hb-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.hb-card{border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.05)}
.hb-card .thumb img{display:block;width:100%;height:auto}
.hb-card .inner{padding:12px}
.hb-card .title{margin:0 0 6px 0;font-size:18px}
.hb-card .subtitle{color:#6b7280;font-size:14px;margin-bottom:6px}
.hb-days-nights{display:inline-flex;gap:6px;align-items:center;font-weight:600}
.hb-stars{color:#f59e0b}
.hb-star.hb-off{color:#d1d5db}
.hb-features-list{list-style:none;margin:8px 0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
.hb-feat{display:flex;align-items:center;gap:6px;font-size:14px}
.hb-icon{display:inline-block;font-weight:700}
.hb-icon.hb-ok{color:#16a34a}
.hb-icon.hb-no{color:#dc2626}
.hb-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.hb-gallery-item img{border-radius:8px}
.hb-btn{display:inline-block;padding:8px 12px;border-radius:9999px;border:1px solid #111;background:#111;color:#fff;text-decoration:none}
.hb-btn:hover{opacity:.9}
