.social-sidebar-68f80779 {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-right: 0;
}

.social-sidebar-68f80779 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    text-decoration: none;
    transition: transform 0.3s ease, background-color 0.3s ease;
    border-radius: 8px 0 0 8px; /* Default rounding left edges */
}

.social-sidebar-68f80779 a:hover {
    transform: translateX(-5px);
}

.social-sidebar-68f80779 a svg {
    fill: currentColor;
    width: 1em;
    height: 1em;
}
