/*
 * Optional scoped styles for Elementor-built sections.
 * Keep selectors scoped to avoid global bleed.
 */

.elementor .my-landing h1,
.elementor .my-landing h2,
.elementor .my-landing h3 {
  line-height: 1.15;
}

.elementor .my-landing .wdl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
}
