/**
 * LaMilka Tour 0.5.19
 * Balanced stable mobile homepage CTA placement.
 *
 * Keep the 100svh hero and stable viewport behavior introduced in v115, but
 * remove the artificial 12svh lift. The existing safe-area-aware padding from
 * v113 then produces a consistent 16–20px visual bottom inset on normal phones
 * while respecting devices with a larger home-indicator safe area.
 */
@media (max-width: 767px) {
  body.lamilka-home .lamilka-home-mobile-actions {
    bottom: 0 !important;
    transform: none !important;
  }
}
