/**
 * Lamilka Tour 0.6.13
 * Correct Lifestyle & Tattoo category-to-trust section spacing.
 *
 * The visible collision was on the category side of the shared divider, not
 * the trust-heading side. Preserve a balanced heading inset, and create the
 * missing whitespace after the category cards/carousel before the divider.
 */
body.lamilka-lifestyle-tattoo-page .lamilka-aesthetic-hub__categories {
  padding-bottom: 32px !important;
}

body.lamilka-lifestyle-tattoo-page main.lamilka-aesthetic-hub > section.lamilka-aesthetic-hub__trust {
  box-sizing: border-box !important;
  padding-top: 24px !important;
}

body.lamilka-lifestyle-tattoo-page main.lamilka-aesthetic-hub > section.lamilka-aesthetic-hub__trust > div {
  padding-top: 0 !important;
}

@media (max-width: 767px) {
  body.lamilka-lifestyle-tattoo-page .lamilka-aesthetic-hub__categories {
    padding-bottom: 20px !important;
  }

  body.lamilka-lifestyle-tattoo-page main.lamilka-aesthetic-hub > section.lamilka-aesthetic-hub__trust {
    padding-top: 20px !important;
  }
}
