/* Sosyal menü genel yapı */
.sidebar__social-container {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Her sosyal bağlantı satırı */
.social-item {
     margin: 0px 0;
}

/* Bağlantı düzeni: yatay hizalama, içerik aralığı */
.social-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #ffffff; /* veya tema rengi */
    font-size: 16px;
    transition: opacity 0.2s ease;
}

.social-link:hover {
    opacity: 0.7;
}

/* Görsel ikon */
.social-icon {
    width: 24px;
    height: 24px;
    margin-right: px;
}

/* Yazı */
.social-text {
    display: inline-block;
    color: #fff !important;
    background: transparent !important;
}

.social-title {
 font-size: 13px !important;
    line-height: 16px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    color: var(--tf-tc2) !important;
    margin-bottom: 10px !important;
    padding-left: 15px !important;
}