.fh-seo-tool-links{
    max-width:1180px;
    margin:26px auto 0;
    padding:16px 18px;
    border:1px solid #e3eaf4;
    border-radius:14px;
    background:#f8fbff;

    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:7px 12px;

    font-size:11px;
    line-height:1.5;
}

.fh-seo-tool-links > span{
    font-weight:800;
    color:#53647b;
    margin-right:3px;
}

.fh-seo-tool-links a{
    color:#3976c8 !important;
    text-decoration:none !important;
    white-space:nowrap;
}

.fh-seo-tool-links a:hover{
    text-decoration:underline !important;
}

html[data-theme="dark"] .fh-seo-tool-links,
html.dark .fh-seo-tool-links,
body.dark .fh-seo-tool-links{
    background:#151f31;
    border-color:#334155;
}

html[data-theme="dark"] .fh-seo-tool-links > span,
html.dark .fh-seo-tool-links > span{
    color:#b9c6d8;
}

html[data-theme="dark"] .fh-seo-tool-links a,
html.dark .fh-seo-tool-links a{
    color:#8bb8ff !important;
}
