/**
 * Nejat Ortho — Hello Elementor Theme Resets
 * Loaded with priority 999 to guarantee it overrides theme defaults.
 */

/* Override Hello Elementor's red link color */
a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

/* Suppress Hello Elementor default button red */
.elementor-button,
button {
  /* Intentionally blank — each widget controls its own buttons */
}

/* Remove Hello Elementor extra margin on headings inside Elementor sections */
.elementor-widget-container h1,
.elementor-widget-container h2,
.elementor-widget-container h3,
.elementor-widget-container h4,
.elementor-widget-container h5,
.elementor-widget-container h6 {
  margin-top: 0;
}
