/*
 Theme Name:   GP News Pro
 Theme URI:    https://wplitetheme.com/gp-news-pro/
 Description:  GeneratePress Child theme for mobile responsive news blog website. Using this child theme you can easily create a news website. This GeneratePress Child theme design by wplitetheme.com
 Author:       WPLiteTheme.com
 Author URI:   https://wplitetheme.com
 Template:     generatepress
 Version:      1.4.0
*/

.main-navigation {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.page-header-image-single .attachment-full {
    box-shadow: rgba(23, 43, 99, .3) 0 7px 28px;
    border-radius: 16px;
    margin-bottom: -5px;
    transition: opacity 0.3s ease-in-out;
}
.wplite-banner-ads {
	margin-bottom: 15px;
}
.rank-math-breadcrumb p {
	background: #e5e8ec;
	color: #000000;
	padding: 5px 10px;
	border-radius: 4px;
    font-size: 11px;
	font-weight: 700;
}
@media (max-width: 768px){
	.rank-math-breadcrumb p {
		margin: 0px 10px;
	}
}
/*Block Images*/
.wp-block-image {
    padding-top: 10px;
    padding-bottom: 20px;
}

.wp-block-image img {
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 6%);
    border: 1px solid #cfcfcf;
    padding: 3px;
}
/*Table of contents*/
#toc_container li a {
    display: block;
    width: 100%;
    color: var(--link-text);
    padding: 10px 1em;
    border-top: 1px solid #aaa;
}
#toc_container {
    background: #f9f9f900;
    border: 1px solid #aaa;
    padding: 0px;
}
#toc_container span.toc_toggle {
    font-weight: 400;
    background: #fff;
    padding: 3px 20px;
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
    display: block;
}

/*Social Share*/
.wpjankari-social-wrapper {
    margin: 0px 20px 0px 20px;
    font-size: 0;
    text-align: center;
	display: flex;
    flex-wrap: wrap;
}
.wpjankari-social-sharing {
	padding: 8px;
	margin: 4px;
	border-radius: 3px;
    flex: 1;
    transition: background-color 0.3s, transform 0.3s, color 0.3s;
}
.wpjankari-social-sharing:hover {
	transform: translateY(-3px);
	border: none;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
@media only screen and (max-width: 600px) {
    .wpjankari-social-sharing {
		display: inline-block;
    }
}
.wpjankari-social-sharing svg {
    position: relative;
    top: 0.15em;
    display: inline-block;
}
.wpjankari-social-facebook {
    fill: #fff;
    background-color: rgba(59, 89, 152, 1);
}
.wpjankari-social-twitter {
    fill: #fff;
    background-color: rgba(0, 0, 0);
}
.wpjankari-social-whatsapp {
    fill: #fff;
    background-color: rgba(37, 211, 102, 1);
}
.wpjankari-social-telegram {
    fill: #fff;
    background-color: rgb(2, 126, 189);
}
.wpjankari-social-more {
    fill: #fff;
    background-color: rgba(0, 0, 0);
}
/*WhatsApp and Teligram*/
.whatsapphighlight {
	animation: WPLiteTheme-GreenBorderAnimation 1s infinite;
}
@keyframes WPLiteTheme-GreenBorderAnimation {
	0% {
		border-color: transparent;
	}
	50% {
		border-color: #25d366;
	}
	100% {
		border-color: transparent;
	}
}
.telegramhighlight {
	animation: WPLiteTheme-BlueBorderAnimation 1s infinite;
}
@keyframes WPLiteTheme-BlueBorderAnimation {
	0% {
		border-color: transparent;
	}
	50% {
		border-color: #0086ce;
	}
	100% {
		border-color: transparent;
	}
}
/*Categories Hedline*/
.inb-hp-heading:before {
    border-top: 2px solid #808080;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.stretch-link{
	position: relative;
}

.g-preferred-source{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  background:#fff !important;
  border:1px solid rgba(0,0,0,.12) !important;
  border-radius:999px !important;
  padding:10px 14px !important;
  text-decoration:none !important;
  box-shadow:0 1px 0 rgba(0,0,0,.03) !important;
  font: 600 14px/1.1 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif !important;
  color:#1f1f1f !important;
  max-width:100%;
  white-space:normal; /* permite que haga wrap si no cabe */
}

.g-preferred-source:hover{
  border-color: rgba(0,0,0,.18) !important;
  box-shadow:0 2px 8px rgba(0,0,0,.06) !important;
}

.g-preferred-source__icon{
  width:26px;
  height:26px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  flex:0 0 auto;
}

.g-preferred-source__txt{
  display:inline-block;
  line-height:1.15;
}

/* móvil: más compacto */
@media (max-width: 480px){
  .g-preferred-source{
    padding:9px 12px !important;
    font-weight:600 !important;
    font-size:13px !important;
  }
}

/* RSS icon: mismo rojo que la categoría + separación buena */
.an-cat-rss{
  margin-left:10px !important;        /* separarlo de “F1” */
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  width:20px !important;
  height:20px !important;
  border-radius:6px !important;
  border:1px solid currentColor !important;
  color:#e31b23 !important;           /* rojo autonoción */
  text-decoration:none !important;
  line-height:1 !important;
}

.an-cat-rss svg{
  fill: currentColor !important;
  opacity:1 !important;
}

/* ===== TOP BAR "ES NOTICIA" alineado a la izquierda + scroll en móvil ===== */

.top-bar.top-bar-align-center{
  background:#e9ecef;
  border-bottom:1px solid rgba(0,0,0,.08);
}

.top-bar .inside-top-bar{
  width:100%;
  max-width:1200px;      /* ajusta a tu container si quieres */
  margin:0 auto;
  padding:6px 10px;
  display:flex;
  justify-content:flex-start;  /* IZQUIERDA SIEMPRE */
  align-items:center;
}

/* widget limpio */
.top-bar .widget_nav_menu{
  margin:0 !important;
  padding:0 !important;
  width:100%;
}

.top-bar .widget_nav_menu .widget-title{
  display:none !important;
}

.top-bar .menu-es-noticia-container{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:flex-start;  /* IZQUIERDA SIEMPRE */
  gap:10px;
}

/* badge */
.top-bar .menu-es-noticia-container:before{
  content:"ES NOTICIA";
  display:inline-flex;
  align-items:center;
  font-weight:800;
  font-size:13px;
  letter-spacing:.02em;
  padding:4px 10px;
  border-radius:999px;
  background:#dfe3e8;
  color:#111;
  white-space:nowrap;
  flex:0 0 auto;
}

/* UL desktop: izquierda, puede wrap */
.top-bar ul#menu-es-noticia{
  list-style:none;
  margin:0 !important;
  padding:0 !important;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:14px;
  flex-wrap:wrap;
}

