/**
 * LaMilka Tour 0.4.89 — homepage airport-transfer plane icon correction.
 *
 * The SVG path is the same Plane mark used by Lovable. A later general
 * mobile-icon refinement reduced it to 22px with a 1.48 stroke, making the
 * aircraft silhouette look compressed. Restore the source geometry only for
 * the plane while preserving the narrower button text and responsive layout.
 */
@media (max-width: 767px) {
  /* Lovable English homepage: 36px Plane. */
  .lamilka-home[data-language="en"] .lamilka-home-mobile-actions .lamilka-home-action:first-child .lamilka-home-action__icon,
  .lamilka-home[data-language="en"] .lamilka-home-mobile-cta > a:first-child .lamilka-home-action__icon {
    flex: 0 0 36px !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
  }

  /* Lovable German homepage: 26px Plane. */
  .lamilka-home[data-language="de"] .lamilka-home-mobile-actions .lamilka-home-action:first-child .lamilka-home-action__icon,
  .lamilka-home[data-language="de"] .lamilka-home-mobile-cta > a:first-child .lamilka-home-action__icon {
    flex: 0 0 26px !important;
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
  }

  .lamilka-home .lamilka-home-mobile-actions .lamilka-home-action:first-child .lamilka-home-action__icon,
  .lamilka-home .lamilka-home-mobile-cta > a:first-child .lamilka-home-action__icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
  }

  .lamilka-home[data-language="en"] .lamilka-home-mobile-actions .lamilka-home-action:first-child .lamilka-home-action__icon svg,
  .lamilka-home[data-language="en"] .lamilka-home-mobile-cta > a:first-child .lamilka-home-action__icon svg {
    width: 36px !important;
    height: 36px !important;
  }

  .lamilka-home[data-language="de"] .lamilka-home-mobile-actions .lamilka-home-action:first-child .lamilka-home-action__icon svg,
  .lamilka-home[data-language="de"] .lamilka-home-mobile-cta > a:first-child .lamilka-home-action__icon svg {
    width: 26px !important;
    height: 26px !important;
  }

  .lamilka-home .lamilka-home-mobile-actions .lamilka-home-action:first-child .lamilka-home-action__icon svg,
  .lamilka-home .lamilka-home-mobile-cta > a:first-child .lamilka-home-action__icon svg {
    display: block !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.25 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    vector-effect: non-scaling-stroke !important;
    shape-rendering: geometricPrecision !important;
  }
}
