/* Page: news-detail */
.table-responsive thead th {
  position: sticky;
  top: 0;
  background-color: var(--blue-11);
  z-index: 2;
}

.blockquote.quote-border {
  border-color: var(--bg-hover-global) !important;
}