.socials-cell {
    background-color: inherit;
}

.socials-cell > .content {
    gap: var(--spacing-medium);
    display: flex;
    flex-direction: row;
    overflow: hidden;
    flex-wrap: wrap;
}

.socials-cell-link {
    background-color: var(--black-color);
    color: var(--text-color-inverse);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.socials-cell-link:hover,
.socials-cell-link:focus {
    text-decoration: none;
}