/*
Theme Name: Sahifa Child
Theme URI: http://themes.tielabs.com/sahifa/
Template: sahifa
Author: TieLabs
Author URI: http://tielabs.com/
Description: The Ultimate WordPress News Theme you have been waiting for!
Tags: two-columns,fluid-layout,fixed-layout,custom-background,threaded-comments,translation-ready,custom-menu
Version: 5.8.5.1760702343
Updated: 2025-10-17 07:59:03
*/

/* === Autor en bloque Recent Posts (Default) === */
.post-author.byline {
  margin-top: 4px;
  font-size: 0.9em;
  color: #666;
  opacity: 0.9;
}

.post-author.byline a {
  color: inherit;
  text-decoration: none;
}

.post-author.byline a:hover {
  text-decoration: underline;
}

/* === Unificar línea de autor y fecha en Recent === */
.recent-box .post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
}

.recent-box .post-meta > span,
.recent-box .post-meta a {
  white-space: nowrap;
}

.recent-box .post-author.byline {
  margin: 0;
  font-weight: 500;
}

.recent-box .post-meta .meta-sep {
  opacity: .5;
  margin: 0 2px;
}

.recent-box .post-author.byline a {
  color: inherit;
  text-decoration: none;
}

.recent-box .post-author.byline a:hover {
  text-decoration: underline;
}

@media (max-width: 480px) {
  .recent-box .post-meta {
    gap: 4px;
  }
}

/* ============================================================
   =====  ESTILOS DEL WIDGET ESCUCHA (cs_podcast_direct) =====
   ============================================================ */

/* Línea separadora igual que ENFOQUE */
.widget.widget_cs_podcast_direct ul.posts-widget.posts-list li {
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}

.widget.widget_cs_podcast_direct ul.posts-widget.posts-list li:last-child {
  border-bottom: none;
}

/* TÍTULO: igual tamaño y peso que ENFOQUE */
.widget.widget_cs_podcast_direct .post-title,
.widget.widget_cs_podcast_direct .post-title a {
  font-size: 14px !important;
  font-weight: 400 !important; /* quita bold fuerte */
  color: #1e73be; /* mismo azul de enlaces */
  text-decoration: none;
  line-height: 1.35;
}

/* FECHA: gris claro, tipografía más pequeña */
.widget.widget_cs_podcast_direct .date.meta {
  font-size: 11px !important;
  color: #999 !important;
  font-weight: 400 !important;
}

/* Icono del reloj igual que ENFOQUE */
.widget.widget_cs_podcast_direct .date.meta i {
  color: #999 !important;
  margin-right: 4px;
}
/* === Forzar misma fuente que ENFOQUE en widget ESCUCHA === */
.widget.widget_cs_podcast_direct .post-title,
.widget.widget_cs_podcast_direct .post-title a {
  font-family: inherit !important;     /* usa la fuente estándar del tema */
  font-size: 13px !important;
  font-weight: 400 !important;
}

.widget.widget_cs_podcast_direct .date.meta {
  font-family: inherit !important;     /* misma fuente para la fecha */
}
