/* Stil za pojedinačnu vest */

.prose p {
  margin-bottom: 1.25rem;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
}

.prose strong {
  color: #0070C0;
}

.prose img {
  border-radius: 1rem;
}

@media (max-width: 768px) {
  .prose p {
    font-size: 1rem;
    line-height: 1.7;
  }
}

/* Stil za pojedinačne vesti CNMNR */
.prose {
  font-family: "Georgia", serif;
  color: #333;
}


.prose h3 {
  color: #0070C0;
  font-family: "Merriweather", serif;
  font-weight: 600;
}


a {
  transition: all 0.3s ease-in-out;
}

a:hover {
  opacity: 0.9;
}