/************************
CSS 2003-2026 EXCLUSIVO PARA BENGALESES.COM
Todos los Derechos Reservados 
Realiza: Ángel Matos para Bengaleses.com*/


.lidom-st-box {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    max-width: 100%;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 8px;
    border: 0px solid #e1e4e8;
    overflow: hidden;
  }

  /* Pestañas (Tabs) */
  .lidom-st-tabs {
    display: flex;
    background-color: #f8fafc;
    border-bottom: 2px solid #132a77;
	margin-bottom: 0.9rem;
  }

  .lidom-st-tab {
    flex: 1;
    padding: 11px 4px;
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    background: none;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }

  .lidom-st-tab.active {
    color: #fff;
    background: #132a77;
    border-bottom: 3px solid #132a77;
  }

  .lidom-st-tab:hover:not(.active) {
    color: #132a77;
    background: #e2e8f0;
  }

  /* Tabla reducida */
  .lidom-st-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    text-align: center;
	margin-bottom: 0.5rem;
  }

  .lidom-st-table th {
    background-color: #ffffff;
    color: #64748b;
    font-weight: 800;
    padding: 10px 4px;
    border-bottom: 1px solid #e2e8f0;
    font-size: 11px;
    text-transform: uppercase;
  }

  .lidom-st-table td {
    padding: 10px 4px;
    border-bottom: 1px solid #f1f5f9;
    color: #1e293b;
    font-weight: 600;
  }

  .lidom-st-table tr:hover {
    background-color: #f8fafc;
  }

  /* Clase para resaltar la fila específica */
  .lidom-st-table tr.fila-destacada {
    background-color: #f2f6fc;
  }

  /* Columna Equipo con Logo */
  .lidom-team-cell {
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: left;
    padding-left: 12px !important;
  }

  .lidom-team-logo {
    width: 22px;
    height: 22px;
    object-fit: contain;
  }
  
  /* Estilo para la X Roja al lado del Logo */
  .lidom-elim-icon {
    color: #dc2626;
    font-weight: 900;
    font-size: 11px;
    line-height: 1;
  }

  .lidom-team-code {
    font-weight: 800;
    color: #0f172a;
    font-size: 13px;
    text-transform: uppercase;
  }

  /* Indicadores de Racha */
  .st-w { color: #16a34a; font-weight: 800; }
  .st-l { color: #dc2626; font-weight: 800; }
  
  /* Texto resaltar en azul para la columna DIF */
  .st-dif-text {
    color: #3d7dcb !important;
    font-weight: 800;
  }