/* Offer page (/oferta/<slug>, built from the Tripora tour page).
   Only small additions for data the template has no slot for; layout stays the template's. */

/* hero: category pill + promo pill side by side */
.tours-hero .ih-hero-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--gap--gap-2); }
.tours-hero .badge.ih-badge-promo { background-color: var(--ih-promo); color: var(--color--white); font-weight: 600; }

/* sidebar price: struck-through old price sits on the same baseline as „/ човек” */
.tours-price .ih-old-price { padding-bottom: .375rem; margin-right: .625rem; }

/* sidebar: extra departure dates as a small pill next to the next date */
.tours-info-list .ih-dates { display: inline-flex; align-items: center; gap: var(--gap--gap-2); white-space: nowrap; }
.tours-info-list .ih-more-dates {
  border-radius: var(--border-radius--xl); background-color: var(--color--primary-2); color: var(--color--secondary-2);
  font-size: var(--_typography---body--body-xs); line-height: var(--_typography---body--line-height-2);
  font-weight: 600; padding: .0625rem .5rem; text-decoration: none; transition: background-color .3s ease-in-out;
}
.tours-info-list .ih-more-dates:hover { background-color: var(--color--primary-4); }

/* Viber button: white label and icon on Viber purple; dark on the white hover state */
.tours-cta-inline .ih-viber { color: var(--color--white); }
.tours-cta-inline .ih-viber:hover { color: var(--color--gray-1); }
.tours-cta-inline .ih-viber:hover .button-icon { filter: brightness(0); }

/* hero title: same 90px size and 2 lines as the template; long titles get a wider column */
.tours-hero h1 { text-wrap: balance; }
.tours-hero.ih-hero-wide { max-width: 1200px; }
