@charset "UTF-8";


@media screen and (max-width: 480px) {

  .roster_foto {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0;
    justify-content: center;
  }

    .roster_foto .card-list {
      padding: 4px 2px;
      margin: 0;
      box-sizing: border-box;
      overflow: hidden;
      border: 1px solid rgba(0,0,0,0.15);
      text-align: center;
      width: 30%;
      height: 170px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

      .roster_foto .card-list .card-foto {
        width: 100px;
        height: 100px;
        flex-shrink: 0;
        overflow: hidden;
        /* FORCE FULL COVERAGE */
        display: flex !important;
        justify-content: center;
        align-items: center;
      }

        .roster_foto .card-list .card-foto img {
          width: 100% !important;
          height: 100% !important;
          min-width: 100% !important;
          min-height: 100% !important;
          max-width: none !important; /* Ακυρώνει τυχόν global max-width: 100% που μπλοκάρει το height */
          max-height: none !important;
          object-fit: cover !important;
          display: block !important;
        }

      .roster_foto .card-list > span {
        display: block;
        word-break: break-word;
      }

  .ΟμαδαLabel {
    text-align: center;
    font-weight: bold;
    line-height: 2.2rem;
    font-size: large;
  }
}





@media screen and (min-width: 481px) and (max-width: 768px) {

  .roster_foto {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0;
    justify-content: center;
  }

    .roster_foto .card-list {
      padding: 4px 2px;
      margin: 0;
      box-sizing: border-box;
      overflow: hidden;
      border: 1px solid rgba(0,0,0,0.15);
      text-align: center;
      width: 20%;
      height: 170px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

      .roster_foto .card-list .card-foto {
        width: 100px;
        height: 100px;
        flex-shrink: 0;
        overflow: hidden;
        /* FORCE FULL COVERAGE */
        display: flex !important;
        justify-content: center;
        align-items: center;
      }

        .roster_foto .card-list .card-foto img {
          width: 100% !important;
          height: 100% !important;
          min-width: 100% !important;
          min-height: 100% !important;
          max-width: none !important; /* Ακυρώνει τυχόν global max-width: 100% που μπλοκάρει το height */
          max-height: none !important;
          object-fit: cover !important;
          display: block !important;
        }

      .roster_foto .card-list > span {
        display: block;
        word-break: break-word;
      }

  .ΟμαδαLabel {
    text-align: center;
    font-weight: bold;
    line-height: 2.2rem;
    font-size: large;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .roster_foto {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0;
    justify-content: center;
  }

    .roster_foto .card-list {
      padding: 4px 2px;
      margin: 0;
      box-sizing: border-box;
      overflow: hidden;
      border: 1px solid rgba(0,0,0,0.15);
      text-align: center;
      width: 20%;
      height: 220px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

      .roster_foto .card-list .card-foto {
        width: 150px;
        height: 150px;
        flex-shrink: 0;
        overflow: hidden;
        /* FORCE FULL COVERAGE */
        display: flex !important;
        justify-content: center;
        align-items: center;
      }

        .roster_foto .card-list .card-foto img {
          width: 100% !important;
          height: 100% !important;
          min-width: 100% !important;
          min-height: 100% !important;
          max-width: none !important; /* Ακυρώνει τυχόν global max-width: 100% που μπλοκάρει το height */
          max-height: none !important;
          object-fit: cover !important;
          display: block !important;
        }

      .roster_foto .card-list > span {
        display: block;
        word-break: break-word;
      }

  .ΟμαδαLabel {
    text-align: center;
    font-weight: bold;
    line-height: 2.2rem;
    font-size: large;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1899px) {
  .roster_foto {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0;
    justify-content: center;
  }

    .roster_foto .card-list {
      padding: 4px 2px;
      margin: 0;
      box-sizing: border-box;
      overflow: hidden;
      border: 1px solid rgba(0,0,0,0.15);
      text-align: center;
      width: 15%;
      height: 230px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

      .roster_foto .card-list .card-foto {
        width: 150px;
        height: 150px;
        flex-shrink: 0;
        overflow: hidden;
        /* FORCE FULL COVERAGE */
        display: flex !important;
        justify-content: center;
        align-items: center;
      }

        .roster_foto .card-list .card-foto img {
          width: 100% !important;
          height: 100% !important;
          min-width: 100% !important;
          min-height: 100% !important;
          max-width: none !important; /* Ακυρώνει τυχόν global max-width: 100% που μπλοκάρει το height */
          max-height: none !important;
          object-fit: cover !important;
          display: block !important;
        }

      .roster_foto .card-list > span {
        display: block;
        word-break: break-word;
      }

  .ΟμαδαLabel {
    text-align: center;
    font-weight: bold;
    line-height: 2.2rem;
    font-size: large;
  }
}

@media screen and (min-width: 1900px) {
  .roster_foto {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0;
    justify-content: center;
  }

    .roster_foto .card-list {
      padding: 4px 2px;
      margin: 0;
      box-sizing: border-box;
      overflow: hidden;
      border: 1px solid rgba(0,0,0,0.15);
      text-align: center;
      width: 15%;
      height: 240px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

      .roster_foto .card-list .card-foto {
        width: 150px;
        height: 150px;
        flex-shrink: 0;
        overflow: hidden;
        /* FORCE FULL COVERAGE */
        display: flex !important;
        justify-content: center;
        align-items: center;
      }

        .roster_foto .card-list .card-foto img {
          width: 100% !important;
          height: 100% !important;
          min-width: 100% !important;
          min-height: 100% !important;
          max-width: none !important; /* Ακυρώνει τυχόν global max-width: 100% που μπλοκάρει το height */
          max-height: none !important;
          object-fit: cover !important;
          display: block !important;
        }

      .roster_foto .card-list > span {
        display: block;
        word-break: break-word;
      }

  .ΟμαδαLabel {
    text-align: center;
    font-weight: bold;
    line-height: 2.2rem;
    font-size: large;
  }
}
