.dew-copyright-footer {
  width: min(100%, 1000px);
  margin: 28px auto 0;
  padding: 18px 16px 22px;
  border-top: 1px solid rgba(111, 91, 184, 0.14);
  color: rgba(71, 65, 102, 0.68);
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: center;
}

.dew-footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 8px;
}

.dew-footer-links a {
  color: #5c49d5;
  text-decoration: none;
  font-weight: 600;
  transition: color 150ms ease;
}

.dew-footer-links a:hover {
  color: #4332b3;
  text-decoration: underline;
}

.dew-footer-sep {
  color: rgba(111, 91, 184, 0.35);
  font-size: 0.75rem;
}

.dew-footer-copy {
  font-size: 0.72rem;
  color: #7b7899;
}

.funnel-preview.dew-footer-host {
  flex-direction: column;
  gap: 12px;
}

.funnel-preview.dew-footer-host > .dew-copyright-footer {
  width: min(100%, var(--funnel-shell-width, 393px));
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 4px;
  border-top: 0;
}

.guide-scroll > .dew-copyright-footer {
  grid-column: 1 / -1;
  margin-top: 20px;
  padding-bottom: 26px;
}

.contact-main > .dew-copyright-footer {
  margin-top: 24px;
}

@media (max-width: 768px) {
  .dew-copyright-footer {
    margin-top: 20px;
    padding: 14px 12px 18px;
    font-size: 0.7rem;
  }

  .funnel-preview.dew-footer-host {
    justify-content: flex-start;
  }

  body.guide-match-page .funnel-preview {
    height: 100dvh;
    min-height: 100dvh;
    padding-bottom: 0 !important;
    overflow: hidden;
  }

  body.guide-match-page .guide-shell {
    height: 100%;
    min-height: 0;
    padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
    overflow: hidden;
  }

  body.guide-match-page .guide-scroll {
    min-height: 0;
    padding-bottom: 24px !important;
    scroll-padding-bottom: 24px;
    overscroll-behavior: contain;
  }

  body.guide-match-page .guide-scroll > .dew-copyright-footer {
    margin-top: 28px;
    padding-bottom: 18px;
  }
}
