/* FRONTIERMIND MODERN ICONS V1.3 */
.fm-tools-modern{gap:12px !important}
.fm-tool-modern{width:34px !important;height:34px !important;display:grid !important;place-items:center !important;border-radius:9px;color:#0a315f !important;background:#f7fafe;border:1px solid #e1e9f2;transition:background .16s ease,color .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease}
.fm-tool-modern svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.fm-tool-modern:hover{text-decoration:none;transform:translateY(-1px);box-shadow:0 4px 10px rgba(7,88,183,.11)}
.fm-tool-search:hover{color:#0758b7 !important;background:#eef6ff;border-color:#bfd8f3}
.fm-tool-account{color:#0b6548 !important;background:#f1faf6;border-color:#d7eee3}
.fm-tool-account:hover{color:#08704f !important;background:#e8f7ef;border-color:#b8dfce}
.fm-tool-cart{color:#4e38a9 !important;background:#f6f3ff;border-color:#e4ddfa}
.fm-tool-cart:hover{color:#432b9d !important;background:#eee9ff;border-color:#cfc4f3}

.fm-social-modern{display:flex !important;align-items:center;gap:9px !important;margin-top:17px}
.fm-social-icon{width:31px !important;height:31px !important;display:grid !important;place-items:center !important;border-radius:50% !important;box-shadow:0 3px 8px rgba(0,0,0,.12);transition:transform .16s ease,box-shadow .16s ease}
.fm-social-icon:hover{transform:translateY(-2px);box-shadow:0 5px 12px rgba(0,0,0,.18)}
.fm-social-icon svg{width:16px;height:16px;fill:none;stroke:#fff;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.fm-social-linkedin{background:#0a66c2 !important}
.fm-social-linkedin svg{fill:#fff;stroke:none}
.fm-social-x{background:#111 !important}
.fm-social-youtube{background:#ff0033 !important}
.fm-social-youtube svg{fill:#fff;stroke:none}
.fm-social-youtube .play{fill:#ff0033;stroke:#ff0033}
.fm-social-email{background:#0b8063 !important}

@media(max-width:760px){
  .fm-tools-modern{gap:8px !important}
  .fm-tool-modern{width:33px !important;height:33px !important}
  .fm-social-icon{width:32px !important;height:32px !important}
}
