/*	
Theme Name:方向舵出海工具导航
Theme URI:https://www.iotheme.cn
Description:wordpress 导航主题！官方网站：<a href="https://www.iotheme.cn">一为主题</a>，</br><a href="https://www.iotheme.cn/store/onenav.html">升级到最新的OneNav导航主题</a>，体验更多功能 
Version:1.2024
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 5.6
Author:iowen
Author URI: https://www.iowen.cn/
License URI: https://www.iotheme.cn/disclaimer
Text Domain: i_theme
Domain Path: /languages
Tags: 导航, 菜单, 响应式, 兼容性
*/
.site-seo-title {
  margin: 16px 0 10px;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 600;
  color: #2c2e2f;
}
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  border: 0;
}

.fxdst-hero {
  margin: 18px 0 16px;
  padding: 18px 20px;
  border: 1px solid #e8edf3;
  background: #fff;
}
.fxdst-hero h1 {
  margin: 0 0 8px;
  font-size: 26px;
  line-height: 1.35;
  color: #20242a;
}
.fxdst-hero p {
  max-width: 900px;
  margin: 0;
  color: #637083;
  line-height: 1.7;
}
.fxdst-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 22px 0 12px;
}
.fxdst-section-head h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.35;
  color: #20242a;
}
.fxdst-section-head p {
  margin: 4px 0 0;
  color: #7b8794;
  line-height: 1.6;
}
.fxdst-category-grid,
.fxdst-topic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}
.fxdst-category-card,
.fxdst-topic-card {
  display: block;
  min-height: 84px;
  padding: 14px 15px;
  border: 1px solid #e8edf3;
  background: #fff;
  color: #2c2e2f;
  text-decoration: none;
}
.fxdst-category-card:hover,
.fxdst-topic-card:hover {
  border-color: #b8c7dc;
  color: #1f6feb;
}
.fxdst-category-card i {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  color: #1f6feb;
}
.fxdst-category-card strong,
.fxdst-topic-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.35;
}
.fxdst-category-card span,
.fxdst-topic-card span {
  display: block;
  color: #7b8794;
  font-size: 12px;
}
.fxdst-featured-grid {
  margin-bottom: 4px;
}
.fxdst-split-row .xe-card {
  width: 50%;
}
.fxdst-compliance-banner {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 22px 0;
  padding: 14px 16px;
  border: 1px solid #dfe7f2;
  background: #f7fbff;
  color: #506070;
  line-height: 1.6;
}
.fxdst-compliance-banner strong {
  color: #20242a;
  white-space: nowrap;
}
.fxdst-compliance-banner a {
  margin-left: auto;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .fxdst-hero {
    padding: 14px;
  }
  .fxdst-hero h1 {
    font-size: 22px;
  }
  .fxdst-split-row .xe-card {
    width: 100%;
  }
  .fxdst-compliance-banner {
    display: block;
  }
  .fxdst-compliance-banner a {
    display: inline-block;
    margin-top: 8px;
  }
}

.fxdst-tool-article {
  color: #4f5b67;
  font-size: 15px;
  line-height: 1.85;
}
.fxdst-tool-article section {
  margin: 0 0 26px;
}
.fxdst-tool-article h2 {
  margin: 0 0 12px;
  color: #20242a;
  font-size: 20px;
  font-weight: 600;
}
.fxdst-tool-article p {
  margin: 0 0 12px;
}
.fxdst-tool-article ul {
  margin: 0;
  padding-left: 20px;
}
.fxdst-tool-article li {
  margin: 0 0 8px;
}
.fxdst-tool-updated {
  margin-top: 28px;
  color: #8a96a3;
  font-size: 13px;
}
@media (max-width: 767px) {
  .fxdst-tool-article h2 {
    font-size: 18px;
  }
}

