/* V41: isolate service cards from the site's large global footer component. */
html,body{max-width:100%;overflow-x:hidden}
.svc{display:block;width:100%;max-width:100vw;overflow:hidden}
.svc-shell{width:min(1440px,100%)!important;max-width:100%!important;margin-inline:auto!important}
.svc-hero-grid,.svc-head,.svc-product-grid,.svc-category-grid,.svc-module-grid,.svc-process{min-width:0}
.svc-product-grid,.svc-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.svc-product,.svc-category{width:auto!important;min-width:0!important;max-width:100%!important;overflow:hidden}
.svc-product>footer,.svc-category>footer{
  position:static!important;inset:auto!important;float:none!important;
  width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;
  display:flex!important;grid-template-columns:none!important;align-items:center!important;justify-content:space-between!important;
  gap:12px!important;margin:auto 0 0!important;padding:16px 0 0!important;
  border:0!important;border-top:1px solid #eee9f3!important;border-radius:0!important;
  background:transparent!important;box-shadow:none!important;color:#211a29!important;
  font-size:14px!important;line-height:1.25!important;text-align:left!important
}
.svc-product>footer>*,.svc-category>footer>*{min-width:0!important;margin:0!important;padding:0!important;color:inherit!important;white-space:normal!important}
.svc-product>footer b,.svc-category>footer b{color:#7541e5!important;font-size:15px!important}
.svc-product>footer span,.svc-category>footer span{text-align:right!important}
.svc-nav{left:0!important;right:0!important;width:100%!important;max-width:100vw!important}
@media(max-width:980px){.svc-product-grid,.svc-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:620px){.svc-product-grid,.svc-category-grid{grid-template-columns:minmax(0,1fr)!important}}
