.sbu-v161-positioned {
    position: relative !important;
}

.sbu-v161-logo-badge {
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 8;
    display: grid;
    place-items: center;
    width: 27px;
    height: 27px;
    padding: 4px;
    border: 1px solid rgba(8, 112, 59, .15);
    border-radius: 8px;
    background: rgba(255, 255, 255, .90);
    box-shadow: 0 3px 8px rgba(9, 70, 39, .10);
    pointer-events: none;
    box-sizing: border-box;
}

.sbu-v161-logo-badge img {
    display: block !important;
    width: 19px !important;
    height: 19px !important;
    min-width: 19px !important;
    min-height: 19px !important;
    max-width: 19px !important;
    max-height: 19px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    object-fit: contain !important;
    filter: none !important;
    transform: none !important;
}

.sbu-v161-full-catalog-label {
    display: block;
    margin: 3px 42px 0;
    color: #63756b;
    font-size: .62rem;
    line-height: 1.2;
    text-align: center;
}

section.sb-recent-section .sbu-v160-recent-track .sbu-v160-card {
    flex: 0 0 calc((100% - 60px) / 6);
}

@media (max-width: 1180px) {
    section.sb-recent-section .sbu-v160-recent-track .sbu-v160-card {
        flex-basis: calc((100% - 24px) / 3);
    }
}

@media (max-width: 680px) {
    .sbu-v161-logo-badge {
        top: 5px;
        left: 5px;
        width: 24px;
        height: 24px;
    }

    .sbu-v161-logo-badge img {
        width: 17px !important;
        height: 17px !important;
        min-width: 17px !important;
        min-height: 17px !important;
        max-width: 17px !important;
        max-height: 17px !important;
    }

    .sbu-v161-full-catalog-label {
        margin-inline: 0;
        font-size: .58rem;
    }

    section.sb-recent-section .sbu-v160-recent-track .sbu-v160-card {
        flex-basis: calc((100% - 9px) / 2);
    }
}
