.editorial-section {
  margin-bottom: 2rem !important;
}
.editorial-section h3 {
  font-size: 1.2rem !important;
  font-weight: bold !important;
  border-bottom: 2px solid #333 !important;
  padding-bottom: 4px !important;
  margin-bottom: 0.5rem !important;
}
.editorial-section ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;
  gap: 0.5rem 1.5rem !important;
}
.editorial-section li {
  margin: 0.25rem 0 !important;
}
.pkp_brand_footer {
    display: none !important;
}
