/* LMS-matched font: Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

body, button, input, select, textarea, h1, h2, h3, h4, h5, h6, p, li, a {
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif !important;
}

/*Elegant Theme*/
.articleDetail .KbDetailLtContainer__printView {
      display: none;
}
/*Elegant Theme*/
.articleDetail .KbDetailLtContainer__pdfView {
      display: none;
}

/* Content copy protection */
.articleDetail .KbDetailLtContainer__articleContent,
.articleDetail .KbDetailLtContainer__articleContent *,
.KbDetail__articleContent,
.KbDetail__articleContent * {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
}

/* Image drag and right-click protection */
.articleDetail .KbDetailLtContainer__articleContent img,
.KbDetail__articleContent img {
      -webkit-user-drag: none;
      user-drag: none;
      pointer-events: none;
}

/* === LMS Blue (#2563EB) replaces brand orange (#e46317) === */
.commonStyle__zt3BrandBg {
      background-color: #2563EB !important;
}
.commonStyle__zt3BrandFill,
.commonStyle__zt3BrandFill path,
svg.commonStyle__zt3BrandFill {
      fill: #2563EB !important;
}
.commonStyle__zt3Brand {
      color: #2563EB !important;
}
.commonStyle__zt3BrandBorder {
      border-color: #2563EB !important;
}
.SearchContainer__downArrow {
      border-color: #2563EB transparent transparent !important;
}
