/**
 * LaMilka Tour 0.5.05
 * Surgical mobile homepage CTA typography/copy parity.
 *
 * Scope:
 * - increase the two mobile homepage CTA labels to the attached reference size;
 * - use the attached reference's semibold weight;
 * - preserve the centered icon + complete-label group established in v0.5.01;
 * - do not alter button geometry, palette, hero, navigation or other components.
 */
@media (max-width: 767px) {
  .lamilka-home .lamilka-home-mobile-actions .lamilka-home-action,
  .lamilka-home .lamilka-home-mobile-cta > a {
    font-size: 22px !important;
    font-weight: 600 !important;
    letter-spacing: -0.012em !important;
    line-height: 1.1 !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;
  }
}

/* Keep the long German transfer label safe on compact, still-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 {
    column-gap: 8px !important;
    font-size: 17px !important;
    padding-inline: 12px !important;
  }
}
