/**
 * LaMilka Tour 0.5.12
 * Focused homepage action-height and image-card palette correction.
 *
 * Scope:
 * - reduce each mobile homepage primary action by 15 percent;
 * - preserve the approved gold/cyan pairing only on those two actions;
 * - restore image-card CTA buttons to the established yellow;
 * - preserve typography, icons, widths, gaps, radii and all card geometry.
 */

/* The approved two-button color pairing is limited to homepage primary actions. */
.lamilka-home .lamilka-home-mobile-actions .lamilka-home-action:first-child,
.lamilka-home .lamilka-home-mobile-cta > a:first-child {
  background: #d89b27 !important;
  color: #1e293b !important;
}

.lamilka-home .lamilka-home-mobile-actions .lamilka-home-action:nth-child(2),
.lamilka-home .lamilka-home-mobile-cta > a:nth-child(2) {
  background: #a6e3e8 !important;
  color: #1e293b !important;
}

/* Image-card buttons stay on the established shared yellow, never cyan. */
.lamilka-home-feature-grid .lamilka-home-feature em,
.lamilka-home-category-grid .lamilka-home-category em,
.lamilka-riviera-news__mobile-offers > a,
.lamilka-riviera-news__desktop-offers > a b,
.lamilka-riviera-trust-ctas__mobile-transfer,
.lamilka-riviera-trust-ctas__mobile-tours,
.lamilka-riviera-trust-ctas__desktop > a b,
.lamilka-tours__cta-grid > a b,
.lamilka-about__services > div > a b {
  background: #ffd166 !important;
  color: #0a192f !important;
}

@media (max-width: 767px) {
  /* Hero actions: 64px × .85 = 54.4px, rounded to a stable 54px. */
  .lamilka-home .lamilka-home-mobile-actions .lamilka-home-action {
    box-sizing: border-box !important;
    height: 54px !important;
    min-height: 54px !important;
    padding-block: 8px !important;
  }

  /* Repeated lower actions: 56px × .85 = 47.6px, rounded to 48px. */
  .lamilka-home .lamilka-home-mobile-cta > a {
    box-sizing: border-box !important;
    height: 48px !important;
    min-height: 48px !important;
    padding-block: 6px !important;
  }
}
