/* Logo centrat în nav */
nav .flex-l {
  justify-content: center !important;
}
nav .flex-l .ananke-socials {
  display: none;
}
nav .flex-l a img {
  display: block;
  margin: 0 auto;
  max-width: 150px;
}

/* Secțiuni homepage */
section {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}

section h2 {
  border-bottom: 2px solid #004fb2;
  padding-bottom: 0.4rem;
  display: inline-block;
}

/* Contact section */
#contact {
  background: #f8fbff;
  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid #d8d8d8;
}

/* Blog post cards */
.post-card {
  border-radius: 12px;
  overflow: hidden;
}

/* Footer links */
footer a {
  color: rgba(255, 255, 255, 0.7) !important;
}
footer a:hover {
  color: #ffffff !important;
}
/* Titluri centrate, text aliniat stânga */
article.nested-links {
  text-align: left !important;
}

article.nested-links h1,
article.nested-links h2,
article.nested-links h3 {
  text-align: center;
}
