/* FRONTIERMIND SOCIAL NETWORKS ADMIN V1 */
.fm-social-dynamic{display:flex;align-items:center;gap:9px;margin-top:17px;flex-wrap:wrap}
.fm-social-dynamic a{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:#fff!important;text-decoration:none!important;box-shadow:0 3px 8px rgba(0,0,0,.13);transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}
.fm-social-dynamic a:hover{transform:translateY(-2px);box-shadow:0 5px 12px rgba(0,0,0,.19);filter:brightness(1.06)}
.fm-social-dynamic svg{width:17px;height:17px;fill:currentColor;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.fm-social-dynamic svg .cut{fill:none;stroke:#fff}
@media(max-width:760px){.fm-social-dynamic a{width:35px;height:35px}}
