/* Mobile-only layout for the About page remediation walkthrough. */
@media screen and (max-width: 767px) {
  html body .tdl-remediation-walkthrough-section {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  html body .tdl-remediation-walkthrough-section .container,
  html body .tdl-remediation-walkthrough-section .w-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    box-sizing: border-box !important;
  }

  html body .tdl-remediation-walkthrough-section .tdl-walkthrough-heading {
    width: 100% !important;
    max-width: 36rem !important;
    margin: 0 0 1.75rem !important;
    text-align: left !important;
  }

  html body .tdl-remediation-walkthrough-section .tdl-section-kicker {
    width: 100% !important;
    margin: 0 0 0.8rem !important;
    color: #a8dbc7 !important;
    font-size: 0.72rem !important;
    line-height: 1.35 !important;
    letter-spacing: 0.12em !important;
    text-align: center !important;
  }

  html body .tdl-remediation-walkthrough-section .tdl-walkthrough-heading h2 {
    max-width: 18ch !important;
    margin: 0 0 1rem !important;
    color: #fff !important;
    font-size: clamp(1.85rem, 8vw, 2.15rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.015em !important;
    overflow-wrap: normal;
    text-align: left !important;
    text-wrap: balance;
  }

  html body .tdl-remediation-walkthrough-section .tdl-walkthrough-heading > .paragraph {
    max-width: 35rem !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 0.96rem !important;
    line-height: 1.65 !important;
    text-align: left !important;
  }

  html body .tdl-remediation-walkthrough-section .tdl-demo-disclosure {
    display: block !important;
    width: 100% !important;
    max-width: 35rem !important;
    margin: 1.1rem 0 0 !important;
    padding: 0.72rem 0.85rem !important;
    border-color: rgba(168, 219, 199, 0.72) !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    color: #c7eadc !important;
    font-size: 0.75rem !important;
    line-height: 1.45 !important;
    text-align: left !important;
  }

  html body .tdl-remediation-walkthrough-section .tdl-walkthrough-steps {
    width: calc(100% + 16px) !important;
    max-width: none !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.5rem !important;
    align-items: stretch !important;
    margin: 0 -8px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    background: transparent !important;
  }

  html body .tdl-remediation-walkthrough-section .tdl-walkthrough-steps li {
    display: grid !important;
    grid-template-columns: 1.7rem minmax(0, 1fr) !important;
    grid-template-rows: auto 1fr !important;
    gap: 0 0.5rem !important;
    align-items: start !important;
    min-width: 0 !important;
    padding: 0.75rem 0.7rem !important;
    border: 1px solid rgba(168, 219, 199, 0.3) !important;
    border-radius: 8px !important;
    box-shadow: inset 0 3px 0 rgba(168, 219, 199, 0.52) !important;
    box-sizing: border-box !important;
    background: #0a382a !important;
    text-align: left !important;
  }

  html body .tdl-remediation-walkthrough-section .tdl-walkthrough-steps li > span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: start !important;
    width: 1.7rem !important;
    height: 1.7rem !important;
    border: 1px solid rgba(168, 219, 199, 0.62) !important;
    border-radius: 999px !important;
    box-sizing: border-box !important;
    color: #c7eadc !important;
    font-size: 0.58rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 0.04em !important;
  }

  html body .tdl-remediation-walkthrough-section .tdl-walkthrough-steps li > div {
    display: contents !important;
  }

  html body .tdl-remediation-walkthrough-section .tdl-walkthrough-steps h3 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
    min-width: 0 !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: 0.8rem !important;
    line-height: 1.24 !important;
    overflow-wrap: anywhere;
    text-align: left !important;
  }

  html body .tdl-remediation-walkthrough-section .tdl-walkthrough-steps p {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    margin: 0.6rem 0 0 !important;
    padding-top: 0.55rem !important;
    border-top: 1px solid rgba(168, 219, 199, 0.2) !important;
    color: rgba(255, 255, 255, 0.76) !important;
    font-size: 0.76rem !important;
    line-height: 1.46 !important;
    overflow-wrap: anywhere;
    text-align: left !important;
  }
}

@media screen and (max-width: 359px) {
  html body .tdl-remediation-walkthrough-section .container,
  html body .tdl-remediation-walkthrough-section .w-container {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  html body .tdl-remediation-walkthrough-section .tdl-walkthrough-heading h2 {
    font-size: 1.75rem !important;
  }

  html body .tdl-remediation-walkthrough-section .tdl-walkthrough-steps li {
    grid-template-columns: 1.55rem minmax(0, 1fr) !important;
    gap: 0 0.4rem !important;
    padding: 0.65rem 0.55rem !important;
  }

  html body .tdl-remediation-walkthrough-section .tdl-walkthrough-steps li > span {
    width: 1.55rem !important;
    height: 1.55rem !important;
    font-size: 0.54rem !important;
  }

  html body .tdl-remediation-walkthrough-section .tdl-walkthrough-steps h3 {
    font-size: 0.74rem !important;
  }

  html body .tdl-remediation-walkthrough-section .tdl-walkthrough-steps p {
    margin-top: 0.5rem !important;
    padding-top: 0.45rem !important;
    font-size: 0.72rem !important;
    line-height: 1.42 !important;
  }
}
