/* Agregar estilos para el plugin */
body {
    font-family: Roboto, Arial, sans-serif;
}
#calendarioJuegos {
    border: none !important;
}
#calendarioJuegos .equipos {
    border: none !important;
}
#calendarioJuegos .equipos td {
    border: none !important;
}

/* Estilos básicos para las tablas */
.rnf-tabla-posiciones, .rnf-tabla-posiciones-corta {
    width: 100%;
    border-collapse: collapse;
}

.rnf-tabla-posiciones th, .rnf-tabla-posiciones td, .rnf-tabla-posiciones-corta th, .rnf-tabla-posiciones-corta td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
}

.rnf-tabla-posiciones th, .rnf-tabla-posiciones-corta th {

    background-color: #000000 !important;
    color:#ffffff !important;
    font-weight: bold !important;
}
.nombre-equipo{
    text-align: left !important;
}
.rnf-tabla-posiciones tbody tr:nth-child(even), .rnf-tabla-posiciones-corta tbody tr:nth-child(even) {
    background-color: #ececec;
}
.rnf-tabla-posiciones tbody tr, .rnf-tabla-posiciones-corta tbody tr {
    background-color: #f7f7f7;
}
/* Estilos generales RN Fútbol Plugin */
.rnf-tabla-wrapper,
.rnf-calendario-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 2rem;
    border-radius: 8px;
    background: #fff;
    padding: 0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.rnf-tabla-wrapper table,
.rnf-calendario-wrapper table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.rnf-tabla-wrapper th,
.rnf-tabla-wrapper td,
.rnf-calendario-wrapper th,
.rnf-calendario-wrapper td {
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    text-align: center;
}

.rnf-tabla-wrapper thead,
.rnf-calendario-wrapper thead {
    background: #0077cc;
    color: white;
}

.rnf-tabla-wrapper td:first-child,
.rnf-calendario-wrapper td:first-child {
    text-align: left;
}