/*
  Notes/news cleanup.
  Removes colour-block feel from notes pages and keeps the notes system editorial.
*/

.section.notes-preview,
.section.notes-list,
.section.notes-detail,
.notes-preview,
.notes-list,
.notes-detail {
  background: var(--ek-colour-light, #fffdfa) !important;
}

.notes-preview::before,
.notes-preview::after,
.notes-list::before,
.notes-list::after,
.notes-detail::before,
.notes-detail::after {
  display: none !important;
  content: none !important;
}

.notes-preview .container,
.notes-list .container,
.notes-detail .container {
  position: relative;
  z-index: 2;
}

.notes-preview__grid,
.notes-list__grid {
  background: transparent !important;
}

.notes-card,
.note-card,
.notes-preview__card,
.notes-list__card {
  background: rgba(255, 253, 250, 0.94) !important;
}
