.hotel-card-link{cursor:pointer;height:100%;display:block}.hotel-card{background:#fff;border:1px solid #ececec;border-radius:14px;flex-direction:column;height:100%;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000000a}.hotel-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px #00000014}.hotel-card:hover .hotel-image{transform:scale(1.04)}.hotel-card .hotel-image-container{width:100%;height:180px;position:relative;overflow:hidden}@media (min-width:768px){.hotel-card .hotel-image-container{height:200px}}.hotel-card .hotel-image-container .hotel-image{object-fit:cover;width:100%;height:100%;transition:transform .4s}.hotel-card .hotel-image-container .wishlist-btn{cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .2s,background .2s;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 2px 6px #0000001f}.hotel-card .hotel-image-container .wishlist-btn:hover{background:#fff;transform:scale(1.08)}.hotel-card .hotel-image-container .wishlist-btn:hover .heart-icon{color:#ef4444}.hotel-card .hotel-image-container .wishlist-btn .heart-icon{color:#191919;width:18px;height:18px;transition:color .2s}.hotel-card .hotel-image-container .discount-badge{color:#fff;letter-spacing:.2px;background:#2e9872;border-radius:6px;padding:4px 8px;font-size:12px;font-weight:600;position:absolute;top:10px;left:10px}.hotel-card .hotel-content{flex-direction:column;flex:1;gap:8px;padding:12px 14px 14px;display:flex}@media (min-width:768px){.hotel-card .hotel-content{padding:14px 16px 16px}}.hotel-card .hotel-content .hotel-rating{white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:6px;display:flex;overflow:hidden}.hotel-card .hotel-content .hotel-rating .rating-badge{white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:6px;display:inline-flex}.hotel-card .hotel-content .hotel-rating .star-icon{color:#fbbf24;fill:#fbbf24;flex-shrink:0;width:14px;height:14px}.hotel-card .hotel-content .hotel-rating .rating-value{color:#191919;flex-shrink:0;font-size:13px;font-weight:600;line-height:1}.hotel-card .hotel-content .hotel-rating .reviews-count{color:#666;text-overflow:ellipsis;font-size:13px;font-weight:500;line-height:1;overflow:hidden}.hotel-card .hotel-content .hotel-name{color:#191919;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:16px;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}@media (min-width:768px){.hotel-card .hotel-content .hotel-name{font-size:17px}}.hotel-card .hotel-content .hotel-location{align-items:flex-start;gap:4px;display:flex}.hotel-card .hotel-content .hotel-location .location-icon{color:#666;flex-shrink:0;width:14px;height:14px;margin-top:2px}.hotel-card .hotel-content .hotel-location .location-text{color:#666;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}.hotel-card .hotel-content .hotel-pricing{margin-top:auto}.hotel-card .hotel-content .hotel-pricing .price-container{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.hotel-card .hotel-content .hotel-pricing .price-container .discounted-price{color:#191919;font-size:18px;font-weight:700;line-height:1}.hotel-card .hotel-content .hotel-pricing .price-container .original-price{color:#9d9d9f;font-size:13px;font-weight:500;line-height:1;text-decoration:line-through}.hotel-card .hotel-content .hotel-pricing .price-container .discount-text{color:#2e9872;font-size:12px;font-weight:600;line-height:1}.hotel-card .hotel-content .taxes-info{color:#9d9d9f;margin:0;font-size:12px;font-weight:500;line-height:1}
