/*
 * TO XIII — CSS Equipe / Fiches joueurs
 *
 * Sections :
 *   1. Card joueur (animation hover)
 *   2. Tableaux : bordures + classes utility
 *   3. Grille team-roster moderne (scapulaire, staff)
 *   4. SportsPress templates (team-roster, player-statistics, etc.)
 *
 * @package TO13
 */


/* ==========================================================================
   1. Card joueur + Sections diverses
   ========================================================================== */

/* ==========================================================================
   TO XIII — CSS Legacy (migré depuis JupiterX child)
   Classes utilisées dans les pages Elementor existantes
   ========================================================================== */

/* ---- Card joueur (page effectif/accueil) ---- */
.card {
    width: 450px;
    height: 250px;
    background-color: #fff;
    background: linear-gradient(#f8f8f8, #fff);
    box-shadow: 0 8px 16px -8px rgba(0,0,0,0.4);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin: 1.5rem;
}

.card h1 { text-align: center; }

.card .additional {
    position: absolute;
    width: 150px;
    height: 100%;
    background: linear-gradient(#dE685E, #EE786E);
    transition: width 0.4s;
    overflow: hidden;
    z-index: 2;
}

.card.green .additional {
    background: linear-gradient(#92bCa6, #A2CCB6);
}

.card:hover .additional {
    width: 100%;
    border-radius: 0 5px 5px 0;
}

.card .additional .user-card {
    width: 150px;
    height: 100%;
    position: relative;
    float: left;
}

.card .additional .user-card .level,
.card .additional .user-card .points {
    top: 15%;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: bold;
    background: rgba(0,0,0,0.15);
    padding: 0.125rem 0.75rem;
    border-radius: 100px;
    white-space: nowrap;
}

.card .additional .user-card .points { top: 85%; }
.card .additional .user-card svg { top: 50%; }

.card .additional .more-info {
    width: 300px;
    float: left;
    position: absolute;
    left: 150px;
    height: 100%;
}

.card .additional .more-info h1 {
    color: #fff;
    margin-bottom: 0;
}

.card.green .additional .more-info h1 { color: #224C36; }

.card .additional .coords {
    margin: 0 1rem;
    color: #fff;
    font-size: 1rem;
}

.card.green .additional .coords { color: #325C46; }
.card .additional .coords span + span { float: right; }

.card .additional .stats {
    font-size: 2rem;
    display: flex;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    top: auto;
    color: #fff;
}

.card.green .additional .stats { color: #325C46; }
.card .additional .stats > div { flex: 1; text-align: center; }
.card .additional .stats i { display: block; }

.card .additional .stats div.title {
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
}

.card .additional .stats div.value {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5rem;
}

.card .additional .stats div.value.infinity { font-size: 2.5rem; }

.card .general {
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    box-sizing: border-box;
    padding: 1rem;
    padding-top: 0;
}

.card .general .more {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    font-size: 0.9em;
}

/* ---- SportsPress gallery grid ---- */
.sp-template-gallery .sp-gallery-wrapper {
    border: none !important;
    background: transparent !important;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    margin: 0;
    padding: 0;
}

/* ---- Header/Archive ---- */
.jupiterx-archive-title {
    color: #fff;
    text-align: center;
}

/* ---- Video embed min-height ---- */
.elementor embed, .elementor iframe, .elementor object, .elementor video {
    min-height: 360px;
}

/* ---- CTA ticket ---- */
.CTA_ticket_center {
    text-align: center;
}

.btn-fab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.15s;
}

/* ---- Breadcrumb ---- */
.breadcrumb-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-divider {
    margin: 0 0.5rem;
    color: rgba(255, 255, 255, 0.4);
}


/* ==========================================================================
   Bordures tableaux (fiches joueurs, contenus Elementor, SportsPress)
   Ajoute le 2026-05-18
   ========================================================================== */

.elementor-widget-text-editor table,
.elementor-widget-theme-post-content table,
.elementor-widget-shortcode table,
.entry-content table,
.sp-data-table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
}

.elementor-widget-text-editor table th,
.elementor-widget-text-editor table td,
.elementor-widget-theme-post-content table th,
.elementor-widget-theme-post-content table td,
.elementor-widget-shortcode table th,
.elementor-widget-shortcode table td,
.entry-content table th,
.entry-content table td,
.sp-data-table th,
.sp-data-table td {
    padding: 10px 12px;
    vertical-align: top;
}

.elementor-widget-text-editor table th,
.elementor-widget-theme-post-content table th,
.entry-content table th,
.sp-data-table th {
    font-weight: 600;
}


/* ==========================================================================
   Classes utility tableaux (a appliquer via Elementor CSS Class field)
   Ajoute le 2026-05-18
   ========================================================================== */

/* Enleve toutes les bordures du tableau (classement, prochains matchs) */
.no-table-border table,
.no-table-border th,
.no-table-border td,
.no-table-border tr {
    border: none !important;
    background-color: transparent !important;
}

/* Reduit le padding des cellules */
.compact-table th,
.compact-table td {
    padding: 4px 8px !important;
}

/* Combo : sans bordure + padding compact (le plus courant) */
.flat-compact-table table,
.flat-compact-table th,
.flat-compact-table td,
.flat-compact-table tr {
    border: none !important;
    background-color: transparent !important;
}
.flat-compact-table th,
.flat-compact-table td {
    padding: 4px 8px !important;
}


/* ==========================================================================
   CSS migre depuis jupiterx-child/assets/less/style.less
   (scapulaire fiches joueurs, grille team-roster, staff, breadcrumb)
   Ajoute le 2026-05-18
   ========================================================================== */
.jupiterx-main-header {
	background-blend-mode: overlay;
}
.sp-template-gallery .sp-gallery-wrapper {
	border:none !important;
	background:transparent !important;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}

.jupiterx-archive-title {
  color: #fff;
  text-align: center;
}
.elementor embed, .elementor iframe, .elementor object, .elementor video {
  min-height: 360px;
}
.foogallery-album-gallery-list .foogallery-pile h3 {
  font-size: 1.1em;
  opacity: 0.8;
}

/*@media (min-width: 768px) {
  .team-roster--grid-col-3 .staff_item {
    width: 28% !important;
    margin: 2% !important;
}
}*/
.breadcrumb {
  background: none !important;
}
.home .slick-slide img {
  filter: grayscale(1);
}
/* Grille équilibrée */
.team-roster--grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}
.galleryid-109067.gallery-columns-3 .staff_item {
  width: 33.33%;
}

/* Carte joueur */
.team-roster__item {
  list-style: none;
  position: relative;
  flex: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  isolation: isolate;
  --triangle-height: 40px;
}

/* Vignette avec ratio fixe */
.team-roster__img {
  position: relative;
  width: 100%;
  padding-top: 125%; /* ratio 4:5 */
  margin: 0;
  overflow: hidden;
  border-radius: 0.5rem;
}
.team-roster__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* Overlay et info */
.player-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  border-radius: 0.5rem;
  transition: opacity 0.3s ease;
}
.team-roster__item:hover .player-overlay {
  opacity: 1;
}
.player-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.75rem;
  color: #fff;
  text-align: center;
  background: #0B1530;
  border-radius: 0 0 0.5rem 0.5rem;
  z-index: 2;
}
.player-info::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  top: calc(-2px - 40px);
  width: 100%;
  background: #0B1530;
  clip-path: polygon(0% 0%, 50% var(--triangle-height), 100% 0%, 100% 100%, 0% 100%);
  transition: background-color 0.3s;
  will-change: transform;
  border-radius: 0 0 0.5rem 0.5rem;
}
.player-info .player-text {
  position: relative;
  z-index: 3;
  font-size: 0.9em;
}
.player-info h3.player-name {
  font-size: 2.3em;
  font-family: abolition !important;
}
.player-info h3.player-name a {
  color: #fff;
}
.player-number {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background: #0ec6ff;
  color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-weight: 700;
  z-index: 3;
}

