.sticky-social-sidebar{bottom:20px;display:flex;flex-direction:column;gap:8px;position:fixed;right:20px;top:auto;transform:none;z-index:9999}.sticky-social-sidebar--right{right:0}.sticky-social-sidebar--left{left:0}.sticky-social-sidebar__link{align-items:center;display:flex;height:44px;justify-content:center;text-decoration:none;transition:width .2s ease;width:44px}.sticky-social-sidebar--right .sticky-social-sidebar__link{border-radius:8px 0 0 8px}.sticky-social-sidebar--left .sticky-social-sidebar__link{border-radius:0 8px 8px 0}.sticky-social-sidebar__link svg{fill:#fff;flex-shrink:0;height:22px;width:22px}.sticky-social-sidebar__link--linkedin{background-color:#0a66c2}.sticky-social-sidebar__link--linkedin:hover{background-color:#004182;width:54px}.sticky-social-sidebar__link--youtube{background-color:red}.sticky-social-sidebar__link--youtube:hover{background-color:#c00;width:54px}@media (prefers-reduced-motion:reduce){.sticky-social-sidebar__link{transition:none}}@media (max-width:480px){.sticky-social-sidebar{display:none}}