.flagger-rank-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 30px;
    align-items: center;
    flex-wrap: nowrap;
}

.fl-left-col-outer {
    width: 60%;
    display: flex;
    gap: 30px;
    align-items: center;
}

.fl-left-col {

}

.fl-center-col {

}

.fl-lvl {
    margin: 0;
}

.fl-right-col {
    display: flex;
    color: #fff;
    gap: 50px;
}

.fl-author-details {
    color: #ffffff;
}

.fl-auth-name {
    font-size: min(3vw, 40px);
}

.fl-auth-bio {
    font-size: min(2vw, 26px);
}

.fl-auth-date {
    color: #a1a1a1;
    font-weight: 300;
    font-size: 16px;
}

.flagger-avatar {
    border-radius: 50% !important;
}

.fl-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.fl-num {
    font-weight: 700;
    font-size: 7vw;
}

.smaller-decimals {
    font-size: 0.5em;
}

.fl-gen-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.fl-color-lvl0 {
    color: #ffffff;
}

.fl-author-lvl {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fl-lvl {
    font-weight: 600;
    font-size: min(3vw, 54px);
}

.fl-num {
    font-size: min(5vw, 74px);
}

.fl-auth-badge {
    width: max(4vw, 72px);
}

.fl-color-lvl1 {
    background-image: linear-gradient(to right, #FF985B, #DC5100);
    color: transparent;
    background-clip: text;
}

.fl-color-lvl2 {
    background-image: linear-gradient(to right, #EAEAEA, #9F9F9F);
    color: transparent;
    background-clip: text;
}

.fl-color-lvl3 {
    background-image: linear-gradient(to right, #FFE991, #DCB000);
    color: transparent;
    background-clip: text;
}


@media (max-width: 1500px) {
    .fl-left-col-outer {
        width: 65%;
    }

    .fl-right-col {
        width: 35%;
        flex-direction: column;
        gap: 0px;
    }

    .fl-col {
        flex-direction: row;
        justify-content: center;
        gap: 20px;
        text-align: left;
    }

    .fl-num {
        text-align: right;
        width: 250px;
    }
}

@media (max-width: 1200px) {
    .flagger-rank-info {
        gap: 20px 0;
    }

    .fl-left-col-outer {
        width: 100%;
        justify-content: center;
    }

    .fl-right-col {
        width: 100%;
        flex-direction: row;
        gap: 80px;
    }

    .fl-col {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        text-align: center;
    }

    .fl-num {
        text-align: center;
        width: unset;
    }

    .flagger-rank-info {
        flex-wrap: wrap;
        gap: 30px 0;
        justify-content: center;
        align-items: start;
    }

    .fl-left-col {
        width: unset;
        max-width: unset;
        justify-content: center;
        display: flex;
    }

    .flagger-avatar {
        width: 190px;
    }

    .fl-center-col {
        width: unset;
        justify-content: center;
        max-width: unset;
        display: flex;
        flex-direction: column;
    }

    .fl-auth-name {
        font-size: 36px;
    }

    .fl-auth-bio {
        font-size: 24px;
    }

    .fl-lvl {
        font-size: 24px;
    }

    .fl-auth-badge {
        width: 60px;
    }

    .fl-right-col {
        width: 100%;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .fl-left-col-outer {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .fl-right-col {
        justify-content: space-between;
        gap: 5px;
    }

    .fl-author-lvl {
        justify-content: center;
    }
    .fl-right-col.fl-auth-posts{
        justify-content: center;
    }
}

@media (max-width: 550px) {
    .flagger-rank-info {
        padding: 20px 0;
        gap: 10px 0;
    }

    .fl-left-col-outer {
        gap: 5px;
    }

    .fl-col {
        gap: 5px;
    }

    .flagger-avatar {
        width: 110px;
    }

    .fl-auth-name {
        font-size: 24px;
    }

    .fl-auth-bio {
        font-size: 18px;
    }

    .fl-num {
        font-size: 28px;
    }

    .fl-gen-title {
        font-size: 16px;
        line-height: 1.1;
    }
}