.sly-stream-links {
    margin: 20px 0 26px;
    text-align: left;
}

.sly-stream-links__label {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #aaa;
    margin-bottom: 12px;
}

.sly-stream-links__icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

.sly-stream-links__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sly-stream-links__item img {
    width: 36px;
    height: 36px;
    display: block;
    transition: transform .18s ease, opacity .18s ease;
}

.sly-stream-links__item:hover img {
    transform: scale(1.15);
    opacity: .9;
}