/**
 * LaMilka Tour 0.5.11
 * Focused mobile homepage CTA typography balance.
 *
 * Scope:
 * - reduce the transfer CTA label just enough to give the airplane icon room;
 * - apply the same size and weight to Explore Tours;
 * - apply the same typography contract in English and German;
 * - preserve button dimensions, colors, spacing, icons and centering geometry.
 */
@media (max-width: 767px) {
  .lamilka-home .lamilka-home-mobile-actions .lamilka-home-action,
  .lamilka-home .lamilka-home-mobile-cta > a {
    font-size: 20px !important;
    font-weight: 500 !important;
    letter-spacing: -0.008em !important;
    line-height: 1.12 !important;
  }

  .lamilka-home .lamilka-home-mobile-actions .lamilka-home-action__label,
  .lamilka-home .lamilka-home-mobile-cta > a > span:last-of-type {
    font: inherit !important;
    line-height: inherit !important;
    white-space: nowrap !important;
  }
}

/* Preserve complete German labels on the narrowest supported phones. */
@media (max-width: 359px) {
  .lamilka-home[data-language="de"] .lamilka-home-mobile-actions .lamilka-home-action,
  .lamilka-home[data-language="de"] .lamilka-home-mobile-cta > a {
    font-size: 17px !important;
    font-weight: 500 !important;
  }
}
