.hotel-card{height:auto;background:#fff;border-radius:15px;display:flex;width:100%;justify-content:space-between;padding:10px;border:1px solid #cda349}.hotel-card .hotel-img-link{display:block;height:120px}.hotel-card .hotel-img{width:275px;height:120px;object-fit:cover;border-radius:20px;margin-right:8px}.hotel-card .card-content{display:flex;flex-direction:column;flex:1 1;position:relative}.hotel-card .card-content .badge{background:#449e62;color:#fff;font-size:12px;font-weight:700;padding:5px 14px;border-radius:25px;width:-moz-fit-content;width:fit-content;display:block}.hotel-card .card-content .str{display:flex;gap:0;margin:-6px 0 4px}.hotel-card .card-content .str .str-s{width:16px;height:16px;object-fit:contain;display:block}.hotel-card .card-content .title{font-size:16px;line-height:1.2;margin:0 0 3px;font-weight:600}.hotel-card .card-content .location-nav{display:flex;gap:10px}.hotel-card .card-content .location-nav .loc{width:14px;object-fit:contain}.hotel-card .card-content .location-nav .location{font-size:12px;color:#000;line-height:1.2}.hotel-card .card-content .linkdetail{font-size:14px;line-height:20px;font-weight:600;color:var(--primary-purple);text-decoration:underline}.hotel-card .card-content .badge-price-block{display:flex;justify-content:space-between;align-items:flex-start}.hotel-card .card-content .price-block{display:flex;flex-direction:column;align-items:center;gap:2px}.hotel-card .card-content .package{display:flex;gap:5px}.hotel-card .card-content .package span{margin-top:auto;font-size:12px;font-weight:400;color:#000;line-height:1.1}.hotel-card .card-content .package .amount{font-family:var(--font-heading);font-size:26px;font-weight:400;color:var(--primary-purple)}.hotel-card .card-content .package .amount .asterisk{font-size:10px;font-weight:400;color:#000}.hotel-card .card-content .tax{font-size:9px;color:#000}@media screen and (max-width:768px){.hotel-card{width:100%}.hotel-card .hotel-img-link{height:123px}.hotel-card .hotel-img{width:192px;height:123px}}@media screen and (max-width:576px){.hotel-card{flex-direction:column}.hotel-card .hotel-img-link{height:212px;margin:0 0 8px}.hotel-card .hotel-img{width:100%;margin:0;height:212px;object-fit:cover}.hotel-card .card-content .linkdetail,.hotel-card .card-content .title{text-align:left}}