.hotel-card-modern{background:#fff;border-radius:12px;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;align-items:stretch;min-height:160px;width:100%;border:1px solid #f1f1f1}.hotel-card-modern:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.12)}.hotel-card-modern .hotel-image-wrapper{position:relative;height:150px}.hotel-card-modern .hotel-image-wrapper .hotel-image-overlay-wrapper{position:relative;width:100%;height:100%}.hotel-card-modern .hotel-image-wrapper .hotel-image-overlay-wrapper .hotel-image{display:block;width:100%;height:100%;object-fit:cover}.hotel-card-modern .hotel-image-wrapper .hotel-image-overlay-wrapper .hotel-image-radial-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 90% 10%,rgba(0,0,0,.3) 0,rgba(0,0,0,.08) 60%,transparent 100%);z-index:2}.hotel-card-modern .hotel-image-wrapper .hotel-rating-badge{position:absolute;top:0;right:0;z-index:3;padding:4px 10px;border-radius:16px;font-size:14px;color:#fff;background:none;box-shadow:none}.hotel-card-modern .hotel-image-wrapper .hotel-rating-badge .fas.fa-star{color:gold;margin-right:2px}.hotel-card-modern .hotel-image-wrapper .hotel-rating-badge .rating-text{font-weight:700;color:gold}.hotel-card-modern .hotel-info{flex:1;padding:16px 20px;display:flex;flex-direction:column;justify-content:space-between}.hotel-card-modern .hotel-info .hotel-header .hotel-name{font-size:18px;font-weight:600;color:var(--black);margin-bottom:8px;line-height:1.3}.hotel-card-modern .hotel-info .hotel-header .hotel-description{font-size:14px;color:#666;margin-bottom:8px;line-height:1.4}.hotel-card-modern .hotel-info .hotel-header .hotel-meta{display:flex;flex-direction:column;gap:4px}.hotel-card-modern .hotel-info .hotel-header .hotel-meta .hotel-duration,.hotel-card-modern .hotel-info .hotel-header .hotel-meta .hotel-location{font-size:14px;color:#666;display:flex;align-items:center;gap:6px}.hotel-card-modern .hotel-info .hotel-header .hotel-meta .hotel-duration i,.hotel-card-modern .hotel-info .hotel-header .hotel-meta .hotel-location i{color:var(--theme-color);width:14px;font-size:12px}.hotel-card-modern .hotel-info .hotel-header .hotel-meta .hotel-duration{font-weight:500;color:var(--theme-color)}.hotel-card-modern .hotel-info .hotel-features{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.hotel-card-modern .hotel-info .hotel-features .feature-badge{background:linear-gradient(135deg,#e3f2fd,#f0f8ff);color:var(--theme-color);font-size:11px;font-weight:500;padding:4px 8px;border-radius:12px;border:1px solid rgba(var(--theme-color-rgb),.2)}.hotel-card-modern .hotel-info .hotel-features .feature-more{background:#f5f5f5;color:#999;font-size:11px;padding:4px 8px;border-radius:12px;font-style:italic}.hotel-card-modern .hotel-info .visit-hotel{font-size:14px;color:var(--theme-color);display:flex;align-items:center;gap:6px;margin-top:8px;text-decoration:none}.hotel-card-modern .hotel-info .visit-hotel:hover{text-decoration:underline}.hotel-card-modern .hotel-info .visit-hotel i{color:var(--theme-color);width:14px;font-size:12px}@media(max-width:768px){.hotel-card-modern{min-height:140px}.hotel-card-modern .hotel-image-wrapper{width:100%;max-height:180px}.hotel-card-modern .hotel-info{padding:12px 16px}.hotel-card-modern .hotel-info .hotel-header .hotel-name{font-size:16px}.hotel-card-modern .hotel-info .hotel-header .hotel-meta .hotel-duration,.hotel-card-modern .hotel-info .hotel-header .hotel-meta .hotel-location{font-size:13px}.hotel-card-modern .hotel-info .hotel-features{margin-top:4px}.hotel-card-modern .hotel-info .hotel-features .feature-badge{font-size:10px;padding:3px 6px}.hotel-card-modern .hotel-info .visit-hotel{margin-top:4px;font-size:13px}}