/*
Theme Name: AFIANZAR Noticias
Theme URI: https://www.afianzar.com.co/noticias/
Author: AFIANZAR Servicios Jurídicos S.A.S.
Description: Portal de noticias y análisis jurídico de AFIANZAR. Replica el diseño del sitio principal a partir del marcado original.
Version: 1.0
Requires at least: 6.0
License: GPLv2 or later
Text Domain: afianzar-noticias
*/

.afz-article {
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.82;
  color: rgb(48, 64, 74);
}
.afz-article > *:first-child { margin-top: 0; }
.afz-article p { margin: 0 0 1.35em; }
.afz-article h2 {
  font-family: Archivo, sans-serif; font-weight: 700;
  font-size: clamp(21px, 2.8vw, 27px); line-height: 1.3;
  letter-spacing: -0.01em; color: rgb(22, 36, 46);
  margin: 2.1em 0 0.7em;
}
.afz-article h3 {
  font-family: Archivo, sans-serif; font-weight: 700;
  font-size: clamp(17.5px, 2.2vw, 21px); color: rgb(22, 36, 46);
  margin: 1.8em 0 0.6em;
}
.afz-article a { color: rgb(14, 134, 184); text-decoration: underline; text-underline-offset: 2px; }
.afz-article ul, .afz-article ol { margin: 0 0 1.35em; padding-left: 1.35em; }
.afz-article li { margin-bottom: 0.5em; }
.afz-article blockquote {
  margin: 1.8em 0; padding: 4px 0 4px 22px;
  border-left: 3px solid rgb(14, 134, 184);
  font-size: 18px; color: rgb(30, 48, 60); font-style: normal;
}
.afz-article img { max-width: 100%; height: auto; border-radius: 6px; display: block; margin: 1.8em auto; }
.afz-article figcaption { font-size: 13px; color: rgb(126, 142, 152); text-align: center; margin-top: -1em; }
.afz-article table { width: 100%; border-collapse: collapse; margin: 1.8em 0; font-size: 15px; }
.afz-article th, .afz-article td { border: 1px solid rgb(228, 236, 241); padding: 10px 13px; text-align: left; }
.afz-article th { background: rgb(244, 249, 252); font-family: Archivo, sans-serif; font-weight: 700; color: rgb(22, 36, 46); }
.afz-article hr { border: 0; border-top: 1px solid rgb(228, 236, 241); margin: 2.4em 0; }
.afz-article code { background: rgb(244, 249, 252); padding: 2px 6px; border-radius: 3px; font-size: 0.9em; }

/* destacado sin barra lateral: se limita el ancho para que la imagen no se estire */
.afz-solo { grid-template-columns: minmax(0, 780px) !important; justify-content: center; }

.afz-pag, .navigation.pagination .nav-links { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 34px; }
.afz-pag a, .afz-pag span, .navigation.pagination .page-numbers {
  font-family: Archivo, sans-serif; font-size: 13.5px; font-weight: 700;
  padding: 10px 16px; border-radius: 5px; text-decoration: none;
  border: 1px solid rgb(228, 236, 241); color: rgb(58, 80, 94); background: #fff;
}
.afz-pag span[aria-current],
.navigation.pagination .page-numbers.current { background: rgb(11, 58, 82); border-color: rgb(11, 58, 82); color: #fff; }
.navigation.pagination .screen-reader-text { position: absolute; left: -9999px; }