/* FXDST tech visual refresh */
:root {
  --fxdst-bg: #f3f7fb;
  --fxdst-panel: rgba(255, 255, 255, .92);
  --fxdst-line: #dce8f2;
  --fxdst-text: #17212b;
  --fxdst-muted: #647386;
  --fxdst-accent: #13c2ff;
  --fxdst-accent-2: #24e0a4;
  --fxdst-accent-3: #7c5cff;
  --fxdst-sidebar: #101820;
  --fxdst-sidebar-2: #15232d;
}
body.page-body {
  background:
    radial-gradient(circle at 16% 0%, rgba(19, 194, 255, .13), transparent 30%),
    radial-gradient(circle at 90% 8%, rgba(36, 224, 164, .11), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, var(--fxdst-bg) 42%, #eef4f8 100%);
  color: var(--fxdst-text);
}
body.page-body:before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(25, 46, 64, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25, 46, 64, .035) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.65), transparent 72%);
}
.page-container {
  position: relative;
  z-index: 1;
}
.sidebar-menu,
.sidebar-menu.collapsed .main-menu>li>ul {
  background:
    linear-gradient(180deg, rgba(19, 194, 255, .08), transparent 26%),
    linear-gradient(180deg, var(--fxdst-sidebar) 0%, var(--fxdst-sidebar-2) 100%);
}
.sidebar-menu:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(19, 194, 255, .72), transparent);
}
.sidebar-menu .logo-env {
  padding: 22px 24px;
  border-bottom-color: rgba(255,255,255,.08);
}
.sidebar-menu .logo-env .logo-expanded img {
  width: auto;
  height: 54px !important;
  max-width: 190px;
  object-fit: contain;
}
.sidebar-menu .logo-env .logo-collapsed img {
  width: auto;
  height: 42px !important;
  object-fit: contain;
}
.sidebar-menu.collapsed .logo-env .logo-collapsed img {
  height: 40px !important;
}
.sidebar-menu.collapsed .logo-env {
  padding: 18px 0;
}
.sidebar-menu .main-menu a {
  border-bottom-color: rgba(255,255,255,.07);
  color: #a9b7c5;
}
.sidebar-menu .main-menu a>i {
  color: #8adcf6;
}
.sidebar-menu .main-menu li.active>a,
.sidebar-menu .main-menu a:hover {
  color: #fff;
}
.sidebar-menu .main-menu>li.active>a,
.sidebar-menu .main-menu>li>a:hover {
  background: linear-gradient(90deg, rgba(19, 194, 255, .14), rgba(36, 224, 164, .05));
  border-radius: 8px;
  border-bottom-color: transparent;
  box-shadow: inset 3px 0 0 var(--fxdst-accent);
}
.sidebar-menu .main-menu ul li a {
  color: #8e9dab;
}
.page-container .main-content {
  background: transparent;
}
.page-container .main-content > nav.navbar.user-info-navbar {
  top: 0;
}
.fxdst-header-spacer {
  height: 58px;
}
#bulletin_box {
  position: relative;
  z-index: 2;
  clear: both;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  padding: 10px 12px !important;
  border-radius: 10px;
  overflow: visible;
}
#bulletin_box .d-flex {
  align-items: center;
}
#bulletin_box .bulletin {
  min-height: 26px;
  line-height: 26px;
  overflow: hidden;
}
#bulletin_box .bulletin-ul {
  margin: 0;
  padding-left: 10px;
}
#bulletin_box .scrolltext-title {
  line-height: 26px;
}
#bulletin_box.panel {
  border: 1px solid rgba(143, 170, 190, .28);
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 28px rgba(21, 39, 56, .06);
}
.fxdst-discovery {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  justify-items: center;
  margin: 0 0 24px;
  padding: 28px;
  border: 1px solid rgba(143, 170, 190, .32);
  border-radius: 14px;
  background:
    radial-gradient(circle at 12% 12%, rgba(19, 194, 255, .14), transparent 34%),
    radial-gradient(circle at 90% 20%, rgba(36, 224, 164, .12), transparent 32%),
    rgba(255,255,255,.9);
  box-shadow: 0 18px 46px rgba(21, 39, 56, .08);
  overflow: hidden;
}
.fxdst-discovery:before {
  content: none;
}
.fxdst-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 5px 10px;
  border: 1px solid rgba(19, 194, 255, .25);
  border-radius: 999px;
  background: rgba(19, 194, 255, .08);
  color: #087ea4;
  font-size: 12px;
  letter-spacing: .02em;
}
.sites-list {
  text-align: left;
}
.sites-list > .row {
  justify-content: flex-start;
}
.fxdst-discovery-copy h1 {
  margin: 0 0 10px;
  color: var(--fxdst-text);
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}
.fxdst-discovery-copy p {
  max-width: 820px;
  margin: 0;
  color: var(--fxdst-muted);
  line-height: 1.75;
  text-align: center;
}
.fxdst-tool-search {
  display: flex;
  width: min(780px, 100%);
  max-width: 780px;
  border: 1px solid rgba(19, 194, 255, .25);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(19, 194, 255, .11);
  overflow: hidden;
}
.fxdst-tool-search input {
  flex: 1;
  min-width: 0;
  height: 48px;
  padding: 0 16px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--fxdst-text);
}
.fxdst-tool-search button {
  width: 58px;
  border: 0;
  background: linear-gradient(135deg, var(--fxdst-accent), var(--fxdst-accent-2));
  color: #061015;
}
.fxdst-topic-links,
.fxdst-filter-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: min(780px, 100%);
}
.fxdst-topic-links a,
.fxdst-filter-links a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 7px;
  padding: 0 13px;
  border: 1px solid rgba(143, 170, 190, .3);
  border-radius: 8px;
  background: rgba(255,255,255,.82);
  color: #314254;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(21, 39, 56, .05);
}
.fxdst-topic-links a:hover,
.fxdst-filter-links a:hover {
  border-color: rgba(19, 194, 255, .45);
  color: #087ea4;
}
.page-container .main-content .navbar.user-info-navbar,
.panel.panel-default,
.s-search,
.xe-widget.xe-conversations,
.ad,
.nothing {
  border: 1px solid rgba(143, 170, 190, .32);
  background: var(--fxdst-panel);
  box-shadow: 0 16px 40px rgba(21, 39, 56, .07);
  backdrop-filter: blur(10px);
}
.s-search {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border-radius: 10px;
}
.s-search:before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--fxdst-accent), var(--fxdst-accent-2), var(--fxdst-accent-3));
}
#super-search-fm {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(19, 194, 255, .11);
}
#super-search-fm input {
  color: var(--fxdst-text);
}
#super-search-fm button {
  background: linear-gradient(135deg, var(--fxdst-accent), var(--fxdst-accent-2));
  color: #061015;
  border-radius: 0 8px 8px 0;
}
.search-type label,
.s-type-list label {
  border-radius: 999px;
}
.search-type input:checked+label,
.search-type label:hover,
.s-type-list label:hover {
  background: rgba(19, 194, 255, .1);
  color: #0e8eb8;
}
h4.text-gray {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  margin-bottom: 14px;
  color: var(--fxdst-text) !important;
  font-weight: 600;
}
h4.text-gray:after {
  content: "";
  display: inline-block;
  width: 56px;
  height: 2px;
  margin-left: 4px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--fxdst-accent), var(--fxdst-accent-2));
}
h4.text-gray i {
  color: #0ea5c7;
}
.btn-move {
  border: 1px solid rgba(19, 194, 255, .28);
  border-radius: 999px;
  padding: 4px 10px;
  background: rgba(19, 194, 255, .08);
  color: #087ea4;
}
.btn-move:hover {
  border-color: rgba(36, 224, 164, .55);
  background: rgba(36, 224, 164, .12);
  color: #05785d;
}
.xe-card {
  margin-bottom: 20px;
}
.xe-widget.xe-conversations {
  border-radius: 10px;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.xe-widget.xe-conversations:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(19, 194, 255, .08), transparent 38%, rgba(36, 224, 164, .06));
  opacity: 0;
  transition: opacity 180ms ease;
}
.xe-widget.xe-conversations:hover {
  transform: translateY(-3px);
  border-color: rgba(19, 194, 255, .45);
  box-shadow: 0 18px 42px rgba(19, 59, 84, .14);
}
.xe-widget.xe-conversations:hover:before {
  opacity: 1;
}
.xe-comment-entry .xe-user-img img {
  border: 1px solid rgba(19, 194, 255, .22);
  background: #fff;
  box-shadow: 0 8px 18px rgba(17, 37, 51, .09);
}
.xe-comment .xe-user-name strong,
.site-name {
  color: var(--fxdst-text);
}
.xe-comment p,
.site-body p,
.fxdst-tool-article {
  color: var(--fxdst-muted);
}
.btn,
.btn.btn-arrow {
  border: 0;
  border-radius: 8px;
}
.btn.btn-arrow,
.site-go .btn-arrow:first-child {
  background: linear-gradient(135deg, var(--fxdst-accent), var(--fxdst-accent-2));
  color: #061015;
  box-shadow: 0 12px 28px rgba(19, 194, 255, .18);
}
.site-go .btn-arrow + .btn-arrow {
  background: #eef4f8;
  color: #314254;
  box-shadow: none;
}
.btn-cat {
  border-radius: 999px;
  background: rgba(19, 194, 255, .1);
  color: #0e8eb8;
}
.siteico {
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 42%, rgba(19, 194, 255, .2), transparent 34%),
    linear-gradient(135deg, #f8fbff, #eaf3f8);
  box-shadow: 0 20px 44px rgba(17, 37, 51, .1);
}
.panel.panel-default {
  border-radius: 12px;
}
.fxdst-tool-article h2 {
  color: var(--fxdst-text);
}
.fxdst-tool-article h2:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--fxdst-accent);
  box-shadow: 0 0 0 4px rgba(19, 194, 255, .12);
  vertical-align: middle;
}
footer.main-footer {
  color: #6d7a86;
}
@media (max-width: 767px) {
  body.page-body:before {
    background-size: 24px 24px;
  }
  .page-container .sidebar-menu .sidebar-menu-inner .logo-env {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sidebar-menu .logo-env .logo-expanded img {
    height: 42px !important;
    max-width: 160px;
  }
  .page-container .main-content {
    padding: 18px;
  }
  .fxdst-discovery {
    padding: 18px;
  }
  .fxdst-discovery-copy h1 {
    font-size: 22px;
  }
  .fxdst-tool-search {
    max-width: none;
  }
  .s-search {
    padding: 14px;
  }
  h4.text-gray:after {
    width: 34px;
  }
}

.fxdst-404-panel {
  position: relative;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  margin: 24px 0;
  padding: 44px;
  border: 1px solid rgba(143, 170, 190, .32);
  border-radius: 16px;
  background:
    radial-gradient(circle at 12% 16%, rgba(19, 194, 255, .18), transparent 34%),
    radial-gradient(circle at 82% 20%, rgba(36, 224, 164, .14), transparent 32%),
    rgba(255, 255, 255, .92);
  box-shadow: 0 24px 60px rgba(21, 39, 56, .1);
  overflow: hidden;
}
.fxdst-404-panel:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(25, 46, 64, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25, 46, 64, .04) 1px, transparent 1px);
  background-size: 28px 28px;
}
.fxdst-404-code,
.fxdst-404-copy {
  position: relative;
  z-index: 1;
}
.fxdst-404-code {
  display: grid;
  min-height: 180px;
  place-items: center;
  border: 1px solid rgba(19, 194, 255, .32);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(16, 24, 32, .96), rgba(21, 35, 45, .96));
  color: #dffaff;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 2px;
  text-shadow: 0 0 24px rgba(19, 194, 255, .42);
  box-shadow: inset 0 0 28px rgba(19, 194, 255, .16), 0 18px 40px rgba(16, 24, 32, .16);
}
.fxdst-404-kicker {
  margin: 0 0 10px;
  color: #0e8eb8;
  font-weight: 600;
}
.fxdst-404-copy h1 {
  margin: 0 0 14px;
  color: var(--fxdst-text);
  font-size: 32px;
  line-height: 1.25;
}
.fxdst-404-copy p {
  max-width: 680px;
  color: var(--fxdst-muted);
  line-height: 1.8;
}
.fxdst-404-search {
  display: flex;
  max-width: 620px;
  margin-top: 24px;
  border: 1px solid rgba(19, 194, 255, .24);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(19, 194, 255, .1);
  overflow: hidden;
}
.fxdst-404-search input {
  flex: 1;
  min-width: 0;
  height: 48px;
  padding: 0 16px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--fxdst-text);
}
.fxdst-404-search button {
  width: 58px;
  border: 0;
  background: linear-gradient(135deg, var(--fxdst-accent), var(--fxdst-accent-2));
  color: #061015;
}
.fxdst-404-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}
.fxdst-404-actions a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 8px;
  text-decoration: none;
}
.fxdst-404-primary {
  background: linear-gradient(135deg, var(--fxdst-accent), var(--fxdst-accent-2));
  color: #061015;
  box-shadow: 0 12px 28px rgba(19, 194, 255, .16);
}
.fxdst-404-secondary {
  border: 1px solid rgba(19, 194, 255, .26);
  background: rgba(255, 255, 255, .74);
  color: #087ea4;
}
.fxdst-404-categories {
  margin: 22px 0 40px;
}
.fxdst-404-categories h2 {
  margin: 0 0 14px;
  color: var(--fxdst-text);
  font-size: 20px;
}
.fxdst-404-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}
.fxdst-404-grid a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 14px;
  border: 1px solid rgba(143, 170, 190, .32);
  border-radius: 10px;
  background: rgba(255, 255, 255, .9);
  color: var(--fxdst-text);
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(21, 39, 56, .06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.fxdst-404-grid a:hover {
  transform: translateY(-2px);
  border-color: rgba(19, 194, 255, .45);
  box-shadow: 0 18px 38px rgba(19, 59, 84, .12);
}
.fxdst-404-grid i {
  color: #0ea5c7;
}
.fxdst-breadcrumb-wrap {
  width: 100%;
  padding: 0;
  margin: 0 0 16px;
}
.fxdst-breadcrumb {
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.fxdst-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--fxdst-muted);
  font-size: 13px;
  line-height: 1.6;
}
.fxdst-breadcrumb li {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}
.fxdst-breadcrumb li + li::before {
  content: "/";
  margin-right: 6px;
  color: rgba(98, 126, 148, .72);
}
.fxdst-breadcrumb a {
  color: #087ea4;
  text-decoration: none;
}
.fxdst-breadcrumb a:hover {
  color: #06b6d4;
}
.fxdst-breadcrumb span {
  max-width: 360px;
  overflow: hidden;
  color: var(--fxdst-text);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fxdst-discovery .fxdst-breadcrumb-wrap {
  display: flex;
  align-self: start;
  justify-self: stretch;
  justify-content: center;
  width: 100%;
  margin-bottom: 2px;
}
.fxdst-discovery .fxdst-breadcrumb {
  display: inline-flex;
}
.fxdst-discovery .fxdst-breadcrumb ol {
  justify-content: center;
}
.panel.panel-default > .fxdst-breadcrumb-wrap {
  padding: 22px 22px 0;
  margin-bottom: 12px;
}
.panel-body > .fxdst-breadcrumb-wrap {
  margin-bottom: 18px;
}
.s-search > .fxdst-breadcrumb-wrap {
  margin-bottom: 14px;
}
.fxdst-404-panel > .fxdst-breadcrumb-wrap {
  grid-column: 1 / -1;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .fxdst-header-spacer {
    height: 14px;
  }
  .fxdst-breadcrumb-wrap {
    padding: 0;
    margin-top: 0;
    margin-bottom: 12px;
  }
  .fxdst-breadcrumb {
    padding: 0;
  }
  .fxdst-breadcrumb span {
    max-width: 220px;
  }
  .panel.panel-default > .fxdst-breadcrumb-wrap {
    padding: 18px 18px 0;
  }
  .fxdst-404-panel {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px;
  }
  .fxdst-404-code {
    min-height: 120px;
    font-size: 42px;
  }
  .fxdst-404-copy h1 {
    font-size: 24px;
  }
  .fxdst-404-search {
    max-width: none;
  }
}

/* Uniform tool detail typography for sites pages. */
.single-sites .panel-body .mt-4.pt-4.border-top {
  color: #64748b;
  font-size: 15px;
  line-height: 1.85;
}
.single-sites .panel-body .mt-4.pt-4.border-top h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 30px 0 14px;
  color: #182230;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}
.single-sites .panel-body .mt-4.pt-4.border-top h2:first-of-type {
  margin-top: 0;
}
.single-sites .panel-body .mt-4.pt-4.border-top h2::before {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #22c7ee;
  box-shadow: 0 0 0 4px rgba(34, 199, 238, .16);
}
.single-sites .panel-body .mt-4.pt-4.border-top p {
  margin: 0 0 13px;
  color: #6b7280;
  line-height: 1.9;
}
.single-sites .panel-body .mt-4.pt-4.border-top ul {
  margin: 0 0 24px 22px;
  padding: 0;
}
.single-sites .panel-body .mt-4.pt-4.border-top li {
  margin: 0 0 8px;
  padding-left: 0;
  color: #64748b;
  line-height: 1.85;
}
.single-sites .panel-body .mt-4.pt-4.border-top li::marker {
  color: #64748b;
  font-size: .95em;
}
.single-sites .panel-body .mt-4.pt-4.border-top p:last-child {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .single-sites .panel-body .mt-4.pt-4.border-top {
    font-size: 14px;
  }
  .single-sites .panel-body .mt-4.pt-4.border-top h2 {
    gap: 9px;
    margin: 26px 0 12px;
    font-size: 20px;
  }
}
