/* Mobile-only layout for the About page demonstration artifacts. */
@media screen and (max-width: 767px) {
  html body main#main-content .tdl-demo-artifacts-section {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
    text-align: left !important;
  }

  html body main#main-content .tdl-demo-artifacts-section .container,
  html body main#main-content .tdl-demo-artifacts-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 main#main-content .tdl-demo-artifacts-section .tdl-walkthrough-heading {
    width: 100% !important;
    max-width: 36rem !important;
    margin: 0 0 1.15rem !important;
    text-align: left !important;
  }

  html body main#main-content .tdl-demo-artifacts-section .tdl-section-kicker {
    display: block !important;
    width: 100% !important;
    margin: 0 0 0.7rem !important;
    color: #006039 !important;
    font-size: 0.72rem !important;
    line-height: 1.35 !important;
    letter-spacing: 0.12em !important;
    text-align: left !important;
  }

  html body main#main-content .tdl-demo-artifacts-section .tdl-walkthrough-heading h2 {
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 0.7rem !important;
    color: #19191d !important;
    font-size: clamp(1.55rem, 6.8vw, 1.85rem) !important;
    font-weight: 600 !important;
    line-height: 1.18 !important;
    letter-spacing: -0.015em !important;
    overflow-wrap: break-word !important;
    text-align: left !important;
  }

  html body main#main-content .tdl-demo-artifacts-section .tdl-walkthrough-heading > .paragraph {
    width: 100% !important;
    max-width: 35rem !important;
    margin: 0 !important;
    color: #4a524c !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    text-align: left !important;
  }

  html body main#main-content .tdl-demo-artifacts-section .tdl-demo-disclosure {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0.9rem 0 0 !important;
    padding: 0.7rem 0.85rem !important;
    border-color: rgba(0, 96, 57, 0.42) !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    color: #006039 !important;
    font-size: 0.82rem !important;
    line-height: 1.45 !important;
    text-align: left !important;
  }

  html body main#main-content .tdl-demo-artifacts-section .tdl-demo-artifact-grid {
    display: grid !important;
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0.85rem !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  html body main#main-content .tdl-demo-artifacts-section .tdl-demo-artifact {
    min-width: 0 !important;
    padding: 1.1rem 1rem 1.15rem !important;
    border: 1px solid rgba(37, 34, 42, 0.12) !important;
    border-top: 4px solid #006039 !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 24px rgba(25, 25, 34, 0.05) !important;
    box-sizing: border-box !important;
    background: #fff !important;
    text-align: left !important;
  }

  html body main#main-content .tdl-demo-artifacts-section .tdl-artifact-topline {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.65rem !important;
    margin: 0 0 0.7rem !important;
    color: #006039 !important;
    font-size: 0.68rem !important;
    line-height: 1.35 !important;
    letter-spacing: 0.06em !important;
  }

  html body main#main-content .tdl-demo-artifacts-section .tdl-artifact-topline span {
    min-width: 0 !important;
  }

  html body main#main-content .tdl-demo-artifacts-section .tdl-artifact-topline strong {
    flex: 0 0 auto !important;
    padding: 0.28rem 0.48rem !important;
    font-size: 0.62rem !important;
    letter-spacing: 0.04em !important;
    white-space: nowrap !important;
  }

  html body main#main-content .tdl-demo-artifacts-section .tdl-demo-artifact h3 {
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 0.9rem !important;
    color: #19191d !important;
    font-size: 1.12rem !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
  }

  html body main#main-content .tdl-demo-artifacts-section .tdl-demo-artifact > p {
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 0.9rem !important;
    color: #4a524c !important;
    font-size: 0.94rem !important;
    line-height: 1.55 !important;
    text-align: left !important;
  }

  html body main#main-content .tdl-demo-artifacts-section .tdl-demo-artifact dl {
    display: grid !important;
    gap: 0.85rem !important;
    margin: 0 !important;
  }

  html body main#main-content .tdl-demo-artifacts-section .tdl-demo-artifact dl div {
    display: grid !important;
    gap: 0.28rem !important;
    min-width: 0 !important;
    margin: 0 !important;
    text-align: left !important;
  }

  html body main#main-content .tdl-demo-artifacts-section .tdl-demo-artifact dt {
    color: #006039 !important;
    font-size: 0.7rem !important;
    line-height: 1.35 !important;
    text-align: left !important;
  }

  html body main#main-content .tdl-demo-artifacts-section .tdl-demo-artifact dd {
    margin: 0 !important;
    color: #3f4640 !important;
    font-size: 0.94rem !important;
    line-height: 1.55 !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    text-align: left !important;
  }

  html body main#main-content .tdl-demo-artifacts-section .tdl-demo-artifact pre {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0.85rem 0.9rem !important;
    overflow-x: auto !important;
    border-radius: 6px !important;
    -webkit-overflow-scrolling: touch;
    font-size: 0.78rem !important;
    line-height: 1.55 !important;
  }

  html body main#main-content .tdl-demo-artifacts-section .tdl-demo-artifact code span {
    min-width: max-content !important;
    white-space: pre !important;
  }
}

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

  html body main#main-content .tdl-demo-artifacts-section .tdl-walkthrough-heading h2 {
    font-size: 1.45rem !important;
  }

  html body main#main-content .tdl-demo-artifacts-section .tdl-demo-artifact {
    padding: 1rem 0.85rem 1.05rem !important;
  }

  html body main#main-content .tdl-demo-artifacts-section .tdl-demo-artifact h3 {
    font-size: 1.05rem !important;
  }

  html body main#main-content .tdl-demo-artifacts-section .tdl-demo-artifact > p,
  html body main#main-content .tdl-demo-artifacts-section .tdl-demo-artifact dd {
    font-size: 0.9rem !important;
  }
}
