/**
 * LaMilka Tour 0.5.16
 * Responsive mobile homepage CTA bottom placement.
 *
 * Scope:
 * - move the two-button hero action group closer to the hero bottom;
 * - preserve the existing inter-button gap, sizing, colors and centering;
 * - retain safe-area protection on notched/home-indicator devices;
 * - apply identically to EN and DE across supported phone widths.
 */
@media (max-width: 767px) {
  .lamilka-home .lamilka-home-mobile-actions {
    bottom: 0 !important;
    padding-bottom: max(env(safe-area-inset-bottom), clamp(16px, 4.6vw, 20px)) !important;
  }
}
