/* HuntBee sitemap */

.hb-theme #information-sitemap.hb-sitemap-page {
  padding-top: 22px;
  padding-bottom: 64px;
}

.hb-theme .hb-sitemap-main {
  min-width: 0;
}

.hb-theme .hb-sitemap-hero {
  margin-bottom: 20px;
  padding: 30px 32px;
  border: 1px solid #e3ded4;
  border-radius: 13px;
  background: linear-gradient(135deg, #fff 0%, #faf8f2 100%);
  box-shadow: 0 8px 24px rgba(17,24,32,.04);
}

.hb-theme .hb-sitemap-kicker,
.hb-theme .hb-sitemap-card-head span {
  display: block;
  margin-bottom: 5px;
  color: #1594aa;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.hb-theme .hb-sitemap-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(34px, 3.4vw, 44px);
  line-height: 1.08;
}

.hb-theme .hb-sitemap-hero p {
  max-width: 760px;
  margin: 0;
  color: #65707a;
  font-size: 15px;
  line-height: 1.65;
}

.hb-theme .hb-sitemap-card {
  margin-bottom: 20px;
  padding: 24px;
  border: 1px solid #e3ded4;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(17,24,32,.035);
}

.hb-theme .hb-sitemap-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 19px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ece8df;
}

.hb-theme .hb-sitemap-card-head h2 {
  margin: 0;
  color: #111820;
  font-size: 22px;
  line-height: 1.25;
}

.hb-theme .hb-sitemap-card-head > i {
  display: inline-flex;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: #edf8f9;
  color: #1594aa;
  font-size: 15px;
}

.hb-theme .hb-sitemap-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hb-theme .hb-sitemap-category {
  min-width: 0;
  padding: 15px;
  border: 1px solid #ebe7de;
  border-radius: 9px;
  background: #faf9f5;
}

.hb-theme .hb-sitemap-category-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  color: #202933;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.hb-theme .hb-sitemap-category-title i {
  flex: 0 0 auto;
  color: #d99a00;
  font-size: 12px;
}

.hb-theme .hb-sitemap-category-title:hover,
.hb-theme .hb-sitemap-category-title:focus {
  color: #8a5e00;
}

.hb-theme .hb-sitemap-category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hb-theme .hb-sitemap-category li {
  margin: 0;
}

.hb-theme .hb-sitemap-category li > a {
  display: block;
  padding: 6px 0;
  color: #64707a;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}

.hb-theme .hb-sitemap-category li > a:hover,
.hb-theme .hb-sitemap-category li > a:focus {
  color: #111820;
}

.hb-theme .hb-sitemap-category li > ul {
  margin: 2px 0 5px;
  padding-left: 13px;
  border-left: 2px solid #e8e3d9;
}

.hb-theme .hb-sitemap-category li > ul a {
  padding: 4px 0;
  color: #7c868e;
  font-size: 12px;
  font-weight: 500;
}

.hb-theme .hb-sitemap-utility-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.hb-theme .hb-sitemap-utility-grid .hb-sitemap-card {
  height: calc(100% - 20px);
}

.hb-theme .hb-sitemap-link-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.hb-theme .hb-sitemap-link-list > a,
.hb-theme .hb-sitemap-info-grid > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid #ece8df;
  border-radius: 7px;
  background: #faf9f5;
  color: #53606b;
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
  transition: border-color .15s ease, background .15s ease, color .15s ease;
}

.hb-theme .hb-sitemap-link-list > a i,
.hb-theme .hb-sitemap-info-grid > a i {
  flex: 0 0 auto;
  color: #bbb2a2;
  font-size: 12px;
}

.hb-theme .hb-sitemap-link-list > a:hover,
.hb-theme .hb-sitemap-link-list > a:focus,
.hb-theme .hb-sitemap-info-grid > a:hover,
.hb-theme .hb-sitemap-info-grid > a:focus {
  border-color: #d8d1c3;
  background: #fffaf0;
  color: #111820;
}

.hb-theme .hb-sitemap-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

@media (max-width: 1199px) {
  .hb-theme .hb-sitemap-category-grid,
  .hb-theme .hb-sitemap-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .hb-theme #information-sitemap.hb-sitemap-page {
    padding-top: 16px;
    padding-bottom: 42px;
  }

  .hb-theme .hb-sitemap-hero {
    padding: 24px 20px;
  }

  .hb-theme .hb-sitemap-hero h1 {
    font-size: 30px;
  }

  .hb-theme .hb-sitemap-card {
    padding: 20px;
  }

  .hb-theme .hb-sitemap-category-grid,
  .hb-theme .hb-sitemap-utility-grid,
  .hb-theme .hb-sitemap-link-list,
  .hb-theme .hb-sitemap-info-grid {
    grid-template-columns: 1fr;
  }

  .hb-theme .hb-sitemap-card-head h2 {
    font-size: 20px;
  }
}