/*--------------------------------------
  HOTEL ADS
--------------------------------------*/
:root{--color-primary:#0089CE;--color-text-dark:#333;--color-text-light:#fff;--color-accent-agoda:#B64D38;--color-rating-fill:#FFC107;--color-border:#ccc;--color-background-card:#fff;--color-background-hover:#f0f8ff;--color-shadow-light:#0001;--color-shadow-medium:#0003;--space-xs:.4em;--space-sm:.8em;--space-md:1em;--space-lg:1.5em;--font-heading:"Playfair Display",serif;--font-body:Mate,serif;--font-base-size:.95em}
.nearby-hotels{display:flex;gap:var(--space-md);flex-wrap:wrap}
.nearby-hotels--row,.nearby-hotels--single{flex-direction:column}
.nearby-hotels--column{flex-direction:row;flex-wrap:wrap}
.hotel-ad-link{display:block;text-decoration:none;color:inherit;width:100%}
.hotel-ad-card{display:flex;align-items:center;border:1px solid var(--color-border);border-radius:8px;padding:var(--space-md);background:var(--color-background-card);box-shadow:0 4px 12px var(--color-shadow-light);transition:background-color .3s,box-shadow .3s}
.hotel-ad-link:hover .hotel-ad-card{background-color:var(--color-background-hover);box-shadow:0 6px 16px var(--color-shadow-medium)}
.hotel-ad-card__image{flex-shrink:0;border-radius:8px;overflow:hidden;margin-right:var(--space-lg);position:relative}
.hotel-ad-card__image img{display:block;width:220px;height:100%;object-fit:cover;border-radius:4px}
.hotel-ad-card__rating-badge{position:absolute;top:5px;left:5px;z-index:2}
.hotel-ad-card__rating-badge svg{width:40px;height:40px}
.hotel-ad-card__rating-badge text{font-size:28px;font-weight:800;fill:var(--color-text-dark)}
.hotel-ad-card__content{flex:1;overflow:hidden;text-align:left}
.hotel-ad-card__content h3{margin:0 0 var(--space-xs);font-size:1.3em;font-weight:700;color:var(--color-primary);font-family:var(--font-heading)}
.hotel-ad-card__content h3:hover{text-decoration:underline}
.hotel-ad-card__content p{font-family:var(--font-body);font-size:var(--font-base-size);margin:var(--space-xs) 0 0}
.hotel-ad-card__meta{font-size:.85em;color:var(--color-text-dark);margin-bottom:var(--space-xs);display:flex;flex-wrap:wrap;gap:.5em}
.hotel-ad-card__meta strong{font-weight:700}
.hotel-ad-footer{margin-top:10px;display:flex;align-items:center;justify-content:flex-end;font-size:.75em;color:var(--color-text-dark)}
.hotel-ad-footer img{width:80px}
.hotel-ad-footer span{background-color:var(--color-accent-agoda);color:var(--color-text-light);padding:4px 12px;border-radius:4px;font-weight:700;margin-right:auto}
.hotel-ad-footer span:hover{background-color:#993D2F}
@media(max-width:767px){.hotel-ad-card{flex-direction:column;text-align:center}.hotel-ad-card__image{margin-right:0;margin-bottom:var(--space-sm)}.hotel-ad-card__image img{width:100%}.hotel-ad-card__content>p{display:none!important}}
.nearby-hotels--column .hotel-ad-card{flex-direction:column;text-align:center}
.nearby-hotels--column .hotel-ad-card__image{margin-right:0;margin-bottom:var(--space-sm)}
.nearby-hotels--column .hotel-ad-card__image img{width:100%;height:auto}
@media(max-width:767px){.nearby-hotels--single .hotel-ad-card,.nearby-hotels--column .hotel-ad-card{flex-direction:column;text-align:center}.nearby-hotels--single .hotel-ad-card__image,.nearby-hotels--column .hotel-ad-card__image{margin-right:0;margin-bottom:var(--space-sm)}.nearby-hotels--single .hotel-ad-card__image img,.nearby-hotels--column .hotel-ad-card__image img{width:100%;height:auto}}
@media(max-width:767px){.nearby-hotels--single .hotel-ad-card__image,.nearby-hotels--column .hotel-ad-card__image{width:100%!important;height:auto!important}.nearby-hotels--single .hotel-ad-card__image img,.nearby-hotels--column .hotel-ad-card__image img{width:100%!important;height:auto!important;object-fit:cover}}
@media(max-width:767px){.nearby-hotels--single .hotel-ad-card__rating-badge svg,.nearby-hotels--column .hotel-ad-card__rating-badge svg{width:55px;height:55px}.nearby-hotels--single .hotel-ad-card__rating-badge,.nearby-hotels--column .hotel-ad-card__rating-badge{top:10px;left:10px}.nearby-hotels--single .hotel-ad-card__rating-badge text,.nearby-hotels--column .hotel-ad-card__rating-badge text{font-size:32px}}
.hotel-ads-banner{background:linear-gradient(135deg,#0057d9,#007ac8);color:#fff;padding:1.2em 1.5em;border-radius:10px;margin:2em 0 1.5em;text-align:center;position:relative;overflow:hidden}
.hotel-ads-banner h2{margin:0;font-size:clamp(1.4rem,2vw,2rem);font-weight:700;font-family:"Work Sans",sans-serif;line-height:1.3;color:#fff}
.hotel-ads-banner h2 span{font-weight:400;font-style:italic;opacity:.9;color:#fff}
.hotel-ads-banner::before{content:"🏨";position:absolute;font-size:5rem;right:1rem;top:50%;transform:translateY(-50%);opacity:.1}
@media (max-width: 768px) {
.hotel-ads-banner h2 span{display:block;margin-top:.3em}
}