/* Prensa: lectura, jerarquia y controles compartidos en escritorio y movil. */
#news-slider-container.editorial-portada { width:100%!important; height:auto!important; min-height:0!important; aspect-ratio:auto!important; overflow:visible!important; background:transparent; border:0; }
.editorial-sala,.editorial-portada { color:var(--text-main,#edf2f7); font-family:var(--font-main,Arial,sans-serif); }
.editorial-heading { display:flex; justify-content:space-between; align-items:center; gap:24px; margin:10px 0 28px; flex-wrap:wrap; }
.editorial-heading h1,.editorial-heading h2 { margin:6px 0 8px; font-size:clamp(1.5rem,3vw,2.4rem); line-height:1.15; text-transform:none; letter-spacing:-.03em; }
.editorial-heading a,.editorial-link { color:var(--primary,#00ff87); font-weight:700; text-decoration:none; }
.editorial-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.editorial-grid-portada { grid-template-columns:repeat(3,minmax(0,1fr)); }
.editorial-principal { grid-column:1/-1; }
.editorial-card { display:flex; flex-direction:column; min-width:0; background:linear-gradient(145deg,#121e30,#0a1220); border:1px solid #253345; border-radius:14px; padding:24px; box-shadow:0 8px 24px #0002; }
.editorial-principal { border-top:3px solid var(--primary,#00ff87); padding:30px; }
.editorial-card-top { display:flex; justify-content:space-between; align-items:center; gap:12px; }
.editorial-kicker { color:var(--primary,#00ff87); font-size:.7rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.editorial-meta { color:#aab8ca; font-size:.77rem; line-height:1.6; margin:12px 0; }
.editorial-card h3 { margin:3px 0 14px; font-family:inherit; }
.editorial-title { background:none; border:0; color:#f3f6fb; padding:0; text-align:left; font-family:inherit; font-size:1.22rem; line-height:1.3; font-weight:750; cursor:pointer; text-transform:none; }
.editorial-principal .editorial-title { font-size:clamp(1.6rem,3vw,2.2rem); }
.editorial-title:hover { color:var(--primary,#00ff87); }
.editorial-excerpt { color:#c6d0dc; font-size:.92rem; line-height:1.65; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; overflow:hidden; margin:0 0 20px; }
.editorial-link { display:inline-block; background:none; border:0; padding:0; cursor:pointer; font-size:.84rem; text-align:left; margin-top:auto; }
.editorial-escudos { display:flex; gap:8px; flex-shrink:0; }
.editorial-escudos img { width:44px; height:44px; object-fit:contain; }
.editorial-section-title { font-size:1.25rem; margin:30px 0 16px; }
.editorial-resumen-partido { display:flex; justify-content:space-between; align-items:center; gap:12px; border-top:1px solid #29384b; margin-top:12px; padding-top:12px; color:#dce4ef; font-size:.85rem; line-height:1.5; text-decoration:none; }
.editorial-resumen-partido strong { white-space:nowrap; color:var(--primary,#00ff87); }
.editorial-tabs { display:flex; gap:8px; flex-wrap:wrap; border-bottom:1px solid #29384b; padding-bottom:15px; margin-bottom:20px; }
.editorial-tabs button { background:#101b2b; border:1px solid #34445b; color:#dce4ef; padding:11px 17px; border-radius:8px; cursor:pointer; font-weight:700; }
.editorial-tabs button[aria-pressed=true] { background:var(--primary,#00ff87); color:#07120d; border-color:transparent; }
.editorial-filtros { display:grid; grid-template-columns:repeat(3,1fr) 1.4fr; gap:12px; }
.editorial-filtros label,.editorial-label { display:block; font-size:.8rem; font-weight:700; color:#b8c6d8; }
.editorial-filtros input,.editorial-filtros select,.editorial-label input,.editorial-label textarea,.editorial-label select { width:100%; box-sizing:border-box; background:#081321; color:#eef2f7; padding:12px; border:1px solid #34445b; border-radius:8px; margin-top:7px; font:inherit; font-size:.9rem; }
.editorial-label { margin:18px 0; }
.editorial-label textarea { resize:vertical; line-height:1.65; }
.editorial-lectura { width:min(780px,94vw)!important; max-width:780px!important; max-height:90vh; overflow:auto; background:#101b2b!important; padding:32px!important; position:relative; }
.editorial-lectura h2 { font-family:inherit; font-size:clamp(1.5rem,3vw,2rem); line-height:1.3; margin:18px 28px 14px 0; text-transform:none; }
.editorial-cuerpo,.editorial-pregunta { white-space:pre-wrap; line-height:1.8; font-size:1.02rem; margin:22px 0; overflow-wrap:anywhere; }
.editorial-pregunta { border-left:3px solid var(--primary,#00ff87); padding-left:16px; color:#d2dce9; }
.editorial-comment { border-top:1px solid #2a394c; padding:14px 0; font-size:.9rem; }
.editorial-comment p { margin:8px 0; line-height:1.6; white-space:pre-wrap; overflow-wrap:anywhere; }
.editorial-actions { display:flex; gap:12px; flex-wrap:wrap; }
.editorial-check { display:flex; gap:10px; align-items:center; margin:18px 0; }
.editorial-empty { padding:30px 15px; text-align:center; color:#aab8ca; line-height:1.6; }
.editorial-notice { padding:12px; background:#423820; color:#ffe7a3; border-radius:8px; line-height:1.6; }
.editorial-lectura button:disabled { opacity:.55; cursor:wait; }
.editorial-sala :focus-visible,.editorial-portada :focus-visible,.editorial-lectura :focus-visible { outline:2px solid var(--primary,#00ff87); outline-offset:4px; }
@media(max-width:800px) { .editorial-grid,.editorial-grid-portada { grid-template-columns:repeat(2,minmax(0,1fr)); } .editorial-filtros { grid-template-columns:1fr 1fr; } }
@media(max-width:520px) { .editorial-grid,.editorial-grid-portada { grid-template-columns:1fr; } .editorial-card,.editorial-principal { padding:20px; } .editorial-lectura { padding:24px 18px!important; } .editorial-actions>* { width:100%; } }
