.active-nav {
  color: #176f63 !important;
  font-weight: 700;
}

.news-panel {
  padding: 0;
}

.news-filters {
  display: grid;
  grid-template-columns: 1fr 220px 220px;
  gap: 18px;
  padding: 18px 22px 0;
  border-bottom: 1px solid var(--line);
}

.news-table td:first-child {
  min-width: 260px;
  font-weight: 700;
}

.news-modal {
  width: min(94%, 860px);
  max-height: 88%;
}

.destaque-field {
  min-height: 78px;
  display: flex;
  align-items: center;
}

.destaque-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fff1d6;
  color: #8a5a00;
  font-weight: 700;
}

.tipo-chip {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eef3f8;
  color: #405061;
  font-weight: 700;
}

.status-chip.rascunho {
  background: #eef3f8;
  color: #405061;
}

.status-chip.publicado {
  background: #dff4ef;
  color: #0f5149;
}

.status-chip.arquivado {
  background: #f6dfdf;
  color: #943434;
}

@media (max-width: 820px) {
  .news-filters {
    grid-template-columns: 1fr;
  }
}
