@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;500;600;700;900&display=swap");

:root {
  --hha-ink: #111;
  --hha-soft: #6f6f6f;
  --hha-line: #dedede;
  --hha-paper: #fff;
  --hha-mist: #f6f6f6;
  --hha-serif: "Noto Serif SC", "Source Han Serif SC", "Source Han Serif CN", "思源宋体", "思源宋体 CN", "Songti SC", "STSong", serif;
}

body.category,
body.search,
body.page.hh-custom-header-page {
  padding-top: 0 !important;
}

.hh-custom-header-page .header,
.hh-custom-header-page .mobile-header,
.hh-custom-header-page .header-space,
.hh-custom-header-page .header-placeholder,
.hh-custom-header-page .header-search-slide,
.hh-custom-header-page .page-header {
  display: none !important;
}

body.category .header,
body.category .mobile-header,
body.category .header-space,
body.category .header-placeholder,
body.category .header-search-slide,
body.category .page-header,
body.search .header,
body.search .mobile-header,
body.search .header-space,
body.search .header-placeholder,
body.search .header-search-slide,
body.search .page-header {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page.hh-custom-header-page .header,
body.page.hh-custom-header-page .mobile-header,
body.page.hh-custom-header-page .header-space,
body.page.hh-custom-header-page .header-placeholder,
body.page.hh-custom-header-page .header-search-slide,
body.page.hh-custom-header-page .page-header {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.hh-site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid #ececec;
}

.hh-site-header-inner {
  width: min(1240px, calc(100% - 56px));
  margin: 0 auto;
  padding: 8px 0 8px;
  display: grid;
  grid-template-columns: auto minmax(260px, 420px) minmax(0, 1fr) auto;
  gap: 8px 24px;
  align-items: center;
}

.hh-site-logo {
  display: flex;
  align-items: center;
  width: 144px;
  height: 54px;
  overflow: hidden;
}

.hh-site-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.hh-site-search {
  grid-column: 2;
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px 0 16px;
  border: 1px solid #ececec;
  background: #f5f5f5;
}

.hh-site-search-icon {
  color: #777;
  font-size: 22px;
  line-height: 1;
}

.hh-site-search input {
  flex: 1;
  min-width: 0;
  height: 42px;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  box-shadow: none !important;
}

.hh-site-search input::placeholder {
  color: #8d8d8d;
}

.hh-site-search button {
  flex: 0 0 auto;
  height: 32px;
  padding: 0 10px;
  border: 0;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.hh-site-account {
  grid-column: 4;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.hh-zibll-account .navbar-form,
.hh-zibll-account .navbar-right {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.hh-zibll-account .show-nav-but {
  display: none !important;
}

.hh-zibll-account .nav-search-btn,
.hh-zibll-account .main-search-btn {
  display: none !important;
}

.hh-zibll-account .list-inline > li:has(.nav-search-btn),
.hh-zibll-account .list-inline > li:has(.main-search-btn) {
  display: none !important;
}

.hh-zibll-account,
.hh-zibll-account .list-inline,
.hh-zibll-account .navbar-but,
.hh-zibll-account .flex.ac {
  display: flex !important;
  align-items: center;
  gap: 8px;
}

.hh-zibll-account .list-inline {
  margin: 0 !important;
}

.hh-zibll-account .list-inline > li {
  padding: 0 !important;
}

.hh-zibll-account .but,
.hh-zibll-account .btn {
  min-height: 32px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 10px !important;
  border: 1px solid #e6e6e6 !important;
  background: #fff !important;
  color: #111 !important;
  box-shadow: none !important;
}

.hh-zibll-account .payvip-icon {
  background: #111 !important;
  color: #fff !important;
  border-color: #111 !important;
}

.hh-zibll-account .hover-show,
.hh-zibll-account .list-inline > li {
  position: relative;
}

.hh-zibll-account .sub-menu,
.hh-zibll-account .hover-show-con {
  position: absolute !important;
  top: calc(100% + 10px) !important;
  right: 0 !important;
  left: auto !important;
  z-index: 90;
  min-width: 280px;
  display: block !important;
  margin: 0 !important;
  padding: 10px !important;
  border: 1px solid #e6e6e6 !important;
  background: #fff !important;
  box-shadow: 0 18px 40px rgba(0,0,0,.12) !important;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

.hh-zibll-account .hover-show:hover > .hover-show-con,
.hh-zibll-account .hover-show:focus-within > .hover-show-con,
.hh-zibll-account .list-inline > li:hover > .sub-menu,
.hh-zibll-account .list-inline > li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.hh-zibll-account .sub-vip-card {
  width: min(620px, calc(100vw - 40px));
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hh-zibll-account .sub-user-box {
  width: 360px;
  max-width: calc(100vw - 40px);
}

body .hh-site-header .hh-zibll-account ul.sub-menu,
body .hh-site-header .hh-zibll-account div.hover-show-con {
  position: absolute !important;
  top: calc(100% + 10px) !important;
  right: 0 !important;
  left: auto !important;
  display: block !important;
  height: auto !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body .hh-site-header .hh-zibll-account .hover-show:hover > div.hover-show-con,
body .hh-site-header .hh-zibll-account .hover-show:focus-within > div.hover-show-con,
body .hh-site-header .hh-zibll-account .list-inline > li:hover > ul.sub-menu,
body .hh-site-header .hh-zibll-account .list-inline > li:focus-within > ul.sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.hh-site-account .menu-link,
.hh-member-link,
.hh-nav-link,
.hh-nav-dropdown a {
  color: #181818 !important;
  text-decoration: none;
}

.hh-site-account .menu-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 800;
}

.hh-member-link {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  background: #111;
  color: #fff !important;
  font-size: 14px;
  font-weight: 900;
}

.hh-site-nav {
  grid-column: 1 / -1;
  grid-row: 2;
  display: flex;
  align-items: center;
  gap: 34px;
  min-width: 0;
  white-space: nowrap;
}

.hh-nav-item {
  position: relative;
}

.hh-nav-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 800;
}

.hh-nav-item.has-dropdown > .hh-nav-link::after {
  content: "⌄";
  color: #888;
  font-size: 13px;
  transform: translateY(-1px);
}

.hh-nav-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  min-width: 190px;
  padding: 10px;
  display: grid;
  gap: 2px;
  border: 1px solid #e8e8e8;
  background: #fff;
  box-shadow: 0 16px 34px rgba(0,0,0,.10);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

.hh-nav-dropdown.is-wide {
  min-width: 240px;
}

.hh-nav-dropdown a {
  padding: 10px 12px;
  color: #333 !important;
  font-size: 14px;
  font-weight: 700;
}

.hh-nav-dropdown .hh-nav-dropdown-head {
  margin-top: 8px;
  border-top: 1px solid #ececec;
  color: #111 !important;
  font-weight: 900;
}

.hh-nav-dropdown .hh-nav-dropdown-head:first-child {
  margin-top: 0;
  border-top: 0;
}

.hh-nav-dropdown a:hover {
  background: #f6f6f6;
}

.hh-nav-item:hover .hh-nav-dropdown,
.hh-nav-item:focus-within .hh-nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.hh-archive {
  color: var(--hha-ink);
  background: var(--hha-paper);
  font-family: var(--hha-serif);
  padding: 0 max(24px, 6vw) 94px;
}

.hh-archive *,
.hh-archive *::before,
.hh-archive *::after {
  border-radius: 0 !important;
}

.hh-archive a {
  color: inherit;
  text-decoration: none;
}

.hh-archive-hero,
.hh-archive-filter,
.hh-archive-grid,
.hh-archive-pagination,
.hh-archive-empty {
  width: min(1180px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.hh-search-panel {
  width: min(1180px, 100%);
  margin: 22px auto 30px;
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid var(--hha-line);
}

.hh-search-page-form {
  min-height: 48px;
  display: flex;
  border: 1px solid #111;
  background: #fff;
}

.hh-search-page-form input {
  flex: 1;
  min-width: 0;
  padding: 0 16px;
  border: 0 !important;
  background: transparent !important;
  color: #111;
  font-size: 15px;
  font-weight: 800;
  box-shadow: none !important;
}

.hh-search-page-form button {
  width: 92px;
  border: 0;
  border-left: 1px solid #111;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.hh-search-tabs {
  display: flex;
  gap: 8px;
}

.hh-search-tabs a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid var(--hha-line);
  color: var(--hha-soft);
  font-size: 13px;
  font-weight: 900;
}

.hh-search-tabs a.active {
  border-color: #111;
  background: #111;
  color: #fff;
}

.hh-search-resource-card {
  padding: 0;
  border: 1px solid var(--hha-line);
}

.hh-search-results .hh-archive-resource-cover {
  aspect-ratio: 16 / 9;
}

.hh-search-results .hh-archive-resource-body {
  padding: 14px;
  justify-items: start;
  text-align: left;
}

.hh-zibll-search-wrap {
  width: min(1180px, calc(100% - 64px));
  margin: 24px auto 0;
  color: #111;
}

.hh-zibll-search-wrap *,
.hh-zibll-search-wrap *::before,
.hh-zibll-search-wrap *::after {
  border-radius: 0 !important;
}

.hh-zibll-search-wrap .zib-widget,
.hh-zibll-search-wrap .theme-box,
.hh-zibll-search-wrap .ajaxpager,
.hh-zibll-search-wrap .posts-item,
.hh-zibll-search-wrap .author-minicard {
  background: #fff !important;
  border-color: var(--hha-line) !important;
  box-shadow: none !important;
}

.hh-zibll-search-box {
  width: min(980px, 100%);
  margin-bottom: 18px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 18px !important;
  border: 1px solid #111 !important;
}

.hh-zibll-search-wrap .search-keywords,
.hh-zibll-search-wrap .search-history,
.hh-zibll-search-wrap [class*="history-search"],
.hh-zibll-search-wrap [class*="search-history"] {
  display: none !important;
}

.hh-zibll-search-wrap .main-search,
.hh-zibll-search-wrap .page-search-box {
  margin: 0 !important;
}

.hh-zibll-search-wrap .search-input,
.hh-zibll-search-wrap .line-form-input,
.hh-zibll-search-wrap input[type="text"],
.hh-zibll-search-wrap input[type="search"] {
  background: #fff !important;
  color: #111 !important;
  border-color: var(--hha-line) !important;
  box-shadow: none !important;
}

.hh-zibll-search-wrap .search-page-ajaxpager {
  width: min(1180px, 100%);
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px 18px;
}

.hh-zibll-search-wrap .ajax-item-header {
  grid-column: 1 / -1;
  display: grid;
  gap: 12px;
}

.hh-zibll-search-wrap .search-desc-text {
  margin: 0 !important;
  color: var(--hha-soft) !important;
  font-size: 14px !important;
  font-weight: 800;
}

.hh-zibll-search-wrap .search-desc-text b,
.hh-zibll-search-wrap .focus-color {
  color: #111 !important;
}

.hh-zibll-search-wrap .search-tab-header {
  margin: 0 !important;
  padding: 12px !important;
  display: grid;
  gap: 12px;
  border: 1px solid var(--hha-line) !important;
  background: #fff !important;
}

.hh-zibll-search-wrap .tab-nav-theme {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.hh-zibll-search-wrap .tab-nav-theme li {
  margin: 0 8px 0 0 !important;
}

.hh-zibll-search-wrap .tab-nav-theme a,
.hh-zibll-search-wrap .tab-nav-theme .active a {
  min-height: 34px;
  display: inline-flex !important;
  align-items: center;
  padding: 0 14px !important;
  border: 1px solid var(--hha-line);
  background: #fff !important;
  color: var(--hha-soft) !important;
  font-size: 13px;
  font-weight: 900;
}

.hh-zibll-search-wrap .tab-nav-theme .active a {
  border-color: #111;
  background: #111 !important;
  color: #fff !important;
}

.hh-zibll-search-wrap .search-tab-filter,
.hh-zibll-search-wrap .search-filter-item {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hh-zibll-search-wrap .search-filter-item {
  margin: 0 !important;
}

.hh-zibll-search-wrap .search-filter-orderby {
  display: none !important;
}

.hh-zibll-search-wrap .search-filter-item > span:first-child {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  color: var(--hha-soft) !important;
  font-size: 12px;
  font-weight: 900;
  opacity: 1 !important;
}

.hh-zibll-search-wrap .search-filter-item a,
.hh-zibll-search-wrap .search-filter-item > span:not(:first-child) {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid var(--hha-line);
  background: #fff;
  color: var(--hha-soft) !important;
  font-size: 12px;
  font-weight: 900;
}

.hh-zibll-search-wrap .search-filter-item > span:not(:first-child) {
  border-color: #111;
  background: #111;
  color: #fff !important;
}

.hh-zibll-search-wrap .posts-row {
  margin: 0 !important;
}

.hh-zibll-search-wrap .posts-item {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  height: 100%;
  margin: 0 !important;
  border: 1px solid var(--hha-line) !important;
  overflow: hidden;
}

.hh-zibll-search-wrap posts.posts-item.card.ajax-item.style3,
.hh-zibll-search-wrap .posts-item.card.ajax-item.style3 {
  display: grid !important;
  grid-template-rows: auto 1fr;
  padding: 0 !important;
}

.hh-zibll-search-wrap .posts-item .item-thumbnail {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #f4f4f4;
}

.hh-zibll-search-wrap .posts-item .item-thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}

.hh-zibll-search-wrap .posts-item .item-thumbnail img,
.hh-zibll-search-wrap .posts-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.hh-zibll-search-wrap .posts-item .item-body {
  min-width: 0;
  padding: 14px 14px 12px !important;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 10px;
}

.hh-zibll-search-wrap .item-heading,
.hh-zibll-search-wrap .item-heading a {
  color: #111 !important;
  font-size: 17px !important;
  line-height: 1.42 !important;
  font-weight: 900 !important;
}

.hh-zibll-search-wrap .item-heading {
  margin: 0 !important;
}

.hh-zibll-search-wrap .item-tags {
  max-height: 34px;
  margin: 0 !important;
  overflow: hidden !important;
  white-space: nowrap;
}

.hh-zibll-search-wrap .item-tags .but {
  min-height: 26px;
  padding: 0 8px !important;
  border: 1px solid #e2e2e2 !important;
  background: #fff !important;
  color: #555 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

.hh-zibll-search-wrap .item-tags .meta-pay {
  border-color: #111 !important;
  background: #111 !important;
  color: #fff !important;
}

.hh-zibll-search-wrap .item-excerpt,
.hh-zibll-search-wrap .item-meta,
.hh-zibll-search-wrap .meta,
.hh-zibll-search-wrap .muted-color,
.hh-zibll-search-wrap .muted-2-color {
  color: var(--hha-soft) !important;
}

.hh-zibll-search-wrap .item-meta {
  min-width: 0;
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1.5;
}

.hh-zibll-search-wrap .item-meta .meta-author {
  min-width: 0;
}

.hh-zibll-search-wrap .item-meta .meta-right {
  display: flex;
  gap: 8px;
  white-space: nowrap;
}

.hh-zibll-search-wrap .item-meta .avatar-mini {
  width: 24px !important;
  height: 24px !important;
}

.hh-zibll-search-wrap .item-meta .avatar-mini img {
  width: 24px !important;
  height: 24px !important;
  object-fit: cover;
}

.hh-zibll-search-wrap .theme-pagination,
.hh-zibll-search-wrap .ajax-pag,
.hh-zibll-search-wrap .post_ajax_loader {
  grid-column: 1 / -1;
  margin-top: 22px !important;
}

.hh-archive-hero {
  margin-top: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 128px;
  gap: 34px;
  align-items: end;
  padding-bottom: 28px;
  border-bottom: 1px solid #111;
}

.hh-archive-hero p {
  margin: 0 0 9px;
  color: var(--hha-soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hh-archive-hero h1 {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px);
  line-height: .98;
  font-weight: 900;
  letter-spacing: -.05em;
}

.hh-archive-desc {
  max-width: 640px;
  margin-top: 18px;
  color: var(--hha-soft);
  font-size: 15px;
  line-height: 1.8;
  font-weight: 700;
}

.hh-archive-count {
  min-height: 128px;
  display: grid;
  place-content: center;
  border: 1px solid #111;
  text-align: center;
}

.hh-archive-count b {
  font-size: 34px;
  line-height: 1;
}

.hh-archive-count span {
  margin-top: 8px;
  color: var(--hha-soft);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hh-archive-filter {
  margin-top: 22px;
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--hha-line);
}

.hh-archive-filter-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 14px;
}

.hh-archive-filter-head > span {
  color: var(--hha-soft);
  font-size: 13px;
  font-weight: 900;
}

.hh-archive-sort {
  display: flex;
  gap: 8px;
}

.hh-archive-sort a,
.hh-archive-tags a,
.hh-archive-tags span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid var(--hha-line);
  background: #fff;
  color: var(--hha-soft);
  font-size: 13px;
  font-weight: 900;
}

.hh-archive-tags span {
  cursor: default;
}

.hh-archive-sort a.active,
.hh-archive-tags a.active {
  border-color: #111;
  background: #111;
  color: #fff;
}

.hh-archive-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.hh-archive-grid {
  display: grid;
}

.hh-archive-grid.is-course {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hh-archive-grid.is-resource {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 18px;
}

.hh-archive-course-card,
.hh-archive-resource-card {
  display: grid;
  background: #fff;
}

.hh-archive-course-card {
  border: 1px solid var(--hha-line);
  box-shadow: 0 12px 28px rgba(0,0,0,.055);
}

.hh-archive-course-cover {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--hha-mist);
}

.hh-archive-course-cover img,
.hh-archive-resource-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}

.hh-archive-course-card:hover img,
.hh-archive-resource-card:hover img {
  transform: scale(1.035);
}

.hh-archive-course-body {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.hh-archive-course-body div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.hh-archive-course-body div span {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border: 1px solid var(--hha-line);
  color: var(--hha-soft);
  font-size: 12px;
  font-weight: 900;
}

.hh-archive-course-body h2,
.hh-archive-resource-body h2 {
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 900;
}

.hh-archive-resource-body em {
  display: -webkit-box;
  color: #858585;
  font-size: 12px;
  line-height: 1.55;
  font-style: normal;
  font-weight: 700;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
}

.hh-archive-course-body p {
  min-height: 48px;
  margin: 0;
  color: var(--hha-soft);
  font-size: 13px;
  line-height: 1.7;
  font-weight: 700;
}

.hh-archive-course-body footer {
  color: var(--hha-soft);
  font-size: 12px;
  font-weight: 900;
}

.hh-archive-resource-card {
  text-align: center;
}

.hh-archive-resource-cover {
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 1px solid var(--hha-line);
  background: var(--hha-mist);
}

.hh-archive-resource-body {
  display: grid;
  justify-items: center;
  gap: 7px;
  padding: 12px 4px 0;
}

.hh-archive-resource-body strong {
  font-size: 15px;
  line-height: 1.2;
}

.hh-archive-resource-body span {
  color: var(--hha-soft);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 800;
}

.hh-archive-pagination {
  margin-top: 42px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.hh-archive-pagination .page-numbers {
  min-width: 38px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid var(--hha-line);
  color: var(--hha-soft);
  font-size: 13px;
  font-weight: 900;
}

.hh-archive-pagination .current {
  border-color: #111;
  background: #111;
  color: #fff;
}

.hh-archive-empty {
  padding: 42px;
  border: 1px solid var(--hha-line);
  background: var(--hha-mist);
  color: var(--hha-soft);
  text-align: center;
  font-weight: 900;
}

.hh-guide {
  min-height: 100vh;
  color: var(--hha-ink);
  background: #fff;
  font-family: var(--hha-serif);
  padding-bottom: 88px;
}

.hh-guide *,
.hh-guide *::before,
.hh-guide *::after {
  border-radius: 0 !important;
}

.hh-guide a {
  color: inherit;
  text-decoration: none;
}

.hh-guide-hero,
.hh-guide-layout {
  width: min(1120px, calc(100% - 64px));
  margin-left: auto;
  margin-right: auto;
}

.hh-guide-hero {
  margin-top: 34px;
  padding: 46px 0 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 56px;
  align-items: end;
  border-bottom: 1px solid #111;
}

.hh-guide-hero p,
.hh-guide-num,
.hh-guide-side-card h2 {
  margin: 0;
  color: #777;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hh-guide-hero h1 {
  margin: 12px 0 18px;
  color: #111;
  font-size: clamp(46px, 7vw, 86px);
  line-height: .95;
  font-weight: 900;
  letter-spacing: -.06em;
}

.hh-guide-lead {
  max-width: 720px;
  color: #333;
  font-size: 17px;
  line-height: 2;
  font-weight: 700;
}

.hh-guide-quick-card {
  padding: 22px 0 0;
  border-top: 1px solid #111;
}

.hh-guide-quick-card span,
.hh-guide-quick-card em {
  display: block;
  color: #777;
  font-size: 12px;
  line-height: 1.7;
  font-style: normal;
  font-weight: 800;
}

.hh-guide-quick-card strong {
  display: block;
  margin: 6px 0 8px;
  color: #111;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .02em;
}

.hh-guide-layout {
  margin-top: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 56px;
  align-items: start;
}

.hh-guide-article {
  display: grid;
  gap: 28px;
}

.hh-guide-block {
  position: relative;
  padding: 0 0 34px 92px;
  border-bottom: 1px solid var(--hha-line);
}

.hh-guide-num {
  position: absolute;
  top: 9px;
  left: 0;
  color: #111;
}

.hh-guide-block h2 {
  margin: 0 0 14px;
  color: #111;
  font-size: 25px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: -.03em;
}

.hh-guide-block p,
.hh-guide-block li,
.hh-guide-faq dd,
.hh-guide-side-card p {
  color: #3e3e3e;
  font-size: 15px;
  line-height: 2;
  font-weight: 700;
}

.hh-guide-block p {
  margin: 0 0 18px;
}

.hh-guide-block ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.hh-guide-block li {
  position: relative;
  padding-left: 20px;
}

.hh-guide-block li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #111;
}

.hh-guide-cards,
.hh-guide-prices {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--hha-line);
  border-right: 0;
}

.hh-guide-cards div,
.hh-guide-prices div {
  min-height: 132px;
  padding: 20px;
  display: grid;
  align-content: start;
  gap: 12px;
  border-right: 1px solid var(--hha-line);
  background: #fff;
}

.hh-guide-cards b,
.hh-guide-prices b {
  color: #111;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 900;
}

.hh-guide-cards span,
.hh-guide-prices span {
  color: #666;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 700;
}

.hh-guide-prices div {
  min-height: 100px;
}

.hh-guide-prices span {
  color: #888;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hh-guide-faq {
  margin: 18px 0 0;
  display: grid;
  gap: 18px;
}

.hh-guide-faq dt {
  color: #111;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 900;
}

.hh-guide-faq dd {
  margin: 6px 0 0;
  color: #555;
}

.hh-guide-block blockquote {
  margin: 24px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #111;
  color: #111;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 900;
}

.hh-guide-side {
  position: sticky;
  top: 122px;
  display: grid;
  gap: 14px;
}

.hh-guide-side-card {
  padding: 20px 0;
  border-top: 1px solid #111;
  border-bottom: 1px solid var(--hha-line);
  background: #fff;
}

.hh-guide-side-card h2 {
  color: #111;
  margin-bottom: 18px;
}

.hh-guide-side-card > a {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ededed;
  color: #222;
  font-size: 14px;
  font-weight: 900;
}

.hh-guide-side-card > a::after {
  content: "→";
  color: #999;
  font-family: serif;
}

.hh-guide-side-card > a:hover {
  color: #777;
}

.hh-guide-side-card p {
  margin: 0;
}

.hh-guide-side-card.is-contact {
  display: grid;
  gap: 12px;
}

.hh-guide-side-card.is-contact p {
  display: grid;
  gap: 4px;
  line-height: 1.45;
}

.hh-guide-side-card.is-contact span {
  color: #888;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hh-guide-side-card.is-contact b,
.hh-guide-side-card.is-contact a {
  color: #111;
  font-size: 14px;
  font-weight: 900;
}

.hh-guide-side-card.is-note p {
  color: #666;
  font-size: 13px;
  line-height: 1.9;
}

@media (max-width: 1050px) {
  .hh-site-header-inner {
    grid-template-columns: auto minmax(220px, 1fr) auto;
    gap: 12px 18px;
  }

  .hh-site-search {
    grid-column: 2;
  }

  .hh-site-account {
    grid-column: 3;
  }

  .hh-site-nav {
    gap: 28px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hh-archive-grid.is-course,
  .hh-archive-grid.is-resource,
  .hh-zibll-search-wrap .search-page-ajaxpager {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hh-guide-hero,
  .hh-guide-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hh-guide-side {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .hh-site-header-inner {
    width: calc(100% - 32px);
    grid-template-columns: auto auto;
    gap: 12px 14px;
    padding: 8px 0;
  }

  .hh-site-logo {
    width: 118px;
    height: 48px;
  }

  .hh-site-search {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .hh-site-account {
    grid-column: 2;
    justify-self: end;
    gap: 12px;
  }

  .hh-site-account .menu-link,
  .hh-member-link,
  .hh-nav-link {
    font-size: 13px;
  }

  .hh-site-nav {
    gap: 22px;
  }

  .hh-archive {
    padding: 0 16px 72px;
  }

  .hh-archive-hero {
    grid-template-columns: 1fr;
  }

  .hh-archive-count {
    min-height: 92px;
  }

  .hh-archive-filter-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .hh-search-panel {
    grid-template-columns: 1fr;
  }

  .hh-archive-grid.is-course,
  .hh-archive-grid.is-resource,
  .hh-zibll-search-wrap .search-page-ajaxpager {
    grid-template-columns: 1fr;
  }

  .hh-archive-resource-card {
    max-width: 280px;
    margin: 0 auto;
  }

  .hh-guide-hero,
  .hh-guide-layout {
    width: calc(100% - 32px);
  }

  .hh-guide-hero {
    margin-top: 18px;
    padding: 32px 0 28px;
  }

  .hh-guide-block {
    padding-left: 0;
  }

  .hh-guide-num {
    position: static;
    display: block;
    margin-bottom: 12px;
  }

  .hh-guide-cards,
  .hh-guide-prices,
  .hh-guide-side {
    grid-template-columns: 1fr;
  }

  .hh-guide-cards,
  .hh-guide-prices {
    border-right: 1px solid var(--hha-line);
    border-bottom: 0;
  }

  .hh-guide-cards div,
  .hh-guide-prices div {
    border-right: 0;
    border-bottom: 1px solid var(--hha-line);
  }
}
