/* Контейнер карточки */
.t754__card {
    position: relative;
}

/* Обёртка бейджа */
.t754__markwrapper {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    right: auto !important;
}

/* Сам бейдж */
.t754__markwrapper div {
    height: 30px;
    padding: 0 12px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: auto;
    max-width: none;

    border-radius: 4px;

    white-space: nowrap;
    font-size: 11px;
    line-height: 1;

    letter-spacing: 0.5px;
}
@media (max-width: 640px) {
    .t754__markwrapper {
        top: 8px !important;
        left: 8px !important;
    }

    .t754__markwrapper div {
        height: 24px;
        padding: 0 9px;
        font-size: 10px;
    }
}