.pfss-side-wrapper {
    position: fixed;
    right: 15px;
    bottom: 180px;
    z-index: 9999999;
    display: flex;
    flex-direction: column;
    gap: 12px;
    
}

.pfss-link-item {
    width: 48px;
    height: 48px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
}

.pfss-link-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.12);
}

.pfss-link-item:hover {
    transform: scale(1.15) translateX(-5px);
}
