
.noticia-detalhe {
  max-width: 800px;
  margin: 2rem auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px #0001;
  padding: 2rem;
}

.noticia-titulo {
  font-size: 2rem;
  color: #FF0000;
  margin-bottom: 0.5rem;
}

.noticia-meta {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 1.2rem;
  display: flex;
  gap: 2rem;
}

.noticia-img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  border-radius: 8px;
  margin: 1.5rem 0;
}

.noticia-subtitulo {
  font-size: 1.2rem;
  color: #bd0000b7;
  margin-bottom: 1rem;
}