/* Bouton flottant */
.btn-fab {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #0ec6ff;
  color: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.team-roster__item:hover .btn-fab {
  opacity: 1;
}
/* Grille équilibrée pour le staff */


/* Carte staff */
.team-roster__item.staff_item {
  list-style: none;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.staff_item .team-roster__item.staff_item:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

/* Vignette staff avec ratio 4:5 */
.staff_item .team-roster__img {
  position: relative;
  width: 100%;
  padding-top: 125%; /* 4:5 */
  overflow: hidden;
}
.staff_item .team-roster__img img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay d’information au hover */
.staff_item .team-roster__item.staff_item .player-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.staff_item .team-roster__item.staff_item:hover .player-overlay {
  opacity: 1;
}

/* Contenu du staff */
.staff_item .team-roster__content {
  position: absolute;
  bottom: 0; left: 0;
  width: 100%;
  padding: 1rem;
  background: #0B1530;
  color: #fff;
  text-align: center;
  z-index: 2;
}
.staff_item .team-roster__content::after{
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  top: calc(-2px - 40px);
  width: 100%;
  background: #0B1530;
  clip-path: polygon(0% 0%, 50% var(--triangle-height), 100% 0%, 100% 100%, 0% 100%);
  transition: background-color 0.3s;
  will-change: transform;
  border-radius: 0 0 0.5rem 0.5rem;
}
.staff_item .team-roster__member-name {
  font-size: 1.7rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
  color: #fff;
}
.staff_item .team-roster__member-position {
  font-size: 0.9rem;
  font-weight: 400;
  opacity: 0.8;
  margin: 0;
}

/* Bouton flottant (optionnel) */
.staff_item .btn-fab {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: #0ec6ff;
  color: #fff;
  border-radius: 50%;
  width: 32px; height: 32px;
  display: flex;
  align-items: center; justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 3;
}
.staff_item .team-roster__item.staff_item:hover .btn-fab {
  opacity: 1;
}


/* ==========================================================================
   4. SportsPress legacy templates (team-roster, player-statistics, sp-data-table, etc.)
   ========================================================================== */

/* Add your custom CSS codes in assets/less/style.less */

/* SPORTSPRESS */
.widget_sportspress-countdown {
    font-family: "Montserrat";
}
.widget_sportspress-countdown .match-preview__header{
    text-align: center;
    font-family: "Montserrat";
    text-transform: uppercase;
}
.widget_sportspress-countdown .match-preview__header .match-preview__title {
    font-weight: 600;
    font-size: 12pt;
    color: #b5b9cc;
}
.match-preview__team--odd {
    float: left;
    width: 40%;
}
.match-preview__team--odd .match-preview__team-logo {
    float: left;
}
.match-preview__team--odd .match-preview__team-name {
    padding: 6% 20px;
    text-align: left;
}
.match-preview__team--even {
    float: right;
    width: 40%;
}
.match-preview__team--even .match-preview__team-logo {
    float: right;
    padding: 7px;
}
.match-preview__team--even .match-preview__team-name {
    padding: 6% 20px;
    text-align: right;
}
.match-preview__vs {
    text-align: center;
    width: 20%;
    margin: auto;
}

/* Team Roster */
/* Team Roster - Grid */
.team-roster--grid .team-roster__item {
  margin-bottom: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  float: left; }
  @media (max-width: 479px) {
    .team-roster--grid .team-roster__item {
      width: 100%; } }
  @media (min-width: 375px) and (max-width: 479px) {
    .team-roster--grid .team-roster__item {
      width: 50%; } }

.team-roster--grid .team-roster__holder {
  position: relative; }
  .team-roster--grid .team-roster__holder:hover .team-roster__member-number {
    background-color: #38a9ff; }

.team-roster--grid .team-roster__img {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e4e7ed; }
  .team-roster--grid .team-roster__img::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.9)));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9)); }

.team-roster--grid .team-roster__content {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 24px; }
  @media (min-width: 375px) and (max-width: 479px) {
    .team-roster--grid .team-roster__content {
      padding: 12px 12px; } }

