/**
 * Prevent GYDCA global resets from overriding Elementor Theme Builder header/footer.
 */

.elementor-location-header,
.elementor-location-footer {
  width: 100%;
}

.elementor-location-header a,
.elementor-location-footer a {
  color: unset;
  text-decoration: unset;
}

.elementor-location-header img,
.elementor-location-footer img,
.elementor-location-header svg,
.elementor-location-footer svg {
  display: revert;
  max-width: revert;
  height: revert;
}

.elementor-location-header .elementor-widget-wrap > .elementor-element,
.elementor-location-footer .elementor-widget-wrap > .elementor-element {
  width: auto;
}
