@import "../global.css";
@import "../seamless.css";

span.fwm-rich-text-editor hr {
  border: initial;
  border-top: 1px solid var(--secondary);
}

section.fwm-column-thirds .fwm-nestable-flex {
  align-items: center;
}

/* CTAs */
footer .fwm-button-link,
.fwm-card-cta-link-buttonLinkPrimary,
.fwm-contact-us-button,
.fwm-contact-us-form-container button.nmx-button--secondary {
  text-transform: initial;
}

/* Primary H2 */
.fwm-lightTheme .fwm-section-header-title-text {
  color: var(--primary) !important;
}

/* Hero Overlay */
.fwm-hero-overlay .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h1,
.fwm-hero-overlay .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h2 {
  text-transform: uppercase;
}

/* Carousel */
section[class*=fwm-carousel] .fwm-nestable-field-container-1 + .fwm-RenderHTML-container {
  margin-top: 0;
}

.fwm-primary-h3:has(+ span:empty) {
  margin-bottom: 0;
}

.fwm-quote blockquote {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--secondary);
}