.niksa-floating-social-wrapper {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    direction: ltr;
}

.niksa-pos-left {
    left: 18px;
    right: auto;
}

.niksa-pos-right {
    right: 18px;
    left: auto;
}

.niksa-social-item {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    color: #1f2937;
    padding: 6px 12px 6px 6px;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.niksa-pos-left .niksa-social-item:hover {
    transform: translateX(6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.niksa-pos-right .niksa-social-item:hover {
    transform: translateX(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.niksa-social-icon {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    background: #f3f7ff;
}

.niksa-social-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.niksa-social-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding-inline-end: 8px;
}

.niksa-telegram { color: #229ED9; }
.niksa-whatsapp { color: #25D366; }
.niksa-instagram { color: #E1306C; }
.niksa-rubika { color: #4C3EFF; }
.niksa-aparat { color: #ED145B; }
.niksa-bale { color: #16A34A; }
.niksa-phone { color: #0F766E; }
.niksa-x { color: #111111; }

@media (max-width: 768px) {
    .niksa-floating-social-wrapper {
        top: auto;
        bottom: 16px;
        transform: none;
        gap: 8px;
    }

    .niksa-pos-left {
        left: 10px;
        right: auto;
    }

    .niksa-pos-right {
        right: 10px;
        left: auto;
    }

    .niksa-social-item {
        padding: 5px 10px 5px 5px;
    }

    .niksa-social-text {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .niksa-floating-social-wrapper {
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        max-width: none;
    }

    .niksa-pos-left {
        left: 10px;
        right: auto;
    }

    .niksa-pos-right {
        right: 10px;
        left: auto;
    }

    .niksa-social-item {
        border-radius: 18px;
        padding: 6px 10px 6px 6px;
        width: auto;
        max-width: calc(100vw - 24px);
    }

    .niksa-social-icon {
        width: 32px;
        height: 32px;
        flex: 0 0 32px;
    }

    .niksa-social-text {
        font-size: 11px;
    }
}
