
        :root {
          --active-background-color: #FFFFFF !important;
          --scrollbar-track: #FFFFFF !important;
          --active-font-color: #000000 !important;
          --active-link-color: #82153F !important;
          --active-base-color: #CEA3B3 !important;
          --active-accent-color: #CEA3B3 !important;
          --active-dimmed-color: rgba(206, 163, 179, 0.6) !important;
        }
        html body {
          --active-background-color: #FFFFFF !important;
          --active-font-color: #000000 !important;
        }
        .main-container a, .content a {
          color: #82153F !important;
        }
        @media (max-width: 768px) {
          .region-sidebar-first .category li a,
          .region-sidebar-first .category li a span {
              color: #82153F !important;
          } 
          .region-sidebar-first .category li a.is-active,
          .region-sidebar-first .category li a.is-active span {
              color: #CEA3B3 !important;
          }
      }
        