/* Keeps modular Elementor headers visually consistent across page templates. */
[data-elementor-type="wp-post"] .elementor-element.elementor-element-f628070 {
  --padding-top: 1.45vw !important;
  --padding-bottom: 1.45vw !important;
  --justify-content: space-between !important;
  --align-items: center !important;
}

[data-elementor-type="wp-post"] .elementor-element.elementor-element-f628070 > .elementor-element {
  align-self: center !important;
}

@media (max-width: 1024px) {
  [data-elementor-type="wp-post"] .elementor-element.elementor-element-f628070 {
    --padding-top: 3vw !important;
    --padding-bottom: 3vw !important;
  }
}

/* Elementor sets footer colors on headings; reset.css colors nested anchors red. */
:is(.elementor-118, .elementor-512, .elementor-535, .elementor-607, .elementor-624)
  .elementor-heading-title
  > a {
  color: inherit !important;
  text-decoration: none !important;
}

:is(.elementor-118, .elementor-512, .elementor-535, .elementor-607, .elementor-624)
  .elementor-icon-list-item
  > a {
  color: #ffffff !important;
  text-decoration: none !important;
}
