/* RELEASE FILTER CATEGORY STYLES */

#quarto-margin-sidebar h5.quarto-listing-category-title {
    font-size: 0.875rem !important;
    font-weight: bold;
    color: #196972;
    padding: 13px 13px 5px 13px;
    margin-bottom: 0;
    background-color: #FAFBFB;
    border: 1px solid #bdc1c4;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
  }
  .quarto-listing-category {
    padding: 5px 13px 13px 13px;
    background-color: #FAFBFB;
    border: 1px solid #bdc1c4;
    border-top: none;
    border-radius: 0 0 3px 3px;
    font-size: 0.875rem !important;
  }
  .quarto-listing-category .category {
    padding: 0.1rem 0;
    padding-left: 0.5rem;
    margin-left: 0.5rem;
    border-left: 1px solid #bdc1c4;
    color: #585f60 !important;
    text-decoration: none;
    cursor: pointer;
  }
  .quarto-listing-category .category:hover {
    color: #196972 !important;
    background-color: #eaf8fa;
    text-decoration: none;
  }
  .quarto-listing-category .category.active {
    border-left: 2px solid #DE257E;
    padding-left: calc(0.5rem - 1px);
    color: #DE257E !important;
  }