/* Aviso Legal — ajustes sobre el tema general */
.theme-dark { background:#0b0b0b; }

/* Hero compacto coherente con el resto */
.hero--slim{
  background: radial-gradient(ellipse at top, rgba(51,255,0,.15), rgba(0,0,0,0) 60%),
              linear-gradient(#060606, #0b0b0b);
  border-bottom: 2px solid #33ff00;
  text-align: center;
  padding: 28px 12px 22px;
  color: #eaffea;
}
.hero--slim h1{ font-size:2rem; color:#33ff00; text-shadow:0 0 6px #33ff00; }
.hero--slim .subtitle{ opacity:.9 }

/* Tarjeta del artículo legal */
.card-dark{
  background:#101010;
  border:1px solid rgba(51,255,0,.25);
  box-shadow:0 6px 14px rgba(0,0,0,.45), 0 0 12px rgba(51,255,0,.07) inset;
}
.post h1, .post h2{ color:#e8ffe8; margin:.6rem 0 .35rem; }
.post p{ color:#d6f7d6; line-height:1.7; margin:.4rem 0; }

/* Listas con viñetas */
.bullets{ margin:.4rem 0 1rem 1.2rem; }
.bullets li{ margin:.2rem 0; color:#d6f7d6; }

/* Enlaces */
.post a{ color:#00ffcc; text-decoration:none; }
.post a:hover{ text-shadow:0 0 6px #00ffcc; }

/* Sidebar: tarjetas clicables */
.contenido21{
  display:flex; gap:10px; align-items:center;
  padding:.6rem; border-radius:8px; text-decoration:none; color:#e8ffe8;
  border:1px solid rgba(255,255,255,.08); background:#0f0f0f; margin:.5rem 0;
  transition:transform .15s ease, box-shadow .2s ease;
}
.contenido21:hover{ transform:translateY(-2px); box-shadow:0 6px 12px rgba(0,0,0,.4); }
.contenido21 img{ width:88px; height:88px; object-fit:cover; border-radius:6px; }
.texto21 h3{ margin:0 0 .15rem 0; font-size:1rem; color:#33ff00; }
.texto21 p{ margin:0; font-size:.92rem; opacity:.9 }

/* Ajustes responsive */
@media (max-width: 900px){
  .hero--slim h1{ font-size:1.6rem; }
}