/* Round 36: four approved mobile composition fixes. */
@media (max-width: 560px) {
  html[lang="pl"] body.dsk-monitoring-pcpl-v1 #service-template .dsk-service-landing__body > h2.dsk-service-inline-heading:first-of-type {
    margin-block: 28px 14px;
    font-size: 1.625rem;
    line-height: 1.08;
  }

  html[lang="pl"] body.dsk-page-404 #main-content #strona-glowna {
    padding-block-end: 24px;
  }

  html[lang="pl"] body.dsk-page-404 #main-content #przydatne-linki {
    padding-block-start: 24px;
  }

  html[lang="pl"] body.dsk-page-404 #main-content #przydatne-linki .dsk-owner-section-title {
    margin-block-start: 0;
  }

  html[lang="pl"] body.dsk-case-studies-owner-v1 .dsk-case-studies__body > h2 + ul {
    padding-inline: 10px;
  }

  html[lang="pl"] body.dsk-case-studies-owner-v1 .dsk-case-studies__body > h2 + ul > li {
    padding-block: 14px;
  }

  html[lang="pl"] body.dsk-case-studies-owner-v1 .dsk-case-studies__body > h2 + ul > li > a {
    display: block;
    margin-block-end: 6px;
    line-height: 1.35;
  }

  html[lang="pl"] body.dsk-page-business #service-template .dsk-steps-ol {
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(15, 118, 110, .16);
    border-radius: 14px;
    background: #fff;
  }

  html[lang="pl"] body.dsk-page-business #service-template .dsk-steps-ol > li {
    padding: 16px;
    border: 0;
    border-bottom: 1px solid rgba(15, 118, 110, .14);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  html[lang="pl"] body.dsk-page-business #service-template .dsk-steps-ol > li:last-child {
    border-bottom: 0;
  }

  html[lang="pl"] body.dsk-page-business #main-content .dsk-guides-section {
    padding-block: 24px;
  }
}
