.players {
  background-image: url(../../img/background/backgroundGrapes.svg);
  background-repeat: unset;
  background-size: auto;
  display: flex;
  flex-direction: column;
  gap: 15vw;
  padding-block: 7.5vw 15vw;
}
.players__header {
  display: flex;
  flex-direction: column;
  gap: 8.5vw;
}
.players__text {
  display: flex;
  flex-direction: column;
  gap: calc(var(--fsCorps) * 0.5);
}
.players__title {
  color: var(--sColor);
  font-size: 6.5vw;
  line-height: 7vw;
  text-align: start;
}
.players__championship {
  color: var(--sColor);
  font-family: var(--ffMMe);
  font-size: 3vw;
  line-height: 3.5vw;
  text-transform: uppercase;
}
.players .button--staff {
  margin-left: 0;
}
.players__post {
  color: var(--sColor);
  font-family: var(--ffMSeBo);
  font-size: 6vw;
  line-height: 6.5vw;
  position: relative;
  text-transform: uppercase;
  width: fit-content;
}
.players__post::after {
  background-image: url(../../img/background/background.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: -0.625rem;
  content: "";
  display: block;
  height: 0.25rem;
  position: absolute;
  left: 0vw;
  width: 107.5%;
}
.players__section {
  display: flex;
  flex-direction: column;
  gap: 10vw;
}
.players__line {
  display: flex;
  flex-direction: column;
  gap: 10vw;
}
.players__line--formation {
  margin-bottom: 12.5vw;
  justify-content: center;
}

@media (min-width: 575.98px) {
  .players__header {
    gap: 5vw;
  }
}

@media (min-width: 767.98px) {
  .players {
    gap: 10vw;
  }
  .players__header {
    gap: 3.5vw;
  }
}

@media (min-width: 991.98px) {
  .players {
    gap: 7.5vw;
  }
  .players__header {
    align-items: start;
    flex-direction: row;
    gap: unset;
    justify-content: space-between;
  }
  .players .button--staff {
    height: fit-content;
    margin-left: unset;
    margin-right: 0;
    margin-top: 0.75rem;
  }
  .players__title {
    font-size: 4.0625rem;
    line-height: 4.875rem;
  }
  .players__championship {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .players__post {
    font-size: 2.8125rem;
    line-height: 3.375rem;
  }
  .players__line {
    display: grid;
    gap: 4.5vw 2.5vw;
    grid-template-columns: 1fr 1fr;
  }
  .players__line--formation {
    margin-bottom: 7.5vw;
    justify-content: center;
    justify-items: center;
  }
  .players__section {
    gap: 6.5vw;
  }
}

@media (min-width: 1199.98px) {
  .players {
    padding-block: 5vw 10vw;
  }
  .players__section {
    gap: 6vw;
  }
}

@media (min-width: 1399.98px) {
  .players {
    gap: 5.5vw;
  }
}

@media (min-width: 1499.98px) {
  .players__line {
    grid-template-columns: 32% 32% 32%;
    gap: 3.5vw 1.5vw;
  }
  .players__section {
    gap: 5vw;
  }
}

@media (min-width: 1599.98px) {
  body > .players {
    padding-inline: 12.5vw;
    padding-bottom: 8vw;
  }
  .players__section {
    gap: 3vw;
  }
  .players__line {
    gap: 2.5vw;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 1799.98px) {
  body > .players {
    gap: 3.5vw;
    padding-bottom: 7.5vw;
  }
  .players__line {
    gap: 2.5vw 3vw;
  }
}

@media (min-width: 1919.98px) {
  body > .players {
    gap: 4vw;
  }
  .players__line {
    gap: 2.5vw 4vw;
  }
  .players__section {
    gap: 3.5vw;
  }
  body > .players__line--formation {
    padding-inline: 10vw;
  }
}

@media (min-width: 2199.98px) {
  .arianeWire:has(~ .player) {
    margin-left: -0.5vw;
  }
}
