.hotel-card{background:#fff;border:1px solid #dadeea;border-radius:30px;display:flex;flex-direction:column;height:100%;margin-bottom:25px;overflow:hidden;position:relative}.hotel-card:hover{box-shadow:0 0 10px #0000001a}.hotel-card__image{height:150px;-o-object-fit:cover;object-fit:cover;width:100%}.hotel-card__info{display:flex;flex-direction:column;flex-grow:1;padding:15px}.hotel-card__top{align-items:center;display:flex;justify-content:space-between;margin-bottom:5px}.hotel-card__acctype{color:var(--gray);font-size:12px;margin-left:auto}.hotel-card__acctype:first-letter{text-transform:uppercase}.hotel-card__stars{display:flex;gap:4px}.hotel-card__stars-icon{height:12px;width:12px}.hotel-card__stars-icon img{height:100%;width:100%}.hotel-card__name{color:var(--color-text);font-size:16px;font-weight:600;letter-spacing:.01px;margin-bottom:4px}.hotel-card__name_link:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.hotel-card__location{color:var(--gray);font-size:12px;margin-bottom:25px}.hotel-card__bottom{justify-content:space-between;margin-top:auto}.hotel-card__bottom,.hotel-card__review{align-items:center;display:flex}.hotel-card__review-text{font-weight:700;line-height:1.2}.hotel-card__review-count{color:var(--gray);font-size:12px;line-height:1.5}.hotel-card__review-rating{align-items:center;background-color:var(--style-bg-panel);border-radius:8px;color:var(--white);display:flex;font-size:14px;font-weight:700;height:32px;justify-content:center;margin-right:8px;padding:4px;width:35px}.hotel-card__price{color:var(--color-text);font-size:16px;font-weight:700}
