.hotels-idx__h1{font-family:var(--fd);font-size:clamp(24px,3vw,36px);font-weight:900;text-align:center;margin-bottom:8px}.hotels-idx__airport{margin-bottom:40px}.hotels-idx__header{display:flex;align-items:center;gap:16px;margin-bottom:20px;text-decoration:none;color:inherit;border-radius:14px;overflow:hidden;background:var(--su);border:1px solid var(--bo);transition:box-shadow .2s}.hotels-idx__header:hover{box-shadow:0 4px 16px #00000014}.hotels-idx__header>picture{width:160px;height:100px;flex-shrink:0}@media(min-width:768px){.hotels-idx__header>picture{width:220px;height:120px}}.hotels-idx__photo{width:100%;height:100%;object-fit:cover;display:block}.hotels-idx__info{flex:1 1 auto;padding:14px 20px 14px 0}.hotels-idx__code{font-family:var(--fd);font-size:32px;font-weight:900;color:var(--or);letter-spacing:-.04em;line-height:1}.hotels-idx__name{font-size:16px;font-weight:700;margin-top:4px}.hotels-idx__city{font-size:13px;color:var(--mu)}.hotel-cards{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:900px){.hotel-cards{grid-template-columns:1fr 1fr}}.hotel-card{background:var(--su);border:1px solid var(--bo);border-radius:var(--r2);overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}@media(min-width:600px){.hotel-card{flex-direction:row}}.hotel-card:hover{transform:translateY(-2px);box-shadow:var(--sh-card)}.hotel-card-photo{height:180px;overflow:hidden;background:var(--su2);flex-shrink:0}@media(min-width:600px){.hotel-card-photo{width:260px;height:auto;min-height:180px}}.hotel-card-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}.hotel-card:hover .hotel-card-photo img{transform:scale(1.04)}.hotel-card-body{padding:16px 18px;flex:1;display:flex;flex-direction:column}.hotel-card-name{font-family:var(--fd);font-size:14px;font-weight:700;letter-spacing:-.025em;line-height:1.3;margin-bottom:6px}.hotel-card-badges{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}.hotel-card-desc{font-size:12px;color:var(--mu);line-height:1.6;margin-bottom:14px;flex:1}.hotel-card-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.hotel-card-from{font-size:11px;color:var(--mu);font-weight:600}.hotel-card-price{font-family:var(--fd);font-size:18px;font-weight:700;color:var(--or);letter-spacing:-.03em}