/* separadores */
.top-bar ul#menu-es-noticia > li{
  margin:0 !important;
  padding:0 !important;
  position:relative;
}

.top-bar ul#menu-es-noticia > li:not(:last-child):after{
  content:"•";
  position:absolute;
  right:-12px;
  top:50%;
  transform:translateY(-50%);
  font-size:12px;
  opacity:.45;
}

/* links */
.top-bar ul#menu-es-noticia > li > a{
  display:inline-block;
  padding:4px 8px;
  font-size:14px;
  font-weight:700;
  color:#1f2937;
  text-decoration:none !important;
  border-radius:10px;
  white-space:nowrap;
  line-height:1.2;
}

.top-bar ul#menu-es-noticia > li > a:hover{
  background:rgba(0,0,0,.06);
  color:#000;
}

/* ===== MOBILE: scroll horizontal real ===== */
@media (max-width: 768px){

  .top-bar .inside-top-bar{
    padding:6px 8px;
  }

  .top-bar ul#menu-es-noticia{
    flex-wrap:nowrap;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    gap:10px;
    padding-bottom:2px;
  }
  .top-bar ul#menu-es-noticia::-webkit-scrollbar{ display:none; }

  .top-bar ul#menu-es-noticia > li{
    flex:0 0 auto;
  }

  .top-bar ul#menu-es-noticia > li:not(:last-child):after{
    right:-10px;
  }
}

/* MOBILE: empezar SIEMPRE desde la izquierda */
@media (max-width: 768px){

  .top-bar .inside-top-bar{
    justify-content:flex-start !important;
  }

  .top-bar .menu-es-noticia-container{
    justify-content:flex-start !important;
  }

  /* badge pegado a la izquierda */
  .top-bar .menu-es-noticia-container:before{
    margin-right:0 !important;
  }

  /* UL pegado a la izquierda y scroll */
  .top-bar ul#menu-es-noticia{
    justify-content:flex-start !important;
    margin-left:0 !important;
    margin-right:auto !important;
    flex-wrap:nowrap !important;
    overflow-x:auto !important;
  }
}

