/* WelinkShop hard remediation v3: mobile docs geometry and final spacing. */
@media screen and (max-width: 1023px) {
  :root body .ws-docs-index .f-blog-sidebar,
  :root body .ws-docs-article .f-blog-sidebar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    flex: 0 0 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  :root body .ws-docs-index .f-blog__wrapper,
  :root body .ws-docs-article .f-article__wrapper {
    width: 100% !important;
    margin: 0 !important;
    padding: 34px 0 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .ws-menu-subbanner__inner {
    position: relative;
    display: block;
    height: 260px;
    min-height: 260px;
    padding: 38px 0 !important;
    box-sizing: border-box;
  }

  .ws-menu-subbanner__copy {
    position: relative;
    z-index: 2;
    width: 88%;
  }

  .ws-menu-subbanner__copy h1 {
    font-size: clamp(32px, 9vw, 38px);
    line-height: 1.12;
  }

  .ws-menu-subbanner__copy p {
    max-width: 92%;
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.58;
  }

  .ws-menu-subbanner__art {
    position: absolute;
    z-index: 1;
    right: -16px;
    bottom: 8px;
    width: 180px;
    min-height: 86px;
    opacity: .42;
  }
}
