.node-detail ul{
   padding-left: 20px;
}
.node-detail ul li{
   list-style: disc;
}

:root {
  --theme-color: #f39200;
}

a:hover,
.btn-theme,
.button--primary,
.post-categories a,
#.text-theme,
.bg-theme,
.border-1,
.border-2,
.border-3,
.border-4,
.border-5 {
  color: #f39200 !important;
  background-color: #f39200 !important;
  border-color: #f39200 !important;
}

.category-background .post-categories a {
  color: #f39200 !important;
}
