/* Conversion-first first screen for the evidence-led bathroom city pages. */
@media (max-width: 1060px) {
  .bathroom-lead-first .hero-stage {
    flex-direction: column;
  }

  .bathroom-lead-first .hero-copy,
  .bathroom-lead-first .hero-media {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .bathroom-lead-first .hero-copy {
    padding: 26px 22px 28px;
  }

  .bathroom-lead-first .hero-copy .hero-lead {
    order: 1;
  }

  .bathroom-lead-first .hero-copy .cta-row {
    order: 2;
  }

  .bathroom-lead-first .hero-copy .proof {
    order: 3;
  }

  .bathroom-lead-first .hero-copy .btn.ghost {
    width: auto;
    min-height: 40px;
    border: 0;
    background: transparent;
    padding: 8px 0;
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .bathroom-lead-first .hero-panel {
    display: block;
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
    padding: 11px 12px;
  }
}
