/**
 * Dryer Vent Squad — Elfsight Google Reviews readability on dark hero sections.
 * Scoped under .dvs-elfsight-reviews so the rest of the page is unchanged.
 */

.dvs-elfsight-reviews {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 12px;
  padding: clamp(10px, 1.75vw, 18px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0.75rem auto 0;
  color: #1a1a1a;
  position: relative;
  z-index: 0;
}

/* Row that wraps the Elfsight block: GHL used margin-top:-20px (pulls widget over REVIEWS + CTA) */
.hl_page-preview--content .row-Difr2wUim2 {
  margin-top: 1.25rem !important;
}

/* GHL column used negative margins; reset */
.hl_page-preview--content .col-Mc_8iln9Vt {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

@media screen and (max-width: 480px) {
  .hl_page-preview--content .col-Mc_8iln9Vt {
    margin-bottom: 0 !important;
  }

  .hl_page-preview--content .row-8uAgOEBvLN {
    margin-top: 1.5rem !important;
  }
}

.hl_page-preview--content .col-Mc_8iln9Vt .c-custom-code.custom-code-y0xqN_65Mf {
  margin-top: 0 !important;
}

.dvs-elfsight-reviews .elfsight-app-4a537616-e057-4010-9f6b-ad71ca222a64 {
  min-height: 0;
}

/* Open-DOM Elfsight nodes (when not shadow-rooted) */
.dvs-elfsight-reviews [class*="eapps-"] {
  color: #1a1a1a !important;
}

.dvs-elfsight-reviews [class*="eapps-widget"],
.dvs-elfsight-reviews [class*="eapps-root"] {
  background: transparent !important;
}

/* Review cards / items */
.dvs-elfsight-reviews [class*="Review"][class*="Container"],
.dvs-elfsight-reviews [class*="review-item"],
.dvs-elfsight-reviews [class*="ReviewItem"],
.dvs-elfsight-reviews [class*="Carousel"] [class*="Item"],
.dvs-elfsight-reviews [class*="Slide"] {
  background: #ffffff !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12) !important;
  color: #1a1a1a !important;
}

.dvs-elfsight-reviews [class*="Text"],
.dvs-elfsight-reviews [class*="text"],
.dvs-elfsight-reviews [class*="Content"],
.dvs-elfsight-reviews [class*="Description"],
.dvs-elfsight-reviews [class*="Body"] {
  color: #1a1a1a !important;
}

.dvs-elfsight-reviews a,
.dvs-elfsight-reviews [class*="Link"],
.dvs-elfsight-reviews [class*="ReadMore"] {
  color: #0b57d0 !important;
}

.dvs-elfsight-reviews [class*="Name"],
.dvs-elfsight-reviews [class*="Author"] {
  color: #111827 !important;
}
