.elementor-kit-1006{--e-global-color-primary:#191C1F;--e-global-color-secondary:#191C1F;--e-global-color-text:#687582;--e-global-color-accent:#1544D1;--e-global-color-kadence1:#2B6CB0;--e-global-color-kadence2:#215387;--e-global-color-kadence3:#1A202C;--e-global-color-kadence4:#2D3748;--e-global-color-kadence5:#4A5568;--e-global-color-kadence6:#718096;--e-global-color-kadence7:#EDF2F7;--e-global-color-kadence8:#F7FAFC;--e-global-color-kadence9:#ffffff;--e-global-color-56e36de:#FFD166;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:16px;}.elementor-kit-1006 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1006 h1{color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-size:48px;}.elementor-kit-1006 h2{color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-size:48px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:300px;}.e-con{--container-max-width:300px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-1006 h2{font-size:36px;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-1006 h2{font-size:30px;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* MMN Resources Sidebar Categories (scoped) */
.mmn-sidebar .mmn-cat-nav{
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Each category block */
.mmn-sidebar .mmn-cat-item{
  display: block;
  background: #ffffff;
  color: #1A365D;
  text-decoration: none;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  padding: 22px 26px;
  border-radius: 14px;
  border: 1px solid rgba(26,54,93,0.06);
  box-shadow: 0 10px 22px rgba(26,54,93,0.08);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

/* Hover: subtle lift like the screenshot feel */
.mmn-sidebar .mmn-cat-item:hover{
  transform: translateY(-1px);
  border-color: rgba(66,153,225,0.35);
  box-shadow: 0 14px 26px rgba(26,54,93,0.10);
}

/* Sticky behavior (desktop only) */
@media (min-width: 1025px){
  .mmn-sidebar{
    position: sticky;
    top: 110px; /* adjust if your header height differs */
    align-self: flex-start;
  }
}

/* Mobile: don't let the sidebar eat the screen */
@media (max-width: 1024px){
  .mmn-sidebar{
    position: static;
    top: auto;
  }
  .mmn-sidebar .mmn-cat-item{
    font-size: 18px;
    padding: 16px 18px;
  }
}
.mmn-sidebar .mmn-cat-item:focus,
.mmn-sidebar .mmn-cat-item:focus-visible{
  outline: none;
  border-color: rgba(212,175,55,0.55);
  box-shadow: 0 0 0 3px rgba(212,175,55,0.22), 0 14px 26px rgba(26,54,93,0.10);
}/* End custom CSS */