:root{
  --an-black:#111;
}

/* Wrapper */
.an-cathead{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;

  background:transparent !important;
  padding:0 !important;
  margin:0 0 16px;

  border-bottom:2px solid var(--an-black);
  overflow:hidden;
}

/* Bloque negro del título */
.an-cathead__title{
  position:relative;
  margin:0;
  padding:14px 18px;

  background:var(--an-black);
  color:#fff;

  font-weight:800;
  letter-spacing:.4px;
  text-transform:uppercase;
  line-height:1;

  display:inline-flex;
  align-items:center;
}

/* Barras verticales (menos barras: patrón más ancho) */
.an-cathead__title:after{
  content:"";
  position:absolute;
  top:0;
  right:-110px;
  width:110px;
  height:100%;

  background-color:var(--an-black);
  background-image:repeating-linear-gradient(
    90deg,
    rgba(255,255,255,.95) 0 7px,
    transparent 7px 22px
  );
}

/* Read more simple (tipo DM) */
.an-cathead__more{
  margin-left:auto;
  display:inline-flex;
  align-items:center;
  gap:8px;

  font:600 14px/1 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--an-black);
  text-decoration:none !important;
}

.an-cathead__more:hover{ opacity:.75; }

.an-cathead__more:after{
  content:"›";
  font-size:22px;
  line-height:0;
  transform:translateY(-1px);
}

/* Mobile */
@media (max-width: 600px){
  .an-cathead{
    flex-wrap:wrap;
    gap:10px;
  }
  .an-cathead__title{
    padding:12px 14px;
    font-size:18px;
  }
  .an-cathead__title:after{
    width:70px;
    right:-70px;
    background-image:repeating-linear-gradient(
      90deg,
      rgba(255,255,255,.95) 0 6px,
      transparent 6px 18px
    );
  }
}

:root{
  --an-black:#111;
}

/* 1) Forzar el label en NEGRO (y quitar el azul interno que mete GB) */
.an-cathead__title{
  background: var(--an-black) !important;
  color:#fff !important;
}

/* Si GB mete un span con background (lo típico), lo anulamos */
.an-cathead__title .gb-text,
.an-cathead__title span,
.an-cathead__title mark{
  background: transparent !important;
  color: inherit !important;
}

/* 2) Línea inferior más elegante */
.an-cathead{
  border-bottom: 2px solid var(--an-black) !important; /* pon 1px si la quieres ultra fina */
}

/* 3) Barras MÁS FINAS + MÁS AIRE (más minimalista) */
.an-cathead__title:after{
  width: 86px;       /* menos tramo */
  right: -86px;
  background-color: var(--an-black);
  background-image: repeating-linear-gradient(
    90deg,
    rgba(255,255,255,.92) 0 3px,  /* barra fina */
    transparent 3px 16px          /* más espacio entre barras */
  );
}

/* 4) Ajuste sutil del propio label para que se vea más “premium” */
.an-cathead__title{
  padding: 12px 16px !important;
  letter-spacing: .5px;
}

/* Que el header ocupe todo el ancho y el link no se pierda */
.an-cathead{
  width:100%;
}

/* Capas: barras por detrás, link por delante */
.an-cathead__title{
  position:relative;
  z-index:1;
}

.an-cathead__title:after{
  z-index:0;
  pointer-events:none; /* que no “pise” el click ni tape */
}

.an-cathead__more{
  position:relative;
  z-index:2;
  display:inline-flex !important;
  visibility:visible !important;
  opacity:1 !important;
  white-space:nowrap;
  color:#111 !important;
}

/* Un pelín de aire para que no se pegue a la línea */
.an-cathead__more{
  padding-left:12px;
  background:#fff; /* para que se lea sobre la línea */
}

/* Barras: poquitas y muy finas (minimal) */
.an-cathead__title:after{
  width: 56px;     /* tramo corto = menos barras */
  right: -56px;

  background-color: var(--an-black);
  background-image: repeating-linear-gradient(
    90deg,
    rgba(255,255,255,.92) 0 2px,  /* barra MUY fina */
    transparent 2px 18px          /* mucho espacio entre barras */
  );
}

/* =========================
   an-cathead — Autonoción style (override)
   Pegar AL FINAL del CSS
   ========================= */
