.noticia-sidebar { display: flex; flex-direction: column; gap: 24px; }

.sidebar-panel { background: #fff; border: 1px solid #eee; border-radius: 4px; overflow: hidden; }
.sidebar-panel__titulo { background: #1a1a2e; color: #fff; padding: 10px 14px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; font-family: -apple-system, sans-serif; }
.sidebar-panel__lista { padding: 8px 0; }

.nota-mini { display: grid; grid-template-columns: 70px 1fr; gap: 10px; padding: 10px 14px; border-bottom: 1px solid #f5f5f5; }
.nota-mini:last-child { border-bottom: none; }
.nota-mini__img img { width: 70px; height: 50px; object-fit: cover; border-radius: 3px; display: block; }
.nota-mini__seccion { font-size: 10px; font-weight: 700; color: #e74c3c; text-transform: uppercase; display: block; margin-bottom: 3px; font-family: -apple-system, sans-serif; }
.nota-mini__titulo { font-size: 13px; font-weight: 600; color: #222; text-decoration: none; line-height: 1.3; font-family: Georgia, serif; display: block; }
.nota-mini__titulo:hover { color: #e74c3c; }

.nota-rank { display: flex; gap: 12px; padding: 10px 14px; border-bottom: 1px solid #f5f5f5; align-items: flex-start; }
.nota-rank:last-child { border-bottom: none; }
.nota-rank__num { font-size: 22px; font-weight: 900; color: #e74c3c; font-family: Georgia, serif; line-height: 1; min-width: 24px; }
.nota-rank__seccion { font-size: 10px; font-weight: 700; color: #e74c3c; text-transform: uppercase; display: block; margin-bottom: 3px; font-family: -apple-system, sans-serif; }
.nota-rank__titulo { font-size: 13px; font-weight: 600; color: #222; text-decoration: none; line-height: 1.3; font-family: Georgia, serif; display: block; margin-bottom: 4px; }
.nota-rank__titulo:hover { color: #e74c3c; }
.nota-rank__lecturas { font-size: 11px; color: #aaa; font-family: -apple-system, sans-serif; }

.ad-box { margin-bottom: 4px; }
.ad-box img { width: 100%; height: auto; display: block; border-radius: 4px; }

.badge-seccion { display: inline-block; background: #e74c3c; color: #fff; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 3px 8px; border-radius: 2px; margin-bottom: 10px; font-family: -apple-system, sans-serif; text-decoration: none; }
.meta-autor { color: #e74c3c; font-weight: 600; text-decoration: none; }
.meta-fecha { color: #aaa; }
.meta-lecturas { color: #aaa; }
