/* NK-GH Multi Theme v1.0.7: footer social links */
.nkgh-footer .nkgh-social-links{margin-top:22px}
.nkgh-footer .nkgh-social-links__title{margin:0 0 10px;color:rgba(255,255,255,.9);font-size:13px;font-weight:800;letter-spacing:.04em}
.nkgh-footer .nkgh-social-links__list{display:flex;align-items:center;flex-wrap:wrap;gap:10px}
.nkgh-footer .nkgh-social-link{display:inline-grid;place-items:center;width:44px;height:44px;flex:0 0 44px;border:1px solid rgba(255,255,255,.26);border-radius:13px;background:rgba(255,255,255,.08);color:#fff;text-decoration:none;transition:transform .16s ease,background-color .16s ease,border-color .16s ease,box-shadow .16s ease}
.nkgh-footer .nkgh-social-link:hover{transform:translateY(-2px);background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.48);box-shadow:0 8px 18px rgba(0,0,0,.14)}
.nkgh-footer .nkgh-social-link:focus-visible{outline:3px solid rgba(255,255,255,.8);outline-offset:3px}
.nkgh-footer .nkgh-social-link__svg{display:block;width:22px;height:22px}
.nkgh-footer .nkgh-social-link__custom-icon{display:block;width:24px;height:24px;object-fit:contain;border-radius:5px}
@media(max-width:560px){.nkgh-footer .nkgh-social-links{margin-top:18px}.nkgh-footer .nkgh-social-links__list{gap:9px}.nkgh-footer .nkgh-social-link{width:46px;height:46px;flex-basis:46px}}
@media(prefers-reduced-motion:reduce){.nkgh-footer .nkgh-social-link{transition:none}.nkgh-footer .nkgh-social-link:hover{transform:none}}
