/* Стили для иконок соцсетей 35px с отступами */
.t-sociallinks__svg {
    width: 35px !important;
    height: 35px !important;
    transform: none !important; /* Убираем transform: scale если он был */
}

.t-sociallinks__item a {
    width: 35px !important;
    height: 35px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.t-sociallinks__wrapper {
    gap: 10px !important; /* Отступ 10px между иконками */
    margin: 0 !important;
    padding: 0 !important;
}

.t-sociallinks__item {
    margin: 0 !important;
    padding: 0 !important;
}