:root{
  --an-black:#111;
  --an-red:#c10000;     /* acento autonoción */
  --an-line:rgba(0,0,0,.12);
}

/* Wrapper: línea fina + acento rojo a la izquierda */
.an-cathead{
  position:relative;
  width:100%;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;

  margin:0 0 16px;
  padding:0 0 10px;

  border-bottom:1px solid var(--an-line) !important;
  overflow:visible !important;
}

.an-cathead:before{
  content:"";
  position:absolute;
  left:0;
  bottom:-1px;
  width:44px;                 /* acento corto */
  height:2px;
  background:var(--an-red);
  border-radius:2px;
}

/* Título: sin caja negra, editorial */
.an-cathead__title{
  margin:0 !important;
  padding:0 !important;

  background:transparent !important;
  color:var(--an-black) !important;

  font-weight:900;
  letter-spacing:.6px;
  text-transform:uppercase;
  line-height:1.1;

  display:inline-flex;
  align-items:center;
}

/* Matar definitivamente las barritas (tu :after antiguo) */
.an-cathead__title:after{
  content:none !important;
  display:none !important;
}

/* Por si GB mete spans con background */
.an-cathead__title .gb-text,
.an-cathead__title span,
.an-cathead__title mark{
  background:transparent !important;
  color:inherit !important;
}

/* Read more: minimal, con flecha fina y subrayado al hover */
.an-cathead__more{
  margin-left:auto;
  display:inline-flex !important;
  align-items:center;
  gap:8px;

  padding:0 !important;
  background:transparent !important;

  font:800 12px/1 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  text-transform:uppercase;
  letter-spacing:.7px;

  color:rgba(0,0,0,.62) !important;
  text-decoration:none !important;
  white-space:nowrap;
}

.an-cathead__more:after{
  content:"→";
  font-size:14px;
  transform:translateY(-.5px);
}

.an-cathead__more:hover{
  color:var(--an-black) !important;
  text-decoration:underline;
  text-underline-offset:3px;
  text-decoration-thickness:1px;
}

/* Mobile: un pelín más compacto */
@media (max-width:600px){
  .an-cathead{
    padding-bottom:8px;
  }
  .an-cathead:before{
    width:34px;
  }
  .an-cathead__title{
    font-size:16px;
  }
}

/* =========================
   an-cathead — refine (override)
   Pegar AL FINAL
   ========================= */
:root{
  --an-black:#111;
  --an-red:#c10000;
  --an-line:rgba(0,0,0,.12);
}

/* Más aire y línea más separada */
.an-cathead{
  align-items:center !important;
  padding: 8px 0 14px !important;    /* arriba/abajo */
  margin: 0 0 18px !important;
  border-bottom: 1px solid var(--an-line) !important;
}

/* Acento rojo un pelín más fino y bajado */
.an-cathead:before{
  bottom: -1px !important;
  height: 2px !important;
  width: 34px !important;
  border-radius: 2px !important;
}

/* Título: sin tocar el “NEWS”, pero con separación visual */
.an-cathead__title{
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
  letter-spacing: .4px !important;
}

/* Read more: normal, más discreto, sin uppercase */
.an-cathead__more{
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  color: rgba(0,0,0,.55) !important;
}

/* Flecha más fina */
.an-cathead__more:after{
  content:"→" !important;
  font-size: 13px !important;
  transform: translateY(0) !important;
}

/* Hover limpio */
.an-cathead__more:hover{
  color: var(--an-black) !important;
  text-decoration: none !important;
  opacity: .85;
}

/* Mobile */
@media (max-width:600px){
  .an-cathead{
    padding: 6px 0 12px !important;
  }
  .an-cathead__more{
    font-size: 12.5px !important;
  }
}

/* ==============================
   AUTONOCION USA — HEADER/NAV FINAL
   (Reemplaza todo tu CSS previo de header/nav)
   ============================== */

:root{
  --an-text:#111;
  --an-line:rgba(0,0,0,.12);
  --an-line2:rgba(0,0,0,.08);
}

/* Separador bajo la barra Discover + header limpio */
.site-header{
  background:#fff;
  border-top:1px solid var(--an-line);
  border-bottom:1px solid rgba(0,0,0,.10);
}

