.single-article-main {
  max-width: 800px;
  margin: 50px auto;
  padding: 0 20px;
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.75;
  color: #0c2340;
}

.single-article-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #0c2340;
  margin-bottom: 20px;
}

.single-article-meta {
  font-size: 0.95rem;
  color: #a0a9b8;
  margin-bottom: 25px;
}

.single-article-thumbnail img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 30px;
  object-fit: cover;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.single-article-text {
  font-size: 1.1rem;
  color: #273350;
}

.single-article-text h2,
.single-article-text h3 {
  color: #f5761a;
  margin-top: 40px;
  margin-bottom: 15px;
}

.single-article-text p {
  margin-bottom: 25px;
}

.single-article-text ul,
.single-article-text ol {
  margin-left: 25px;
  margin-bottom: 25px;
}

.single-article-tags {
  margin-top: 40px;
  font-size: 0.95rem;
  color: #555;
}

.single-article-tags a {
  background: #f6f8fa;
  color: #f5761a;
  text-decoration: none;
  padding: 4px 12px;
  border-radius: 15px;
  margin-right: 6px;
  transition: background 0.3s ease;
  display: inline-block;
}

.single-article-tags a:hover {
  background: #f5761a;
  color: #fff;
}

.single-article-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid #eee;
}

.single-article-nav a {
  color: #f5761a;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.25s;
}

.single-article-nav a:hover {
  color: #0c2340;
}

/* Commentaires WordPress (standard) */
.comment-list, .comment-respond {
  margin-top: 60px;
}

.comment-list .comment-body {
  background: #f6f8fa;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.comment-author {
  font-weight: bold;
  margin-bottom: 6px;
  color: #0c2340;
}

.comment-meta {
  font-size: 0.9rem;
  color: #a0a9b8;
  margin-bottom: 10px;
}

.comment-content {
  font-size: 1rem;
}

.comment-reply-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: #f5761a;
  text-decoration: none;
}

.comment-reply-link:hover {
  color: #0c2340;
}

.comment-respond input[type=text],
.comment-respond input[type=email],
.comment-respond textarea {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.comment-respond input[type=submit] {
  background: #f5761a;
  color: #fff;
  font-weight: 700;
  padding: 12px 24px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: background 0.25s ease;
}

.comment-respond input[type=submit]:hover {
  background: #0c2340;
}
