@import url("./design-system/tokens.css");
@import url("./design-system/adapters/ai-services-theme.css");

/* AI Services route layout and spacing.
   Visual ownership: design-system/adapters/ai-services-theme.css. */

html{scrollbar-width:thin}
html::-webkit-scrollbar{width:5px}
html::-webkit-scrollbar-track{background:transparent}
html::-webkit-scrollbar-thumb{border-radius:4px}

body.ai-services-page .landing-main{
  padding-top:0;
  padding-bottom:60px
}

body.ai-services-page .s-mega-card--link{text-decoration:none}
