/********* CATEGORY DESCRIPTION *******/

.description-container {
    max-width: 140ch !important;
}

.sm-char-width {
    max-width: 85ch !important;
}

.description-container a:link, 
.description-container a:visited {
     color: var(--green3) !important;
     font-weight: 500;
     text-decoration: underline;
}

.description-container a:hover, 
.description-containera:active {
    color: var(--red1) !important;
    text-decoration: none;
}

/********* UL *******/

ul.square-bullets {
  list-style-type: square; 
}

ul.single-spaced li {
   margin-bottom: 0;
}