.elementor-317 .elementor-element.elementor-element-b394082{--display:flex;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-317 .elementor-element.elementor-element-b394082{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS *//* Dirty Laundry Express Schedule Page */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.schedule-booking-page {
  width: 100%;
  max-width: 100%;
  min-height: 100svh;
  background: #f3f5f7;
  display: grid;
  grid-template-columns: minmax(320px, 500px) minmax(390px, 480px);
  justify-content: center;
  align-items: center;
  gap: 64px;
  padding: 40px 24px;
  box-sizing: border-box;
  overflow-x: hidden;
}

.schedule-intro {
  color: #1f2a44;
  max-width: 500px;
  box-sizing: border-box;
}

.schedule-kicker {
  margin: 0 0 14px;
  color: #2f5f8f !important;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.schedule-intro h1 {
  margin: 0 0 24px;
  color: #1f2a44 !important;
  font-size: clamp(42px, 4vw, 60px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.schedule-description {
  margin: 0;
  color: #34445f !important;
  font-size: 19px;
  line-height: 1.65;
  max-width: 480px;
}

.schedule-mobile-redirect {
  display: none;
}

.schedule-iframe-card {
  width: 100%;
  max-width: 480px;
  min-width: 0;
  height: 820px;
  max-height: calc(100svh - 80px);
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(31, 42, 68, 0.18);
  box-sizing: border-box;
}

.cents-embed-shell {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #ffffff;
}

.cents-embed-shell iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 100%;
  border: 0;
  background: #ffffff;
}

/* Tablet */
@media (max-width: 1024px) {
  .schedule-booking-page {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 28px;
    padding: 32px 20px;
  }

  .schedule-intro {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
  }

  .schedule-description {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .schedule-iframe-card {
    margin: 0 auto;
    height: 780px;
    max-height: none;
  }
}

/* Mobile: auto-redirect instead of embedded iframe */
@media (max-width: 767px) {
  html,
  body {
    background: #ffffff;
    max-width: 100%;
    overflow-x: hidden;
  }

  .schedule-booking-page {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    min-height: 100dvh;
    padding: 108px 22px 32px;
    margin: 0;
    background: #ffffff;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  .schedule-intro {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
  }

  .schedule-kicker {
    margin: 0 0 14px !important;
    color: #2f5f8f !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
    font-weight: 800;
    letter-spacing: 0.14em;
  }

  .schedule-intro h1 {
    max-width: 330px;
    margin: 0 auto 18px !important;
    color: #1f2a44 !important;
    font-size: 30px !important;
    line-height: 1.08 !important;
    letter-spacing: -0.025em;
  }

  .schedule-description {
    display: block;
    max-width: 330px;
    margin: 0 auto 30px !important;
    color: #34445f !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
  }

  .schedule-mobile-redirect {
    display: block;
    max-width: 310px;
    margin: 6px auto 0 !important;
    color: #34445f;
    font-size: 14px;
    line-height: 1.35;
  }

  .schedule-mobile-redirect p {
    margin: 0 0 8px !important;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
  }

  .schedule-mobile-redirect a {
    display: inline-block;
    max-width: 280px;
    margin: 0 auto;
    color: #2f5f8f;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .schedule-iframe-card {
    display: none;
  }
}/* End custom CSS */