/* WelinkShop hard remediation v2: cache-busted finishing layer. */
:root body.template-home .f-services-style__wrapper,
:root body.template-home .f-services-style__wrapper > .f-services-style__image,
:root body.template-home .f-services-style__wrapper > .f-services-style__content {
  background: transparent !important;
  background-color: transparent !important;
}

:root body .main-page .f-page-content a::before,
:root body .main-page .f-page-content a::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

:root body .main-page .f-page-content a,
:root body .main-page .f-page-content a:hover,
:root body .main-page .f-page-content a:focus,
:root body .main-page .f-page-content a:active {
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

:root body .ws-docs-article [class*="breadcrumb"] { display: none !important; }
