/* === Single Article Styles === */

.single-post main.site-main {
  max-width: 1140px;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  line-height: 1.8;
  background-color: #fff;
}

.single-post h1.entry-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
  color: #1F325E;
}

.single-post .page-content {
  font-size: 1.1rem;
}

.single-post .page-content img {
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
  display: block;
}

.single-post .page-content p {
  margin-bottom: 1.2rem;
}

.single-post .post-tags {
  margin-top: 2rem;
  font-size: 0.9rem;
  color: #888;
}

.single-post .post-tags .tag-links {
  display: inline-block;
  margin-right: 10px;
}

.single-post .post-tags a {
  background-color: #f0f0f0;
  color: #333;
  padding: 4px 10px;
  border-radius: 3px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.single-post .post-tags a:hover {
  background-color: #ddd;
}

/* Optional: Style les commentaires */
.single-post #comments {
  margin-top: 3rem;
  border-top: 1px solid #eee;
  padding-top: 2rem;
}

/* Responsive */
@media screen and (max-width: 600px) {
  .single-post h1.entry-title {
    font-size: 1.8rem;
  }

  .single-post main.site-main {
    padding: 1.5rem 1rem;
  }
}
