.player-header {
    min-width: 361px;
    padding: 0;
    margin-bottom: 5rem;
    display: flex;
}

.player-ranks-container {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0 1.5rem;
}

@media only screen and (max-width: 768px) {
    .player-header {
        flex-wrap: wrap;
    }

    .player-ranks-container {
        flex-grow: 1;
    }

    .player-data-container {
        margin-top: 2rem;
        padding: 0 !important;
    }

    .player-name {
        text-align: center;
    }
}

@media only screen and (min-width: 1200px) {
    .player-stats {
        max-width: 50rem;
    }

    .player-stats li .text-right {
        right: 1rem !important;
    }

    .player-bio {
        padding-right: 15%;
    }
}

.player-bio {
    min-width: 361px;
}

.player-bio p {
    text-indent: 0em;
}

.avatar-img {
    margin-bottom: 1rem;
}

.star-container {
    width: 13rem;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.star {
    width: 3.25rem;
    height: 3.25rem;
}

.player-data-container {
    padding: 0 0 0 5rem;
    flex-grow: 1;
}

.player-name {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 1.5rem;
}

.player-name a {
    color: #900600 !important;
    text-decoration: none;
}

.player-name a:hover {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: #900600;
}

.player-stats-container {
    padding: 0;
    margin: 0;
}

.player-stats {
    display: inline-block;
    list-style: none;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.player-stats li .text-right {
    position: absolute;
    color: #900600;
    font-weight: bold;
    text-transform: uppercase;
    right: 0;
}