.team-roster--grid .team-roster__content-inner {
  display: table;
  width: 100%; }

.team-roster--grid .team-roster__member-number {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
  background-color: #bfc2c4;
  border-radius: 4px;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  text-align: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 32px; }
  @media (min-width: 768px) {
    .team-roster--grid .team-roster__member-number {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 24px; } }
  @media (min-width: 992px) {
    .team-roster--grid .team-roster__member-number {
      width: 60px;
      height: 60px;
      line-height: 60px;
      font-size: 32px; } }
  @media (min-width: 1200px) {
    .team-roster--grid .team-roster__member-number {
      width: 90px;
      height: 90px;
      line-height: 90px;
      font-size: 48px; } }
  @media (min-width: 375px) and (max-width: 479px) {
    .team-roster--grid .team-roster__member-number {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 24px; } }

.team-roster--grid .team-roster__member-info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px; }
  @media (min-width: 992px) {
    .team-roster--grid .team-roster__member-info {
      padding-left: 10px; } }
  @media (min-width: 1200px) {
    .team-roster--grid .team-roster__member-info {
      padding-left: 14px; } }

.team-roster--grid .team-roster__member-name {
  color: #fff;
  margin-bottom: 0.15em;
  line-height: 1em;
  font-size: 24px; }
  @media (min-width: 768px) {
    .team-roster--grid .team-roster__member-name {
      font-size: 18px; } }
  @media (min-width: 992px) {
    .team-roster--grid .team-roster__member-name {
      font-size: 24px; } }
  @media (min-width: 1200px) {
    .team-roster--grid .team-roster__member-name {
      font-size: 30px;
      line-height: 28px; } }
  @media (min-width: 375px) and (max-width: 479px) {
    .team-roster--grid .team-roster__member-name {
      font-size: 14px; } }
  .team-roster--grid .team-roster__member-name > a {
    color: #fff; }

.team-roster--grid .team-roster__member-first-name {
  display: block; }

.team-roster--grid .team-roster__member-last-name {
  display: block;
  color: #38a9ff; }

.team-roster--grid .team-roster__member-position {
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  display: block;
  font-weight: 400; }
  @media (min-width: 1200px) {
    .team-roster--grid .team-roster__member-position {
      font-size: 11px; } }
  @media (min-width: 375px) and (max-width: 479px) {
    .team-roster--grid .team-roster__member-position {
      font-size: 8px; } }

.team-roster--grid .btn-fab {
  right: 20px;
  top: 20px; }

.team-roster--grid-col-2 .team-roster__item {
  width: 50%; }
  @media (max-width: 479px) {
    .team-roster--grid-col-2 .team-roster__item {
      width: 100%; } }
  @media (min-width: 768px) {
    .team-roster--grid-col-2 .team-roster__item {
      width: 50%; } }

.team-roster--grid-col-0 .team-roster__item,
.team-roster--grid-col-3 .team-roster__item {
  width: 50%; }
  @media (max-width: 479px) {
    .team-roster--grid-col-0 .team-roster__item,
    .team-roster--grid-col-3 .team-roster__item {
      width: 100%; } }
  @media (min-width: 768px) {
    .team-roster--grid-col-0 .team-roster__item,
    .team-roster--grid-col-3 .team-roster__item {
      width: 33.33333333%; } }

/* Team Roster: Grid Small (Blocks) */
.team-roster--grid-sm .player-gallery-group-name {
  padding-left: 8px;
  padding-right: 8px; }

.team-roster--grid-sm .team-roster__item {
  margin-bottom: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  float: left; }
  @media (max-width: 479px) {
    .team-roster--grid-sm .team-roster__item {
      width: 100%; } }
  @media (min-width: 375px) and (max-width: 479px) {
    .team-roster--grid-sm .team-roster__item {
      width: 50%; } }

.team-roster--grid-sm .team-roster__holder {
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.team-roster--grid-sm .team-roster__img {
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (max-width: 479px) {
    .team-roster--grid-sm .team-roster__img {
      width: 36%;
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 12px; } }
  .team-roster--grid-sm .team-roster__img > a {
    display: block;
    position: relative; }
    .team-roster--grid-sm .team-roster__img > a::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      background-color: #171d21; }
    .team-roster--grid-sm .team-roster__img > a:hover::before {
      opacity: .8; }
    .team-roster--grid-sm .team-roster__img > a:hover .btn-fab {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1); }

.team-roster--grid-sm .btn-fab {
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  z-index: 2;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.team-roster--grid-sm .team-roster__content {
  padding: 24px 24px;
  min-width: 0; }

.team-roster--grid-sm .team-roster__member-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.team-roster--grid-sm .team-roster__member-number {
  font-size: 40px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #38a9ff;
  line-height: 1em;
  padding-right: 0.12em; }

.team-roster--grid-sm .team-roster__member-name {
  font-size: 12px;
  margin-bottom: 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.team-roster--grid-sm .team-roster__member-first-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.team-roster--grid-sm .team-roster__member-last-name {
  font-size: 20px;
  display: block;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.team-roster--grid-sm .team-roster__member-subheader {
  padding-top: 3px; }

.team-roster--grid-sm .team-roster__member-position {
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  display: block;
  font-weight: 400; }

.team-roster--grid-sm .team-roster__member-details {
  padding: 20px 0 0 0;
  margin: 0; }

.team-roster--grid-sm .team-roster__member-details-item {
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  text-transform: none;
  color: #31404b;
  display: inline-block;
  padding: 0 13px 0 0; }
  .team-roster--grid-sm .team-roster__member-details-item .item-title {
    font-weight: 400;
    color: #9a9da2;
    text-transform: uppercase; }

@media (max-width: 991px) {
  .team-roster--grid-sm .sp-template-player-gallery {
    margin-left: 8px;
    margin-right: 8px; } }

.team-roster--grid-sm .player-gallery-group-name {
  padding-left: 8px;
  padding-right: 8px; }

/* Team Roster: Table */
.team-roster-table thead > tr > th,
.team-roster-table tbody > tr > td {
  vertical-align: middle;
  text-align: center; }
  @media (min-width: 992px) {
    .team-roster-table thead > tr > th,
    .team-roster-table tbody > tr > td {
      padding-left: 23px; } }

.team-roster-table .data-name {
  color: #31404b; }
  .team-roster-table .data-name a {
    color: #31404b; }

.team-roster-table .data-position {
  color: #31404b;
  text-align: left; }

.team-roster-table .data-height {
  text-align: center; }

.team-roster-table .data-weight {
  text-align: center; }

.team-roster-table__age {
  text-align: center; }

.team-roster-table__status {
  text-align: center; }

.team-roster-table__foot,
.team-roster-table__goals,
.team-roster-table__assists,
.team-roster-table__fouls,
.team-roster-table__card-y,
.team-roster-table__card-r {
  text-align: center;
  vertical-align: middle; }

.team-roster-table__header {
  text-transform: uppercase;
  background-color: #f5f7f9; }
  @media (min-width: 992px) {
    .team-roster-table__header {
      padding-left: 23px !important; } }

/* Team Roster: Slider */
.team-roster--slider,
.team-roster--slider-wrapper {
  background: #151719 url("../../assets/images/team-roster-slider-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  margin-bottom: 15px;
  padding-top: 40px;
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .team-roster--slider,
    .team-roster--slider-wrapper {
      padding: 54px 0 20px 0; } }
  @media (min-width: 992px) {
    .team-roster--slider,
    .team-roster--slider-wrapper {
      padding: 70px 0 20px 0; } }
  @media (min-width: 1200px) {
    .team-roster--slider,
    .team-roster--slider-wrapper {
      height: 720px;
      padding: 98px 0 0 0; } }
  .team-roster--slider .team-roster__item,
  .team-roster--slider-wrapper .team-roster__item {
    outline: none;
    position: relative; }
    @media (min-width: 1200px) {
      .team-roster--slider .team-roster__item,
      .team-roster--slider-wrapper .team-roster__item {
        padding: 0 10px; } }
    .team-roster--slider .team-roster__item a,
    .team-roster--slider-wrapper .team-roster__item a {
      outline: none; }
  .team-roster--slider .team-roster__img,
  .team-roster--slider-wrapper .team-roster__img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    position: relative; }
    .team-roster--slider .team-roster__img img,
    .team-roster--slider-wrapper .team-roster__img img {
      margin: 0 auto;
      position: relative;
      z-index: 2; }
  .team-roster--slider .team-roster__img-ring-top,
  .team-roster--slider .team-roster__img-ring-bottom,
  .team-roster--slider-wrapper .team-roster__img-ring-top,
  .team-roster--slider-wrapper .team-roster__img-ring-bottom {
    position: absolute;
    left: 0;
    right: 0;
    height: 26px;
    overflow: hidden; }
    .team-roster--slider .team-roster__img-ring-top::before,
    .team-roster--slider .team-roster__img-ring-bottom::before,
    .team-roster--slider-wrapper .team-roster__img-ring-top::before,
    .team-roster--slider-wrapper .team-roster__img-ring-bottom::before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 52px;
      border-style: solid;
      border-color: #38a9ff;
      border-width: 7px 32px;
      border-radius: 50%; }
  .team-roster--slider .team-roster__img-ring-top,
  .team-roster--slider-wrapper .team-roster__img-ring-top {
    bottom: 23px;
    -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1);
    z-index: 1; }
  .team-roster--slider .team-roster__img-ring-bottom,
  .team-roster--slider-wrapper .team-roster__img-ring-bottom {
    bottom: -3px;
    z-index: 3; }
  .team-roster--slider .team-roster__player-details,
  .team-roster--slider-wrapper .team-roster__player-details {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: table;
    width: 100%;
    padding: 24px 0; }
    @media (min-width: 768px) {
      .team-roster--slider .team-roster__player-details,
      .team-roster--slider-wrapper .team-roster__player-details {
        padding: 24px 0; } }
    @media (min-width: 992px) {
      .team-roster--slider .team-roster__player-details,
      .team-roster--slider-wrapper .team-roster__player-details {
        padding: 40px 0; } }
    @media (min-width: 1200px) {
      .team-roster--slider .team-roster__player-details,
      .team-roster--slider-wrapper .team-roster__player-details {
        padding: 50px 0; } }
  .team-roster--slider .team-roster__player-number,
  .team-roster--slider-wrapper .team-roster__player-number {
    display: table-cell;
    width: 40%;
    text-align: right;
    vertical-align: top;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1em;
    color: #fff;
    letter-spacing: -0.03em;
    font-size: 32px; }
    @media (min-width: 768px) {
      .team-roster--slider .team-roster__player-number,
      .team-roster--slider-wrapper .team-roster__player-number {
        font-size: 40px; } }
    @media (min-width: 992px) {
      .team-roster--slider .team-roster__player-number,
      .team-roster--slider-wrapper .team-roster__player-number {
        font-size: 54px; } }
    @media (min-width: 1200px) {
      .team-roster--slider .team-roster__player-number,
      .team-roster--slider-wrapper .team-roster__player-number {
        font-size: 70px;
        line-height: 54px; } }
  .team-roster--slider .team-roster__player-info,
  .team-roster--slider-wrapper .team-roster__player-info {
    display: table-cell;
    width: 57%;
    padding-left: 3%;
    vertical-align: top;
    text-align: left; }
  .team-roster--slider .team-roster__player-name,
  .team-roster--slider-wrapper .team-roster__player-name {
    color: #fff;
    margin-bottom: 0.2em;
    font-size: 18px; }
    @media (min-width: 768px) {
      .team-roster--slider .team-roster__player-name,
      .team-roster--slider-wrapper .team-roster__player-name {
        font-size: 20px; } }
    @media (min-width: 992px) {
      .team-roster--slider .team-roster__player-name,
      .team-roster--slider-wrapper .team-roster__player-name {
        font-size: 24px; } }
    @media (min-width: 1200px) {
      .team-roster--slider .team-roster__player-name,
      .team-roster--slider-wrapper .team-roster__player-name {
        font-size: 30px;
        line-height: 28px; } }
    .team-roster--slider .team-roster__player-name > a,
    .team-roster--slider-wrapper .team-roster__player-name > a {
      color: #fff; }
  .team-roster--slider .team-roster__player-last-name,
  .team-roster--slider-wrapper .team-roster__player-last-name {
    display: block;
    color: #38a9ff; }
  .team-roster--slider .team-roster__player-position,
  .team-roster--slider-wrapper .team-roster__player-position {
    font-size: 9px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    display: block; }
    @media (min-width: 1200px) {
      .team-roster--slider .team-roster__player-position,
      .team-roster--slider-wrapper .team-roster__player-position {
        font-size: 11px; } }
  .team-roster--slider .team-roster__item:not(.slick-current) .team-roster__img,
  .team-roster--slider-wrapper .team-roster__item:not(.slick-current) .team-roster__img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    opacity: 0.4;
    -webkit-transform: scale(0.825);
            transform: scale(0.825); }
  .team-roster--slider .team-roster__item:not(.slick-current) .team-roster__player-details,
  .team-roster--slider-wrapper .team-roster__item:not(.slick-current) .team-roster__player-details {
    opacity: 0;
    visibility: hidden; }
  .team-roster--slider .team-roster__item:not(.slick-current) .team-roster__player-fab,
  .team-roster--slider-wrapper .team-roster__item:not(.slick-current) .team-roster__player-fab {
    opacity: 0;
    visibility: hidden; }
  .team-roster--slider .team-roster__player-fab,
  .team-roster--slider-wrapper .team-roster__player-fab {
    position: absolute;
    top: 14%;
    right: 25%;
    z-index: 3;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    @media (max-width: 767px) {
      .team-roster--slider .team-roster__player-fab,
      .team-roster--slider-wrapper .team-roster__player-fab {
        display: none; } }
    .team-roster--slider .team-roster__player-fab .btn-fab,
    .team-roster--slider-wrapper .team-roster__player-fab .btn-fab {
      position: absolute;
      left: 0;
      top: 0; }
    .team-roster--slider .team-roster__player-fab:hover .team-roster__player-fab-txt,
    .team-roster--slider-wrapper .team-roster__player-fab:hover .team-roster__player-fab-txt {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
  .team-roster--slider .team-roster__player-fab-txt,
  .team-roster--slider-wrapper .team-roster__player-fab-txt {
    font-size: 10px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    color: #fff;
    display: block;
    position: absolute;
    left: 30px;
    padding-left: 10px;
    top: 4px;
    white-space: nowrap;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .team-roster--slider .team-roster__player-fab-txt::first-line,
    .team-roster--slider-wrapper .team-roster__player-fab-txt::first-line {
      color: #9a9da2; }
  .team-roster--slider .slick-prev,
  .team-roster--slider .slick-next,
  .team-roster--slider-wrapper .slick-prev,
  .team-roster--slider-wrapper .slick-next {
    top: auto;
    margin-top: 0;
    bottom: 11%; }
    @media (min-width: 992px) {
      .team-roster--slider .slick-prev,
      .team-roster--slider .slick-next,
      .team-roster--slider-wrapper .slick-prev,
      .team-roster--slider-wrapper .slick-next {
        bottom: 11%; } }
    @media (min-width: 1200px) {
      .team-roster--slider .slick-prev,
      .team-roster--slider .slick-next,
      .team-roster--slider-wrapper .slick-prev,
      .team-roster--slider-wrapper .slick-next {
        bottom: 15%; } }

.team-roster--slider-wrapper .team-roster--slider {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important; }

/* Team Roster: Card */
.team-roster--card .team-roster__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  overflow: hidden; }
  @media (max-width: 991px) {
    .team-roster--card .team-roster__content-wrapper {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.team-roster--card .team-roster__player-img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border-radius: 4px 0 0 4px;
  text-align: center; }
  @media (max-width: 991px) {
    .team-roster--card .team-roster__player-img {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-height: 320px; } }
  @media (max-width: 479px) {
    .team-roster--card .team-roster__player-img {
      max-height: 200px; } }

.team-roster--card .team-roster__player-shape {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #6bbfff;
  z-index: -1; }
  .team-roster--card .team-roster__player-shape::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: -180px;
    width: 0;
    height: 0;
    border-bottom: 800px solid #fff;
    border-left: 420px solid transparent; }

.team-roster--card .team-roster__player-shape-inner {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .12; }

.team-roster--card .team-roster__content {
  padding: 20px; }
  @media (min-width: 992px) {
    .team-roster--card .team-roster__content {
      padding: 20px 40px 20px 0; } }
  @media (min-width: 1200px) {
    .team-roster--card .team-roster__content {
      padding: 25px 90px 20px 0; } }

.team-roster--card .team-roster__player-details {
  position: relative; }
  @media (min-width: 992px) {
    .team-roster--card .team-roster__player-details {
      padding: 30px 0 0 0; } }
  @media (min-width: 1200px) {
    .team-roster--card .team-roster__player-details {
      padding: 50px 0 0 0; } }

.team-roster--card .team-roster__player-number {
  font-size: 42px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1em;
  opacity: 0.2; }
  @media (min-width: 992px) {
    .team-roster--card .team-roster__player-number {
      display: block;
      position: absolute;
      top: 0;
      margin-left: -0.8em;
      opacity: 0.08;
      font-size: 110px; } }
  @media (min-width: 1200px) {
    .team-roster--card .team-roster__player-number {
      font-size: 138px; } }

.team-roster--card .team-roster__player-name {
  margin-bottom: .75em;
  font-size: 24px;
  line-height: 1em; }
  @media (min-width: 992px) {
    .team-roster--card .team-roster__player-name {
      margin-bottom: 1.2em; } }
  @media (min-width: 1200px) {
    .team-roster--card .team-roster__player-name {
      font-size: 40px; } }
  .team-roster--card .team-roster__player-name > a {
    color: #31404b; }

.team-roster--card .team-roster__player-last-name {
  display: block;
  font-size: 40px;
  line-height: 1em;
  color: #38a9ff; }
  @media (min-width: 1200px) {
    .team-roster--card .team-roster__player-last-name {
      font-size: 78px; } }

.team-roster--card .team-roster__player-excerpt {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .team-roster--card .team-roster__player-excerpt {
      margin-bottom: 35px; } }
  @media (min-width: 1200px) {
    .team-roster--card .team-roster__player-excerpt {
      margin-bottom: 47px; } }

.team-roster--card .team-roster__player-stats {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .team-roster--card .team-roster__player-stats {
      margin-bottom: 35px; } }
  @media (min-width: 1200px) {
    .team-roster--card .team-roster__player-stats {
      margin-bottom: 47px; } }
  .team-roster--card .team-roster__player-stats .progress__label {
    width: 100px; }

.team-roster--card .team-roster__player-footer .btn + .btn {
  margin-left: 7px; }

@media (max-width: 991px) {
  .team-roster--card .team-roster__player-footer .btn:first-child {
    padding-left: 30px;
    padding-right: 30px; } }

.team-roster--card .team-roster__meta {
  border-left: 1px solid #e4e7ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media (min-width: 992px) {
    .team-roster--card .team-roster__meta {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.team-roster--card .team-roster__meta-item {
  text-align: center;
  padding: 20px 15px; }
  @media (min-width: 992px) {
    .team-roster--card .team-roster__meta-item {
      padding: 30px 40px; } }

.team-roster--card .team-roster__meta-value {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #31404b;
  line-height: 1.2em; }
  @media (min-width: 992px) {
    .team-roster--card .team-roster__meta-value {
      font-size: 24px; } }
  @media (min-width: 1200px) {
    .team-roster--card .team-roster__meta-value {
      font-size: 27px; } }

.team-roster--card .team-roster__meta-label {
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2em; }
  @media (min-width: 992px) {
    .team-roster--card .team-roster__meta-label {
      font-size: 12px; } }

.team-roster--card .team-roster__meta-item--lg .team-roster__meta-value {
  font-size: 24px; }
  @media (min-width: 992px) {
    .team-roster--card .team-roster__meta-item--lg .team-roster__meta-value {
      font-size: 32px; } }
  @media (min-width: 1200px) {
    .team-roster--card .team-roster__meta-item--lg .team-roster__meta-value {
      font-size: 36px; } }

.team-roster--card .team-roster__meta-item--lg .team-roster__meta-label {
  font-size: 12px; }
  @media (min-width: 992px) {
    .team-roster--card .team-roster__meta-item--lg .team-roster__meta-label {
      font-size: 13px; } }

/* Team Roster: Card Compact */
.team-roster--card-compact .team-roster__item {
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  float: left; }

.team-roster--card-compact .team-roster__item-holder {
  overflow: hidden; }
  .team-roster--card-compact .team-roster__item-holder .card__content {
    padding: 20px;
    position: relative; }
    .team-roster--card-compact .team-roster__item-holder .card__content::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 24px;
      background-color: #fff;
      z-index: 3; }
  .team-roster--card-compact .team-roster__item-holder .team-roster__content-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    height: 375px; }
    @media (min-width: 480px) {
      .team-roster--card-compact .team-roster__item-holder .team-roster__content-wrapper {
        height: 480px; } }
    @media (min-width: 768px) {
      .team-roster--card-compact .team-roster__item-holder .team-roster__content-wrapper {
        height: 448px; } }
    @media (min-width: 992px) {
      .team-roster--card-compact .team-roster__item-holder .team-roster__content-wrapper {
        height: 490px; } }
    @media (min-width: 1200px) {
      .team-roster--card-compact .team-roster__item-holder .team-roster__content-wrapper {
        height: 490px; } }
    .team-roster--card-compact .team-roster__item-holder .team-roster__content-wrapper::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background-image: linear-gradient(135deg, transparent, transparent 57%, #e2ff2f 57%, #e2ff2f 78%, transparent 78%, transparent), linear-gradient(135deg, transparent, transparent 33%, rgba(255, 255, 255, 0.15) 33%, rgba(255, 255, 255, 0.15) 57%, transparent 57%, transparent), linear-gradient(135deg, rgba(24, 146, 237, 0.82), rgba(24, 146, 237, 0.82) 47%, #c2ff1f 47%, #c2ff1f);
      z-index: 1; }
    .team-roster--card-compact .team-roster__item-holder .team-roster__content-wrapper:hover .team-roster__player-img img {
      -webkit-transform: translateX(-24px);
              transform: translateX(-24px);
      opacity: 0; }
    .team-roster--card-compact .team-roster__item-holder .team-roster__content-wrapper:hover .team-roster__player-img::before {
      opacity: .4; }
    .team-roster--card-compact .team-roster__item-holder .team-roster__content-wrapper:hover .team-roster__player-img::after {
      opacity: 1; }
    .team-roster--card-compact .team-roster__item-holder .team-roster__content-wrapper:hover .team-roster__player-details {
      visibility: visible;
      opacity: 1;
      -webkit-transition-delay: 0.12s;
              transition-delay: 0.12s;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
  .team-roster--card-compact .team-roster__item-holder .team-roster__player-img {
    position: absolute;
    z-index: 2;
    margin: 0;
    text-align: center;
    width: 100%; }
    .team-roster--card-compact .team-roster__item-holder .team-roster__player-img img {
      margin: -20px auto 0 auto;
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    .team-roster--card-compact .team-roster__item-holder .team-roster__player-img::before, .team-roster--card-compact .team-roster__item-holder .team-roster__player-img:after {
      content: "";
      display: block;
      position: absolute;
      top: 18px;
      width: 8px;
      height: 8px;
      border-radius: 4px;
      background-color: #fff;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease;
      opacity: 1; }
    .team-roster--card-compact .team-roster__item-holder .team-roster__player-img::before {
      right: 38px; }
    .team-roster--card-compact .team-roster__item-holder .team-roster__player-img::after {
      right: 18px;
      opacity: .4; }
  .team-roster--card-compact .team-roster__item-holder .team-roster__player-info {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 80px;
    bottom: 50px;
    background-color: #fff;
    padding: 12px 0 10px 24px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 992px) {
      .team-roster--card-compact .team-roster__item-holder .team-roster__player-info {
        right: 110px; } }
    .team-roster--card-compact .team-roster__item-holder .team-roster__player-info::before {
      content: "";
      display: block;
      position: absolute;
      right: -68px;
      top: 0;
      width: 0;
      height: 0;
      border-bottom: 68px solid transparent;
      border-left: 68px solid #fff; }
  .team-roster--card-compact .team-roster__item-holder .team-roster__player-name {
    font-size: 14px;
    line-height: 1em;
    margin: 0;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    @media (min-width: 992px) {
      .team-roster--card-compact .team-roster__item-holder .team-roster__player-name {
        font-size: 16px; } }
  .team-roster--card-compact .team-roster__item-holder .team-roster__player-first-name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .team-roster--card-compact .team-roster__item-holder .team-roster__player-last-name {
    display: block;
    font-size: 22px;
    line-height: 1em;
    color: #38a9ff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    @media (min-width: 992px) {
      .team-roster--card-compact .team-roster__item-holder .team-roster__player-last-name {
        font-size: 30px; } }
  .team-roster--card-compact .team-roster__item-holder .team-roster__player-number {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    color: rgba(154, 157, 162, 0.4);
    font-size: 32px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    padding-bottom: 0.3em; }
    .team-roster--card-compact .team-roster__item-holder .team-roster__player-number::before {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-top: 92px solid transparent;
      border-right: 92px solid #fff;
      z-index: -1; }
  .team-roster--card-compact .team-roster__item-holder .team-roster__player-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    padding: 12px 12px;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media (min-width: 1200px) {
      .team-roster--card-compact .team-roster__item-holder .team-roster__player-details {
        top: 56px;
        left: 36px;
        right: 36px;
        padding: 24px 24px; } }
  .team-roster--card-compact .team-roster__item-holder .team-roster__player-details-body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 20px 0 6px; }
  .team-roster--card-compact .team-roster__item-holder .team-roster__player-details-excerpt {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px; }
    @media (max-width: 479px) {
      .team-roster--card-compact .team-roster__item-holder .team-roster__player-details-excerpt {
        overflow: hidden;
        height: 40px; } }
  .team-roster--card-compact .team-roster__item-holder .progress-stats {
    margin-bottom: 7px; }
    .team-roster--card-compact .team-roster__item-holder .progress-stats .progress__label {
      font-size: 9px;
      color: #9a9da2; }
    .team-roster--card-compact .team-roster__item-holder .progress-stats .progress__number {
      font-size: 9px;
      color: #31404b; }
    .team-roster--card-compact .team-roster__item-holder .progress-stats .progress {
      margin-top: 7px; }
  .team-roster--card-compact .team-roster__item-holder .team-roster__player-details-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 10px; }
    .team-roster--card-compact .team-roster__item-holder .team-roster__player-details-footer .btn-block {
      width: 100%; }
    .team-roster--card-compact .team-roster__item-holder .team-roster__player-details-footer .btn-single-icon {
      margin-top: 10px;
      -webkit-box-flex: 1;
          -ms-flex: 1 0;
              flex: 1 0; }
    .team-roster--card-compact .team-roster__item-holder .team-roster__player-details-footer .btn-single-icon + .btn-single-icon {
      margin-left: 10px; }
  .team-roster--card-compact .team-roster__item-holder .team-roster__meta {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .team-roster--card-compact .team-roster__item-holder .team-roster__meta-item {
    text-align: center; }
  .team-roster--card-compact .team-roster__item-holder .team-roster__meta-item--lg .team-roster__meta-value {
    font-size: 26px; }
  .team-roster--card-compact .team-roster__item-holder .team-roster__meta-value {
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    color: #31404b; }
  .team-roster--card-compact .team-roster__item-holder .team-roster__meta-label {
    font-size: 9px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em; }

/* Team Roster: Case */
.team-roster--case {
  margin-left: -8px;
  margin-right: -8px; }
  .team-roster--case .team-roster__item {
    margin: 0 8px; }
  .team-roster--case .team-roster__player-img {
    border-radius: 4px 4px 0 0;
    overflow: hidden; }
    .team-roster--case .team-roster__player-img img {
      width: 100%;
      height: auto;
      -webkit-transition: -webkit-transform 0.5s ease;
      transition: -webkit-transform 0.5s ease;
      transition: transform 0.5s ease;
      transition: transform 0.5s ease, -webkit-transform 0.5s ease;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .team-roster--case .team-roster__player-img:hover img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
  .team-roster--case .team-roster__player-img + .card__header {
    border-radius: 0; }
    .team-roster--case .team-roster__player-img + .card__header::before {
      border-radius: 0; }
  .team-roster--case .team-roster__player-name {
    font-size: 16px;
    margin: 0;
    font-style: normal; }
  .team-roster--case .team-roster__player-position {
    font-size: 11px;
    line-height: 1.2em;
    padding-top: .25em;
    font-weight: normal;
    margin: 0;
    color: #9a9da2; }
  .team-roster--case .team-roster__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .team-roster--case .team-roster__meta-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    text-align: center;
    border-left: 1px solid #e4e7ed;
    padding: 26px 0; }
    .team-roster--case .team-roster__meta-item:first-child {
      border-left: none; }
  .team-roster--case .team-roster__meta-value {
    font-size: 28px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    color: #fff;
    margin-bottom: .1em; }
  .team-roster--case .team-roster__meta-value--accent {
    color: #c2ff1f; }
  .team-roster--case .team-roster__meta-label {
    font-size: 10px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    font-weight: 400; }

/* Team Standings */
.table-standings {
  border: none;
  margin-bottom: 0; }
  .table-standings > thead > tr > th,
  .table-standings > tbody > tr > td {
    text-align: center;
    vertical-align: middle; }
  @media (min-width: 992px) {
    .table-standings .data-rank {
      padding-left: 24px;
      width: 50px; } }
  @media (min-width: 1200px) {
    .table-standings .data-name {
      width: 170px; } }
  .table-standings td.data-name {
    color: #31404b;
    font-size: 12px;
    line-height: 1.2em;
    font-weight: 400; }
    .table-standings td.data-name a {
      color: #31404b; }
  .table-standings .data-w,
  .table-standings .data-l,
  .table-standings .data-gb {
    color: #31404b; }
  .table-standings .data-d,
  .table-standings .data-pts {
    color: #31404b; }
  @media (min-width: 1200px) {
    .table-standings .data-home,
    .table-standings .data-road,
    .table-standings .team-standings__div {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 1200px) {
    .table-standings thead > tr > th:last-child,
    .table-standings tbody > tr > td:last-child {
      padding-right: 30px; } }
@media (min-width: 768px) {
.team-roster--grid-col-3 .staff_item {
    width: 31% !important;
    margin: 1% !important;
}
}

/* Table Standings: Soccer */
.table-standings--full-soccer .team-standings__played,
.table-standings--full-soccer .team-standings__drawn,
.table-standings--full-soccer .team-standings__goals-for,
.table-standings--full-soccer .team-standings__goals-against,
.table-standings--full-soccer .team-standings__goals-diff,
.table-standings--full-soccer .team-standings__total-points,
.table-standings--full-soccer .team-standings__points-diff {
  text-align: center;
  vertical-align: middle; }

.table-standings--full-soccer .team-standings__drawn,
.table-standings--full-soccer .team-standings__total-points {
  color: #31404b; }

@media (min-width: 1200px) {
  .table-standings--full-soccer .team-standings__points-diff {
    padding-right: 30px; } }

/* ---- Grid col-4 (manquait dans le legacy jupiterx) ---- */
.team-roster--grid-col-4 .team-roster__item {
  width: 50%; }
  @media (max-width: 479px) {
    .team-roster--grid-col-4 .team-roster__item {
      width: 100%; } }
  @media (min-width: 768px) {
    .team-roster--grid-col-4 .team-roster__item {
      width: 25%; } }


/* ==========================================================================
   Fix SportsPress dans .gallery : .sp-template doit prendre toute la largeur
   du grid 4-cols parent (gallery-lightbox.css), pas juste 1 cellule
   ========================================================================== */

.gallery > .sp-template,
.gallery .sp-template-player-gallery {
    grid-column: 1 / -1 !important;
    width: 100% !important;
}

/* Le vrai grid des items doit etre sur .sp-gallery-wrapper, pas sur .gallery */
.sp-gallery-wrapper.team-roster--grid {
    display: flex !important;
    flex-wrap: wrap !important;
}


/* ==========================================================================
   Match Day cards - design compact (page d'accueil)
   Ajoute le 2026-05-18
   ========================================================================== */

/* Container - stretch en hauteur pour matcher classement + joueur */
.sp-template-event-blocks {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.sp-template-event-blocks .sp-table-wrapper,
.sp-template-event-blocks .sp-event-blocks {
    height: 100%;
    border: none !important;
    background: transparent !important;
}
.sp-template-event-blocks .sp-event-blocks thead {
    display: none;
}
.sp-template-event-blocks .sp-event-blocks tbody {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}
.sp-template-event-blocks .sp-event-blocks tr {
    display: block;
    border: none;
}

/* Header Match Day X */
.sp-template-event-blocks .sp-event-group-name {
    display: block;
    text-align: center;
    padding: 0.6rem 0.8rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    background: rgba(255,255,255,0.05);
    border-radius: 4px;
    margin: 0;
}

/* Ligne d'événement */
.sp-template-event-blocks tr.sp-row > td {
    padding: 1rem 0.8rem !important;
    text-align: center;
    border: none !important;
    display: block;
}

/* Logos d'équipes + score sur la même ligne */
.sp-template-event-blocks .team-logo {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.6rem;
}
.sp-template-event-blocks .team-logo img {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain;
}
.sp-template-event-blocks .sp-event-results {
    display: inline-block !important;
    vertical-align: middle;
    margin: 0 0.8rem !important;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
}
.sp-template-event-blocks .sp-event-results .sp-result {
    color: inherit !important;
    background: transparent !important;
    padding: 0 !important;
}

/* Titre du match (abreviations) */
.sp-template-event-blocks .sp-event-title {
    display: block;
    margin: 0.6rem 0 0.3rem !important;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.sp-template-event-blocks .sp-event-title a {
    color: inherit;
    text-decoration: none;
}

/* Date + venue compactes */
.sp-template-event-blocks .sp-event-date {
    display: inline;
    font-size: 0.8rem;
    opacity: 0.7;
}
.sp-template-event-blocks .sp-event-date + .sp-event-venue,
.sp-template-event-blocks .sp-event-venue {
    display: inline !important;
    font-size: 0.8rem;
    opacity: 0.7;
}
.sp-template-event-blocks .sp-event-venue::before {
    content: ' · ';
    margin: 0 0.2rem;
}
/* Cacher le venue 'N/A' caché */
.sp-template-event-blocks .sp-event-venue[style*='display:none'] {
    display: none !important;
}


/* ==========================================================================
   Abreviation equipe sous chaque logo (event-blocks)
   ========================================================================== */

.sp-template-event-blocks .team-logo {
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
}
.sp-template-event-blocks .team-abbr {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    opacity: 0.85;
}

/* Maintenant qu'il y a l'abreviation sous chaque logo, masquer le titre redondant */
.sp-template-event-blocks .sp-event-title {
    display: none !important;
}
