#page-95 .resource-type-filter-group-sidebar {
    display: none !important;
}

.fa-sm.hidden {
    display: none !important;
}

.checkbox.form-check {
    margin-left: 4px;
    justify-content: start;
    margin-top: 4px;
}

.checkbox.form-check label {
    order: 1;
}

.checkbox.form-check input {
    order: 0;
}

.checkbox.form-check > div.ng-scope {
    order: 9999;
}

a.card-link {
    color: black;
}
a.card-link:visited {
    color: black;
}
a.card-link:hover {
    color: #00AB4E;
}

.prose .btn-primary {
    font-weight: 900 !important;
}

.space-y-10 .prose img {
    display: inline-block !important;
}

.space-y-10 .prose a:has(img)  {
    text-decoration: none !important;
}



details {
    margin-bottom: 24px;
  border-radius: 4px;
  padding: 12px;
}

summary {
  font-weight: bold;
  margin: -0.5em -0.5em 0;
  padding: 0.5em;
  cursor:pointer;
}

summary::marker {
    color: #00AB4E
}

details[open] {
  padding: 12px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;;
}

details[open] summary {

}




