.noutate-wrapper {
  max-width: 900px;
  margin: 120px auto 40px;
  padding: 30px;
  background: var(--card-bg, #fff);
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* Titlu */
.noutate-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px;
  color: var(--text, #1a1a1a);
  line-height: 1.2;
  letter-spacing: -0.5px;
}

/* Meta (data) */
.noutate-meta {
  text-align: right;
  margin-bottom: 20px;
}
.noutate-date {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--muted, #666);
}

/* Conținut */
.noutate-content {
  margin: 20px 0;
  line-height: 1.75;
  font-size: 1.1rem;
  color: var(--text, #2a2a2a);
  text-align: justify;
}

.noutate-content p {
  margin-bottom: 1em;
}

/* Poza */
.noutate-img {
  max-width: 100%;
  display: block;
  margin: 30px auto 10px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
