.match-widget {
  color: #ffffff;
  background-color: rgba(35, 82, 124, 1);
  font-family: covered by your grace;
  font-size: 72px;
}

.players-shortcode__club-title {
  font-size: 11px;
  color: #ffffff;
}

.players-shortcode__player {
  font-size: 13px;
  border-radius: 0px;
  color: #ffffff;
  background-color: #002d62;
}

.players-shortcode__rank {
  line-height: 0px;
  font-size: 10px;
  background-color: #002D62;
  color: #ffffff;
}

/* Contenedor principal del carrusel */

.clubs-shortcode__wrapper,
.slick-slide {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 1rem !important;
  /* Espacio entre tarjetas */
  margin: 0 auto !important;
  width: 100% !important;
  border: none !important;
  /* Asegúrate de que no haya bordes en el contenedor */
  background-color: transparent !important;
  /* Fondo transparente */
}

/* Contenedor de cada tarjeta */

.clubs-shortcode__team-container {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 1rem !important;
  margin: 0 !important;
  /* Elimina cualquier margen */
  border: none !important;
  /* Elimina bordes adicionales */
  background-color: transparent !important;
}

/* Tarjetas de equipo */

.clubs-shortcode__team {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 180px !important;
  text-align: center !important;
  background: #ffffff !important;
  border: 1px solid #ddd !important;
  /* Puedes eliminar esto si no quieres bordes */
  border-radius: 8px !important;
  padding: 1rem !important;
  margin: 0 !important;
  /* Asegúrate de que no haya separación entre bordes */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
  /* Controla sombras */
}

/* Logotipo */

.clubs-shortcode__logo {
  width: 120px !important;
  height: 120px !important;
  margin-bottom: 1rem !important;
  border-radius: 50% !important;
}

/* Texto */

.clubs-shortcode__text {
  font-size: 16px !important;
  font-weight: bold !important;
  color: #333 !important;
  margin: 0 !important;
}

/* Eliminación de líneas no deseadas */

.slick-slide::before,
.slick-slide::after,
.clubs-shortcode__wrapper::before,
.clubs-shortcode__wrapper::after {
  content: none !important;
  /* Elimina pseudo-elementos que pueden generar líneas */
}

/* Ajuste para bordes colapsados (por seguridad) */

.slick-slide {
  border-collapse: collapse !important;
  outline: none !important;
  /* Elimina un posible borde al seleccionar tarjetas */
}

.match-widget__kickoff,
.match-widget__timer-static,
.match-widget__timer {
  background-color: #23527c;
  /* Fondo azul */
  color: #ffffff;
  /* Texto blanco */
  margin: 0;
  /* Elimina márgenes adicionales */
  font-size: 16px;
  /* Tamaño del texto */
  text-align: center !important;
  /* Centra el texto */
  box-sizing: border-box;
  /* Asegura que padding y bordes no rompan el diseño */
  -webkit-box-sizing: border-box;
  /* Compatibilidad con navegadores antiguos */
}

.match-widget__timer {
  background-color: #23527c;
}

.match-widget__timer-static {
  background-color: #23527c;
}

.match-widget__kickoff {
  margin-top: 25px;
  font-size: 40px;
}

.anwp-bg-white {
  background-color: transparent !important;
  /* Elimina el fondo blanco */
}

.anwp-grid-table,
.anwp-grid-table th,
.anwp-grid-table td {
  border: none !important;
  /* Elimina los bordes de la tabla, celdas y encabezados */
}

.anwp-grid-table {
  border-collapse: collapse;
  /* Asegura que no haya espacio entre los bordes */
}

.players-shortcode__player,
.players-shortcode__player th,
.players-shortcode__player td {
  border: none !important;
  /* Elimina los bordes de la tabla, celdas y encabezados */
}

.players-shortcode__player {
  border-collapse: collapse;
  /* Asegura que no haya espacio entre los bordes */
}

.players-shortcode__rank,
.players-shortcode__rank th,
.players-shortcode__rank td {
  border: none !important;
  /* Elimina los bordes de la tabla, celdas y encabezados */
}

.players-shortcode__rank {
  border-collapse: collapse;
  /* Asegura que no haya espacio entre los bordes */
}

.players-shortcode__stat,
.players-shortcode__stat th,
.players-shortcode__stat td {
  border: none !important;
  /* Elimina los bordes de la tabla, celdas y encabezados */
}

.players-shortcode__stat {
  border-collapse: collapse;
  /* Asegura que no haya espacio entre los bordes */
  background-color: #002D62;
  color: #ffffff;
}

.standing-table-mini {
  color: #000000;
  font-size: 30px;
}

.standing-table-mini th,
.standing-table-mini td {
  border: none !important;
  /* Quitar bordes en las celdas */
}

.standing-table-mini_club {
  background-color: transparent !important;
  /* Fondo transparente */
  border: none !important;
  /* Quitar bordes */
  color: white !important;
  /* Texto blanco */
}

.standing-table-mini_club th,
.standing-table-mini_club td {
  border: none !important;
  /* Quitar bordes en las celdas */
}

.standing-table-mini__club {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  text-transform: none;
  font-family: covered by your grace;
}

.standing-table-mini__rank {
  font-family: covered by your grace;
  color: #ffffff;
}

.standing-table-mini__cell-number {
  font-family: covered by your grace;
  text-indent: 3px;
  color: #ffffff;
}

.standing-table-mini__club {
  text-decoration-color: #ffffff;
}

a {
  color: #ffff;
}

.anwp-grid-table--bordered>div {
  border-bottom-style: none;
  border-color: none;
  border-right-style: none;
  border-width: none;
}

.anwp-bg-light {
  background-color: #23527c;
}

.match-widget__competition {
  font-size: 41px;
}

.match-widget__club-title {
  font-size: 41px;
}

.match-widget__scores-number {
  font-size: 40px;
}
.anwp-text-base {
    font-size: 40px;
    line-height: 22px;
}