/* Estilos del Widget Lateral */
.mundial-widget-contenedor { background: #fafafa; padding: 10px; border: 1px solid #ddd; border-radius: 5px; }
.widget-partido-item { background: #fff; padding: 8px; margin-bottom: 8px; border-radius: 4px; border-left: 4px solid #ccc; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
.widget-partido-item.en_vivo { border-left-color: #d9534f; background: #fff5f5; }
.widget-partido-item.finalizado { border-left-color: #666; }
.partido-meta { font-size: 11px; font-weight: bold; color: #777; margin-bottom: 4px; }
.widget-partido-item.en_vivo .partido-meta { color: #d9534f; }
.btn-mundial-widget { display: block; text-align: center; background: #0073aa; color: #fff !important; padding: 8px; border-radius: 4px; text-decoration: none; font-weight: bold; margin-top: 10px; }

/* Estilos de la Página del Shortcode (Tabs y Tablas) */
.mundial-tabs-nav { display: flex; gap: 5px; margin-bottom: 20px; }
.tab-btn { padding: 10px 15px; background: #e0e0e0; border: none; cursor: pointer; font-weight: bold; border-radius: 3px 3px 0 0; }
.tab-btn.active { background: #0073aa; color: #fff; }
.tabla-mundial-datos { width: 100%; border-collapse: collapse; margin-bottom: 30px; }
.tabla-mundial-datos th, .tabla-mundial-datos td { padding: 10px; border: 1px solid #ddd; text-align: center; }
.tabla-mundial-datos th { background: #f5f5f5; }
.partido-fila-lista { display: flex; justify-content: space-between; padding: 12px; border-bottom: 1px dashed #ddd; align-items: center; }
.bracket-octavos { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 15px; }
.partido-llave { background: #f9f9f9; border: 1px solid #ddd; padding: 12px; border-radius: 4px; }