/* Logo */
.inside-header{
  max-width:1200px;
  margin:0 auto;
  padding:16px 18px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.site-logo img,
.header-image img{
  max-height:62px; /* logo más grande desktop */
  width:auto;
  height:auto;
}

/* NAV base */
.main-navigation{
  background:#fff;
  border-top:1px solid rgba(0,0,0,.06);
  border-bottom:1px solid rgba(0,0,0,.10);
  box-shadow:none !important;
}

.main-navigation .inside-navigation{
  max-width:1200px;
  margin:0 auto;
  padding:12px 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0;
}

.main-navigation .main-nav > ul{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:30px;
  flex-wrap:wrap;
  margin:0;
  padding:0;
}

.main-navigation .main-nav > ul > li > a{
  color:var(--an-text) !important;
  text-transform:uppercase;
  font-weight:700;
  font-size:12px;
  letter-spacing:.7px;
  padding:8px 0;
  background:transparent !important;
}

.main-navigation .main-nav > ul > li > a:hover{ opacity:.75; }

/* Activo minimal (sin cajas negras) */
.main-navigation .main-nav ul li[class*="current"] > a{
  background:transparent !important;
  color:var(--an-text) !important;
  font-weight:900 !important;
}
.main-navigation .main-nav ul li[class*="current"] > a:after{
  content:none !important;
  display:none !important;
}

/* Desktop: NO burger */
@media (min-width:769px){
  .main-navigation .menu-toggle{ display:none !important; }
}

/* ======================
   MOBILE
   - burger visible SIEMPRE (solo icono)
   - categorías en una línea con scroll
   - menú abierto vertical (toggled/slideout)
   ====================== */
@media (max-width:768px){

  /* Logo mobile (grande pero controlado) */
  .site-logo img,
  .header-image img{
    max-height:48px;
  }

  /* Fila nav mobile: burger + categorías */
  .main-navigation .inside-navigation{
    padding:10px 14px;
    justify-content:flex-start;
    gap:12px;
  }

  /* Burger visible (SIN label “Menú”) */
  .main-navigation .menu-toggle{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;

    position:static !important;     /* << clave: nada de top/left */
    transform:none !important;

    width:36px;
    height:36px;
    min-width:36px;
    min-height:36px;
    padding:6px;

    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    color:var(--an-text) !important;
  }

  /* Quitar texto “Menú” si existe por CSS o por theme */
  .main-navigation .menu-toggle:after{ content:none !important; display:none !important; }
  .main-navigation .menu-toggle .mobile-menu,
  .main-navigation .menu-toggle .menu-text{ display:none !important; }

  /* Asegurar que el icono se vea */
  .main-navigation .menu-toggle .gp-icon{ display:inline-block !important; }

  /* Categorías: una línea con scroll cuando está cerrado */
  .main-navigation:not(.toggled) .main-nav{
    flex:1 1 auto;
    min-width:0;
  }

  .main-navigation:not(.toggled) .main-nav > ul{
    flex-wrap:nowrap !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    -webkit-overflow-scrolling:touch;
    justify-content:flex-start !important;
    gap:18px !important;
  }

  .main-navigation:not(.toggled) .main-nav > ul > li{ flex:0 0 auto; }
  .main-navigation:not(.toggled) .main-nav > ul::-webkit-scrollbar{ display:none; }

  /* Menú ABIERTO: vertical y con scroll (para que se vean todas) */
  .main-navigation.toggled .main-nav > ul{
    display:block !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    max-height:calc(100vh - 140px);
    padding:16px 14px !important;
  }

  .main-navigation.toggled .main-nav > ul > li{ display:block !important; }
  .main-navigation.toggled .main-nav > ul > li > a{
    display:block !important;
    padding:12px 0 !important;
    border-bottom:1px solid var(--an-line2);
    white-space:normal !important;
  }

  /* Si usas Slideout (overlay negro) */
  .slideout-navigation .main-nav ul{
    display:block !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    max-height:calc(100vh - 120px);
    padding:18px 18px 30px !important;
    margin:0 !important;
  }

  .slideout-navigation .main-nav li{ display:block !important; }
  .slideout-navigation .main-nav a{
    display:block !important;
    padding:12px 0 !important;
    border-bottom:1px solid rgba(255,255,255,.08);
    color:#fff !important;
    background:transparent !important;
    font-weight:800 !important;
    letter-spacing:.6px;
    text-transform:uppercase;
  }
}

/* ===== Slideout / menú burger (overlay negro): texto BLANCO ===== */
.slideout-navigation,
.slideout-navigation .inside-navigation,
.slideout-navigation .main-nav,
.slideout-navigation .main-nav ul{
  background:#000 !important;
}

.slideout-navigation .main-nav a,
.slideout-navigation a{
  color:#fff !important;
  opacity: 1 !important;
}

.slideout-navigation .main-nav a:hover,
.slideout-navigation .main-nav li:hover > a{
  color:#fff !important;
  opacity: .85 !important;
}

/* Activo en slideout: blanco + un pelín más bold */
.slideout-navigation .main-nav ul li[class*="current"] > a{
  color:#fff !important;
  font-weight:900 !important;
}

/* Separadores más sutiles en negro */
.slideout-navigation .main-nav a{
  border-bottom:1px solid rgba(255,255,255,.10) !important;
}

/* ===== Slideout (menú burger negro): TODAS las categorías en blanco ===== */
.slideout-navigation,
.slideout-navigation *{
  text-shadow: none !important;
}

/* Fuerza color + opacidad en TODOS los links (incluye visited) */
.slideout-navigation .main-nav ul li,
.slideout-navigation .main-nav ul li a,
.slideout-navigation .main-nav ul li a:visited,
.slideout-navigation .main-nav ul li a:hover,
.slideout-navigation .main-nav ul li a:focus{
  color:#fff !important;
  opacity:1 !important;          /* esto es lo que te lo “apagaba” */
  filter:none !important;
}

/* Separadores más finos */
.slideout-navigation .main-nav ul li a{
  border-bottom:1px solid rgba(255,255,255,.10) !important;
}

/* Activo: solo más bold (sin cambiar color) */
.slideout-navigation .main-nav ul li[class*="current"] > a{
  font-weight:900 !important;
}

/* =========================
   Latest News (sidebar) — Autonoción minimal
   ========================= */
:root{
  --an-red:#c10000;
  --an-line:rgba(0,0,0,.10);
  --an-line2:rgba(0,0,0,.08);
  --an-text:#111;
}

/* Card blanca fina */
.an-latest-news{
  background:#fff !important;
  border:1px solid var(--an-line2) !important;
  border-radius:12px !important;
  padding:14px 14px 10px !important;
  box-shadow:0 1px 0 rgba(0,0,0,.03) !important;
  overflow:hidden;
}

/* Mata cualquier fondo oscuro/rojo interno del widget */
.an-latest-news,
.an-latest-news *{
  background:transparent !important;
  box-shadow:none !important;
}

/* Título: editorial + línea fina + acento rojo corto */
.an-latest-news .widget-title,
.an-latest-news .title,
.an-latest-news h2,
.an-latest-news h3{
  margin:0 0 12px !important;
  padding:0 0 10px !important;
  border-bottom:1px solid var(--an-line) !important;

  font-weight:900 !important;
  font-size:13px !important;
  letter-spacing:.5px !important;
  text-transform:uppercase !important;
  color:var(--an-text) !important;

  position:relative;
}

.an-latest-news .widget-title:after,
.an-latest-news .title:after,
.an-latest-news h2:after,
.an-latest-news h3:after{
  content:"";
  position:absolute;
  left:0;
  bottom:-1px;
  width:34px;
  height:2px;
  background:var(--an-red);
  border-radius:2px;
}

/* Lista: líneas finas */
.an-latest-news ul{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
}

.an-latest-news li{
  padding:10px 0 !important;
  border-bottom:1px solid var(--an-line2) !important;
}

.an-latest-news li:last-child{
  border-bottom:0 !important;
  padding-bottom:4px !important;
}

/* Links: sin mayúsculas forzadas, sin rojo, editorial */
.an-latest-news a{
  color:var(--an-text) !important;
  text-decoration:none !important;
  text-transform:none !important;
  letter-spacing:0 !important;
}

.an-latest-news a:hover{
  opacity:.85;
}

/* Si tu widget mete “subrayados rojos” o separadores gruesos, fuera */
.an-latest-news hr,
.an-latest-news [class*="divider"],
.an-latest-news [class*="underline"],
.an-latest-news [style*="background:#c"],
.an-latest-news [style*="background: rgb(193"],
.an-latest-news [style*="background-color:#c"]{
  background:transparent !important;
  border:0 !important;
}

/* Mobile un pelín más compacto */
@media (max-width:600px){
  .an-latest-news{
    padding:12px 12px 8px !important;
  }
}