.stata-bubble {
    font-size: 13px;
    background-color: #ddede3;
    padding: 5px 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.followers .stata-bubble .stata-bubble__item {
    margin-top: 0;
}

.followers .stata-bubble {
    padding: 0;
    margin-bottom: 10px;
    background: transparent;
}

.stata-bubble .stata-bubble__item.w200px {
    min-width: 220px;
}

.stata-bubble .stata-bubble__item.fas {
    padding: 0 10px;
    min-width: 40px;
    text-align: center;
    font-size: 18px;
}

.stata-bubble.flex {
    display: flex;
}

.stata-bubble .stata-bubble__item.fa-trash-alt:hover {
    color: #ff0000;
}

.stata-bubble .stata-bubble__item.fa-cog:hover {
    color: #ff8e41;
}

.stata-bubble .stata-bubble__right {
    margin-left: auto;
}

.stata-bubble .stata-bubble__item.orange-lbc:hover {
    color: #ec843d !important;
}

.stata-bubble a.stata-bubble__item:hover {
    color: #215f86;
}

.stata-bubble .stata-bubble__item {
    height: 40px;
    background: #ffffff;
    border-radius: 5px;
    padding: 0 15px;
    color: #475669;
    margin: 5px 0;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
}

.stata-bubble .stata-bubble__item:not(:last-child) {
    margin-right: 10px;
}

.stata-bubble .stata-bubble__item b {
    font-size: 25px;
    margin-right: 5px;
}

.stata-bubble .stata-bubble__item > i {
    font-size: 25px;
    margin-right: 7px;
}

.stata-bubble .stata-bubble__item > * {
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
}

@media screen and (max-width: 1800px) and (min-width: 767px) {
    .stata-bubble.stata-bubble--fz13-laptop b {
        font-size: 19px;
    }

    .stata-bubble.stata-bubble--fz13-laptop .stata-bubble__item > i {
        font-size: 16px;
    }
}

@media screen and (max-width: 1700px) {
    .stata-bubble .stata-bubble__item {
        padding: 0 15px;
        min-width: auto !important;
    }

    .stata-bubble .stata-bubble__item > i, .stata-bubble .stata-bubble__item b {
        font-size: 20px;
    }
}

@media screen and (max-width: 1400px) {
    .stata-bubble .stata-bubble__item {
        min-width: auto !important;
        width: auto !important;
    }

    .stata-bubble .stata-bubble__right {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}

@media screen and (max-width: 1200px) {
    .stata-bubble:not(.flex ) {
        white-space: nowrap;
        font-size: 13px;
        overflow: auto;
    }

    .stata-bubble.flex {
        flex-wrap: wrap;
    }

    .stata-bubble .hint.hint--mobile {
        margin-left: 10px;
        font-weight: bold !important;
    }

    .stata-bubble .stata-bubble__right {
        margin: 0;
    }

    .stata-bubble .stata-bubble__item > * {
        line-height: 35px;
    }

    .stata-bubble .stata-bubble__item > i {
        font-size: 19px;
    }

    .stata-bubble .stata-bubble__item {
        height: 35px;
        line-height: 35px;
        padding: 0 15px;
    }

    .stata-bubble .stata-bubble__item.fas {
        font-size: 16px;
    }

    .stata-bubble .stata-bubble__item b {
        font-size: 20px;
    }

    .stata-bubble .stata-bubble__item > img {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 767px) {
    .stata-bubble {
        padding: 10px 2px 2px 10px;
        font-size: 10px;
    }

    .stata-bubble .stata-bubble__item > img {
        width: 15px;
        height: 15px;
    }

    .stata-bubble .stata-bubble__item > * {
        line-height: 30px;
    }

    .stata-bubble .stata-bubble__item {
        height: auto;
        border-radius: 5px;
        line-height: 30px;
        padding: 0 10px;
        max-width: 100%;
        font-size: 10px;
        width: auto !important;
        margin: 0 8px 8px 0 !important;
    }

    .stata-bubble .stata-bubble__item > i {
        font-size: 13px;
        margin-right: 5px;
        width: 15px;
        text-align: center;
    }

    .stata-bubble .stata-bubble__item b {
        margin-right: 5px;
        font-size: 15px;
    }

    .stata-bubble .stata-bubble__item.fas {
        width: 30px;
        font-size: 13px;
    }
}

@media screen and (max-width: 500px) {
    .stata-bubble .stata-bubble__item.stata-bubble__item--w100p-mobile {
        width: 100% !important;
    }
}