/* =========================
   ARTÍCULO – DRUPAL 11
   ========================= */

.node--type-article {
  font-family: Helvetica, Arial, sans-serif;
}

/* ===== TÍTULO ===== */
.node--type-article h1 {
  font-size: 38px;
  line-height: 1.15;
  font-weight: 700;
  color: #111;
  margin: 0 0 13px 0;
}

/* ===== BYLINE (autor + fecha) ===== */
.node--type-article .byline {
  font-size: 14px;
  line-height: 1.4;
}

.node--type-article .author-name a {
  font-weight: bold;
  color: #0E65A5;
  text-decoration: none;
}

.node--type-article .author-name a:hover {
  text-decoration: underline;
}

.node--type-article .author-name span {
  font-style: italic;
  color: #666;
  font-weight: normal;
}

/* Avatar */
.node--type-article .author-avatar {
  border-radius: 50%;
}

/* ===== IMAGEN PRINCIPAL ===== */
.node--type-article .article-img-wrapper {
  margin: 20px 0;
}

.node--type-article .article-img-wrapper figcaption {
  font-size: 13px;
  color: #777;
  margin-top: 6px;
}

/* ===== CUERPO DEL ARTÍCULO ===== */
.node--type-article .article-body {
  padding: 0 12px;
  clear: both;
}

.node--type-article .article-body p {
  font-size: 18px;
  line-height: 1.55;
  margin: 30px 0;
  color: #111;
}

.node--type-article .article-body p:first-child {
  margin-top: 0;
}

.node--type-article .article-body strong {
  font-weight: 700;
}

.node--type-article .article-body a {
  color: #0E65A5;
  text-decoration: underline;
}

/* ===== BLOCKQUOTE ===== */
.node--type-article .article-body blockquote {
  border-left: 5px solid #0E65A5;
  margin: 30px auto;
  padding: 15px 20px;
  font-style: italic;
  background: #f9f9f9;
}

.node--type-article .article-body blockquote p {
  margin: 10px 0 !important;
}

/* ===== ETIQUETAS ===== */
.node--type-article .badge {
  font-size: 13px;
  padding: 6px 10px;
}

/* ===== BOTONES DE COMPARTIR ===== */
.node--type-article .post-sharing {
  gap: 10px;
}

.node--type-article .td-sharing-btn {
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 3px;
  cursor: pointer;
}

.node--type-article .td-sharing-btn-text {
  font-size: 14px;
}

/* ===== SEPARADORES ===== */
.node--type-article hr {
  opacity: 0.2;
}
