/**
 * LaMilka Tour 0.5.13
 * Final image-card CTA palette isolation.
 *
 * The gold/cyan pairing belongs only to the two homepage primary actions.
 * Every CTA rendered inside an image/card module remains the established gold.
 * The extra body/page specificity intentionally defeats the legacy nth-child
 * palette selectors without changing card geometry, typography or behavior.
 */
body.lamilka-home .lamilka-home-feature-grid > a.lamilka-home-feature em,
body.lamilka-home .lamilka-home-category-grid > a.lamilka-home-category em,
body .lamilka-riviera-news__mobile-offers > a,
body .lamilka-riviera-news__desktop-offers > a b,
body .lamilka-riviera-trust-ctas__mobile-transfer,
body .lamilka-riviera-trust-ctas__mobile-tours,
body .lamilka-riviera-trust-ctas__desktop > a b,
body .lamilka-tours__cta-grid > a b,
body .lamilka-about__services > div > a b {
  background: #ffd166 !important;
  color: #0a192f !important;
}
