/*
Generated time: October 28, 2025 18:06
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.list-social{display:flex;flex-wrap:wrap;justify-content:center;margin-top:10px;gap:8px}.menu-drawer .menu-drawer__utility-links .list-social__link{color:var(--color-base-text)}@media only screen and (max-width:749px){.list-social{justify-content:center}}.list-social__item .icon{height:1.8rem;width:1.8rem}.list-social__link{align-items:center;display:flex;padding:.8rem;color:var(--primary_color);transition:all .4s;background:var(--color-base-background-2);border-radius:100%;box-shadow:0 0 9px rgba(var(--color-foreground),.1);width:44px;height:44px;align-items:center;justify-content:center;position:relative}.list-social__link svg{position:relative;z-index:1}.list-social__link:after{content:'';position:absolute;top:2px;left:2px;width:calc(100% - 4px);height:calc(100% - 4px);border-radius:100%;background:var(--primary_color);transition:all .3s;transform:scale(.5);opacity:0}.list-social__link:hover{color:var(--color-base-background-2)}.list-social__link:hover:after{transform:scale(1);opacity:1}