:root {
  --hsnv-ink: #171b22;
  --hsnv-muted: #687181;
  --hsnv-line: #dde2ea;
  --hsnv-paper: #ffffff;
  --hsnv-soft: #f5f7fa;
  --hsnv-red: #e22a42;
  --hsnv-blue: #2468d8;
  --hsnv-green: #16865b;
  --hsnv-page-background: linear-gradient(135deg, #f8f9fb 0%, #eef1f4 52%, #e4e7eb 100%);
}

html,
body,
body #page,
body .site,
body .site-content,
body .content-area,
body .site-main {
  background-color: #eef1f4;
  background-image: var(--hsnv-page-background);
}

body.home .elementor-element-9938190 {
  position: relative;
  left: 50%;
  flex-shrink: 0;
  width: 100vw !important;
  min-width: 100vw;
  max-width: none;
  margin-left: -50vw;
}

body.home .elementor-element-9938190 img {
  display: block;
  width: 100% !important;
  max-width: none;
}

body.home .elementor-element-f6b2afb.elementor-widget-himasugi_affiliate_blocks {
  display: none !important;
}

body.elementor-page .elementor .e-con {
  gap: 8px;
}

body.elementor-page .elementor .e-con.e-parent,
body.elementor-page .elementor .e-con.e-child {
  padding-top: 4px;
  padding-bottom: 4px;
}

body.ast-plain-container.ast-no-sidebar #primary {
  margin-top: 12px;
  margin-bottom: 12px;
}

body.elementor-page .elementor-widget {
  margin-bottom: 0;
}

.hsnv-app-shell,
.hsnv-app-shell *,
.hsnv-app-shell *::before,
.hsnv-app-shell *::after {
  box-sizing: border-box;
}

body .hsnv-app-shell {
  max-width: 1120px;
  margin: 0 auto;
  padding: 8px 10px 14px;
  color: var(--hsnv-ink);
  text-align: center;
}

.hsnv-lead-story,
.hsnv-compact-lead-story,
.hsnv-news-link,
.hsnv-mobile-news-link,
.hsnv-archive-item-link,
.hsnv-related-card {
  text-decoration: none !important;
}

.hsnv-lead-content strong,
.hsnv-compact-lead-content strong,
.hsnv-news-body strong,
.hsnv-mobile-news-body strong,
.hsnv-archive-body strong,
.hsnv-related-card strong {
  text-decoration: underline !important;
}

.hsnv-topbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0 18px;
  border-bottom: 1px solid var(--hsnv-line);
}

.hsnv-eyebrow {
  margin: 0 0 4px;
  color: var(--hsnv-muted);
  font-size: 13px;
}

.hsnv-topbar h1 {
  margin: 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.05;
  letter-spacing: 0;
}

.hsnv-archive-link {
  flex: 0 0 auto;
  color: var(--hsnv-blue);
  font-weight: 700;
  text-decoration: none;
}

.hsnv-lead-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 10px 0;
  justify-content: center;
}

.hsnv-lead-story {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 8px;
  min-width: 0;
  padding: 9px;
  color: inherit;
  text-decoration: none;
  background: var(--hsnv-paper);
  border: 1px solid var(--hsnv-line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(20, 24, 32, 0.08);
}

.hsnv-lead-image,
.hsnv-news-thumb,
.hsnv-related-thumb {
  display: block;
  overflow: hidden;
  background: var(--hsnv-soft);
}

.hsnv-lead-image {
  aspect-ratio: 16 / 9;
  border-radius: 6px;
}

.hsnv-lead-image img,
.hsnv-news-thumb img,
.hsnv-related-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hsnv-card-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 82px;
  place-items: center;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(226, 42, 66, 0.9), rgba(36, 104, 216, 0.86)),
    var(--hsnv-blue);
}

.hsnv-card-placeholder span {
  font-size: 40px;
  font-weight: 900;
}

.hsnv-lead-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}

.hsnv-topic {
  width: fit-content;
  padding: 4px 8px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  background: var(--hsnv-accent, var(--hsnv-red));
  border-radius: 4px;
}

.hsnv-lead-content strong {
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.15;
}

.hsnv-lead-content span:last-child {
  color: var(--hsnv-muted);
  font-size: 15px;
  line-height: 1.7;
  text-decoration: none;
}

.hsnv-tabs {
  display: flex;
  justify-content: center;
  gap: 0;
  overflow-x: auto;
  margin: 0 -10px 8px;
  padding: 6px 10px 0;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--hsnv-line);
  scrollbar-width: none;
}

.hsnv-tabs::-webkit-scrollbar {
  display: none;
}

.hsnv-tab {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 42px;
  margin-right: -8px;
  padding: 0 22px 0 18px;
  color: #424957;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.hsnv-tab::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  content: "";
  background: #eef2f7;
  border: 1px solid var(--hsnv-line);
  border-bottom: 0;
  transform: skewX(-14deg);
  transform-origin: bottom left;
}

.hsnv-tab.is-active {
  color: #ffffff;
}

.hsnv-tab.is-active::before {
  background: var(--hsnv-accent, var(--hsnv-ink));
  border-color: var(--hsnv-accent, var(--hsnv-ink));
}

.hsnv-panel {
  display: none;
}

.hsnv-panel.is-active {
  display: block;
}

.hsnv-news-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  justify-content: center;
}

.hsnv-news-card {
  min-width: 0;
  background: #ffffff;
  border: 1px solid var(--hsnv-line);
  border-radius: 8px;
}

.hsnv-news-link {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 8px;
  min-height: 128px;
  padding: 7px;
  color: inherit;
  text-decoration: none;
}

.hsnv-news-thumb {
  aspect-ratio: 1 / 1;
  border-radius: 6px;
}

.hsnv-news-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  text-align: center;
}

.hsnv-news-meta {
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--hsnv-muted);
  font-size: 12px;
  font-weight: 800;
}

.hsnv-category-label {
  color: var(--hsnv-accent, var(--hsnv-green));
}

.hsnv-news-body strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--hsnv-ink);
  font-size: 16px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.hsnv-news-excerpt {
  display: -webkit-box;
  overflow: hidden;
  color: var(--hsnv-muted);
  font-size: 13px;
  line-height: 1.55;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hsnv-more-row {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.hsnv-more-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 16px;
  color: var(--hsnv-blue);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid var(--hsnv-line);
  border-radius: 6px;
}

.hsnv-more-link:hover {
  border-color: var(--hsnv-blue);
}

.hsnv-empty-state {
  margin: 10px 0;
  padding: 16px;
  background: var(--hsnv-soft);
  border: 1px solid var(--hsnv-line);
  border-radius: 8px;
}

.hsnv-empty-state-small {
  margin-top: 6px;
  padding: 10px;
}

.hsnv-compact-lead-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin: 6px 0;
}

.hsnv-compact-pager {
  position: relative;
  isolation: isolate;
}

.hsnv-compact-pager .hsnv-compact-lead-story {
  display: none;
}

.hsnv-compact-pager .hsnv-compact-lead-story.is-active {
  display: grid;
}

.hsnv-compact-pager .hsnv-compact-lead-story.is-active.is-entering {
  animation: hsnvPagerSlideNext 0.86s cubic-bezier(0.16, 1, 0.3, 1) both;
  will-change: opacity, transform;
}

.hsnv-compact-pager[data-hsnv-slide-direction="prev"] .hsnv-compact-lead-story.is-active.is-entering {
  animation-name: hsnvPagerSlidePrev;
}

@keyframes hsnvPagerSlideNext {
  from {
    opacity: 0;
    transform: translateX(54px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes hsnvPagerSlidePrev {
  from {
    opacity: 0;
    transform: translateX(-54px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.hsnv-compact-page-button {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #ffffff;
  font: inherit;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  background: #111827;
  border: 2px solid #ffffff;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.22);
  cursor: pointer;
  opacity: 0.92;
  transform: translateY(-50%) scale(0.96);
  transition: opacity 0.16s ease, transform 0.16s ease, background-color 0.16s ease;
}

.hsnv-compact-pager:hover .hsnv-compact-page-button:not([disabled]),
.hsnv-compact-page-button:focus-visible {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.hsnv-compact-page-button:not([disabled]):hover {
  background: var(--hsnv-blue);
}

.hsnv-compact-page-button[disabled] {
  pointer-events: none;
  opacity: 0;
}

.hsnv-compact-page-button-prev {
  left: -12px;
}

.hsnv-compact-page-button-next {
  right: -12px;
}

.hsnv-compact-page-button-archive {
  right: -12px;
  width: 58px;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
}

.hsnv-compact-page-button span {
  display: block;
  margin-top: -2px;
}

.hsnv-compact-page-button[hidden] {
  display: none !important;
}

.hsnv-compact-page-button-archive span {
  margin-top: 0;
}

.hsnv-compact-lead-story {
  display: grid;
  min-width: 0;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid var(--hsnv-line);
  border-radius: 6px;
}

.hsnv-compact-lead-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--hsnv-soft);
}

.hsnv-compact-lead-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hsnv-compact-lead-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
  padding: 7px;
  text-align: left;
}

.hsnv-compact-lead-content strong {
  display: -webkit-box;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hsnv-compact-lead-content span:last-child {
  display: -webkit-box;
  overflow: hidden;
  color: var(--hsnv-muted);
  font-size: 12px;
  line-height: 1.55;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hsnv-compact-main-desktop-grid-8 .hsnv-compact-lead-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.hsnv-compact-main-desktop-grid-8 .hsnv-compact-section-title {
  margin: 5px 0 4px;
  padding: 0 0 4px;
  color: var(--hsnv-ink);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  border-bottom: 2px solid var(--hsnv-ink);
}

.hsnv-compact-main-mobile .hsnv-compact-section-title {
  margin: 4px 0 3px;
  padding: 0 0 3px;
  color: var(--hsnv-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  border-bottom: 2px solid var(--hsnv-ink);
}

.hsnv-compact-main-mobile .hsnv-compact-section-title-popular {
  margin-top: 7px;
}

.hsnv-compact-main-mobile .hsnv-popular-lead-grid {
  margin-bottom: 2px;
}

.hsnv-compact-main-mobile .hsnv-compact-page-button {
  width: 34px;
  height: 34px;
  font-size: 19px;
}

.hsnv-compact-main-mobile .hsnv-compact-page-button-prev {
  left: -6px;
}

.hsnv-compact-main-mobile .hsnv-compact-page-button-next {
  right: -6px;
}

.hsnv-compact-main-mobile .hsnv-compact-page-button-archive {
  right: -6px;
  width: 50px;
  font-size: 11px;
}

.hsnv-compact-main-desktop-grid-8 .hsnv-compact-section-title-popular {
  margin-top: 9px;
}

.hsnv-compact-main-desktop-grid-8 .hsnv-popular-lead-grid {
  margin-bottom: 3px;
}

.hsnv-compact-main-desktop-grid-8 .hsnv-compact-lead-content {
  gap: 4px;
  padding: 6px;
}

.hsnv-compact-main-desktop-grid-8 .hsnv-topic {
  padding: 3px 5px;
  font-size: 10px;
}

.hsnv-compact-main-desktop-grid-8 .hsnv-compact-lead-content strong {
  font-size: 14px;
  line-height: 1.3;
}

.hsnv-compact-main-desktop-grid-8 .hsnv-compact-lead-content span:last-child {
  font-size: 11px;
  line-height: 1.45;
}

.hsnv-mobile-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 12px;
}

.hsnv-mobile-tab {
  min-height: 42px;
  padding: 6px 4px;
  color: #424957;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: anywhere;
  background: #eef2f7;
  border: 1px solid var(--hsnv-line);
  border-radius: 4px;
  cursor: pointer;
}

.hsnv-mobile-tab.is-active {
  color: #ffffff;
  background: var(--hsnv-accent, var(--hsnv-ink));
  border-color: var(--hsnv-accent, var(--hsnv-ink));
}

.hsnv-mobile-news-list {
  display: grid;
  gap: 7px;
}

.hsnv-mobile-news-item {
  min-width: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--hsnv-line);
  border-radius: 5px;
}

.hsnv-mobile-news-link {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-height: 66px;
  padding: 6px;
  color: inherit;
  text-align: left;
  text-decoration: none;
}

.hsnv-mobile-news-thumb {
  display: block;
  overflow: hidden;
  width: 68px;
  height: 54px;
  background: var(--hsnv-soft);
  border-radius: 4px;
}

.hsnv-mobile-news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hsnv-mobile-news-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
}

.hsnv-mobile-news-body strong {
  display: -webkit-box;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hsnv-mobile-news-body time {
  color: var(--hsnv-muted);
  font-size: 11px;
  font-weight: 700;
}

.single-post .site-content,
.single .site-content {
  background-color: #eef1f4;
  background-image: var(--hsnv-page-background);
}

.single-post article,
.single article {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  background: #ffffff;
  border: 1px solid var(--hsnv-line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(20, 24, 32, 0.07);
}

.single-post .entry-header,
.single .entry-header {
  padding: 16px 20px 0;
}

.single-post .entry-title,
.single .entry-title {
  color: var(--hsnv-ink);
  font-size: clamp(30px, 4.4vw, 52px);
  line-height: 1.12;
  letter-spacing: 0;
}

.hsnv-single-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 20px 0;
  color: var(--hsnv-muted);
  font-size: 13px;
  font-weight: 800;
}

.hsnv-single-kicker span:first-child {
  color: var(--hsnv-red);
}

.hsnv-single-eyecatch {
  margin: 10px 20px 2px;
}

.hsnv-single-eyecatch img {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 8px;
}

.hsnv-single-toc {
  margin: 8px 20px 0;
  padding: 9px 10px;
  background: rgba(248, 250, 252, 0.98);
  border: 1px solid var(--hsnv-line);
  border-radius: 8px;
}

.hsnv-single-toc-head {
  margin: 0 0 6px;
  color: var(--hsnv-muted);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.hsnv-single-toc ol,
.hsnv-single-toc-float ol {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hsnv-single-toc ol {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hsnv-single-toc a,
.hsnv-single-toc-float a {
  display: block;
  overflow: hidden;
  color: #273140;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hsnv-single-toc a::before,
.hsnv-single-toc-float a::before {
  color: var(--hsnv-blue);
  content: "# ";
  font-weight: 900;
}

.hsnv-single-toc a:hover,
.hsnv-single-toc-float a:hover {
  color: var(--hsnv-blue);
  text-decoration: underline;
}

.hsnv-single-toc-float {
  position: fixed;
  right: 18px;
  top: 86px;
  bottom: auto;
  z-index: 9998;
  font-family: inherit;
}

.hsnv-single-toc-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 42px;
  color: #ffffff;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
  writing-mode: horizontal-tb;
  background: var(--hsnv-blue);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.2);
  cursor: pointer;
}

.hsnv-single-toc-toggle:hover {
  background: #111827;
}

.hsnv-single-toc-pop {
  position: absolute;
  right: 0;
  top: 50px;
  bottom: auto;
  width: min(320px, calc(100vw - 28px));
  max-height: min(420px, calc(100vh - 120px));
  overflow: auto;
  padding: 10px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--hsnv-line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px) scale(0.98);
  transform-origin: right top;
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.hsnv-single-toc-float.is-open .hsnv-single-toc-pop {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

#ast-scroll-top.ast-scroll-top-icon.ast-scroll-to-top-right {
  right: 18px !important;
  top: 136px !important;
  bottom: auto !important;
  border-radius: 4px !important;
}

.hsnv-single-toc-pop-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 7px;
  padding-bottom: 7px;
  color: var(--hsnv-muted);
  font-size: 12px;
  font-weight: 900;
  border-bottom: 1px solid var(--hsnv-line);
}

.hsnv-single-toc-pop-head button {
  display: grid;
  width: 24px;
  height: 24px;
  padding: 0;
  color: #485163;
  font: inherit;
  font-size: 16px;
  font-weight: 900;
  background: #eef2f7;
  border: 1px solid var(--hsnv-line);
  border-radius: 999px;
  cursor: pointer;
  place-items: center;
}

.hsnv-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  padding: 8px 20px 18px;
}

.hsnv-single-main {
  min-width: 0;
}

.hsnv-single-copy {
  color: #22262d;
  font-size: 18px;
  line-height: 1.9;
}

.hsnv-single-copy p,
.hsnv-single-copy li {
  line-height: 1.9;
}

.hsnv-single-copy h2 {
  scroll-margin-top: 22px;
}

.hsnv-single-copy img {
  border-radius: 6px;
}

.hsnv-single-side {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hsnv-side-card {
  padding: 14px;
  background: var(--hsnv-soft);
  border: 1px solid var(--hsnv-line);
  border-radius: 8px;
}

.hsnv-side-label {
  display: block;
  margin-bottom: 8px;
  color: var(--hsnv-blue);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.hsnv-side-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.35;
}

.hsnv-side-card p {
  margin: 0;
  color: var(--hsnv-muted);
  font-size: 13px;
  line-height: 1.65;
}

.hsnv-related {
  margin: 0 20px 18px;
  padding-top: 14px;
  border-top: 1px solid var(--hsnv-line);
}

.hsnv-related h2 {
  margin: 0 0 14px;
  font-size: 22px;
}

.hsnv-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.hsnv-related-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 10px;
  padding: 10px;
  color: inherit;
  text-decoration: none;
  background: var(--hsnv-soft);
  border: 1px solid var(--hsnv-line);
  border-radius: 8px;
}

.hsnv-related-thumb {
  aspect-ratio: 1 / 1;
  border-radius: 6px;
}

.hsnv-related-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
}

.hsnv-related-label {
  color: var(--hsnv-blue);
  font-size: 12px;
  font-weight: 800;
}

.hsnv-related-card strong {
  display: -webkit-box;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.hsnv-readmore-card {
  position: relative;
  margin: 18px 0;
  padding-top: 10px;
}

.hsnv-readmore-link {
  display: block;
  position: relative;
  color: inherit;
  text-decoration: none !important;
  background: #fff;
  border: 1px solid #d8dee8;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(17, 24, 39, 0.07);
  overflow: visible;
}

.hsnv-readmore-label {
  position: absolute;
  top: -14px;
  left: 14px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 3px 10px;
  color: #fff;
  background: #222a36;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.hsnv-readmore-label::before {
  content: "▣";
  margin-right: 5px;
  font-size: 11px;
}

.hsnv-readmore-body {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 14px;
  min-height: 108px;
  padding: 16px 16px 14px;
  align-items: center;
}

.hsnv-readmore-thumb {
  display: block;
  width: 126px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eef1f4;
  border-radius: 3px;
}

.hsnv-readmore-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hsnv-readmore-text {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
}

.hsnv-readmore-text strong {
  color: #1d2430;
  font-size: 16px;
  line-height: 1.45;
  text-decoration: none !important;
}

.hsnv-readmore-text span {
  color: #5f6876;
  font-size: 13px;
  line-height: 1.6;
  text-decoration: none !important;
}

.hsnv-readmore-text small {
  color: #7a8494;
  font-size: 12px;
  line-height: 1.2;
}

.hsnv-related-link-editor {
  padding: 10px;
  border: 1px dashed #b9c2d0;
  background: #f8fafc;
}

.hsnv-related-search-loading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0;
}

.hsnv-related-search-error {
  color: #b42318;
  margin: 8px 0;
}

.hsnv-related-search-results {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0 10px;
}

.hsnv-readmore-card-editor {
  margin-bottom: 0;
}

.hsnv-archive-shell {
  padding-top: 0;
}

.hsnv-pickups {
  display: grid;
  gap: 4px;
  margin: 0 0 8px;
  padding: 0;
}

.hsnv-pickups-title {
  margin: 0;
  padding: 0 0 3px;
  color: var(--hsnv-ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  border-bottom: 1px solid var(--hsnv-line);
}

.hsnv-pickups-list {
  display: grid;
  gap: 3px;
}

.hsnv-pickup-item {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 4px 7px;
  background: #ffffff;
  border: 1px solid var(--hsnv-line);
  border-left: 4px solid var(--hsnv-accent, var(--hsnv-blue));
  border-radius: 6px;
}

.hsnv-pickup-doc {
  position: relative;
  display: block;
  width: 15px;
  height: 18px;
  background: #ffffff;
  border: 2px solid var(--hsnv-accent, var(--hsnv-blue));
  border-radius: 2px;
}

.hsnv-pickup-doc::after {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 6px;
  height: 6px;
  background: var(--hsnv-accent, var(--hsnv-blue));
  border-bottom-left-radius: 2px;
  content: "";
}

.hsnv-pickup-title-link {
  min-width: 0;
  overflow: hidden;
  color: var(--hsnv-ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hsnv-pickup-title-link:hover {
  color: var(--hsnv-blue);
  text-decoration: none;
}

.hsnv-pickup-category-link {
  color: var(--hsnv-muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.hsnv-pickup-category-link:hover {
  color: var(--hsnv-accent, var(--hsnv-blue));
  text-decoration: none;
}

.hsnv-tabs-shell {
  padding-top: 0;
}

.hsnv-archive-search {
  display: flex;
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  margin: 0 0 8px auto;
}

.hsnv-archive-search-input {
  width: auto;
  min-width: 0;
  flex: 1 1 auto;
  height: 36px;
  min-height: 36px;
  padding: 6px 9px;
  color: var(--hsnv-ink);
  font: inherit;
  font-size: 13px;
  background: #ffffff;
  border: 1px solid var(--hsnv-line);
  border-radius: 6px;
}

.hsnv-archive-search-input:focus {
  border-color: var(--hsnv-blue);
  outline: 2px solid rgba(36, 104, 216, 0.18);
  outline-offset: 1px;
}

.hsnv-archive-search-button {
  width: auto;
  height: 36px;
  min-height: 36px;
  padding: 6px 12px;
  color: #ffffff;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  background: var(--hsnv-ink);
  border: 1px solid var(--hsnv-ink);
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
  writing-mode: horizontal-tb;
}

.hsnv-archive-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 12px;
  color: var(--hsnv-ink);
  font-size: 14px;
  font-weight: 800;
  text-align: left;
}

.hsnv-sort-toggle {
  display: inline-flex;
  overflow: hidden;
  border: 1px solid var(--hsnv-line);
  border-radius: 6px;
}

.hsnv-sort-button {
  display: block;
  min-width: 58px;
  padding: 7px 10px;
  color: var(--hsnv-muted);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  background: #ffffff;
  border: 0;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}

.hsnv-sort-button + .hsnv-sort-button {
  border-left: 1px solid var(--hsnv-line);
}

.hsnv-sort-button.is-active {
  color: #ffffff;
  background: var(--hsnv-ink);
}

.hsnv-archive-list {
  display: grid;
  gap: 8px;
}

.hsnv-archive-item {
  min-width: 0;
  background: #ffffff;
  border: 1px solid var(--hsnv-line);
  border-radius: 6px;
}

.hsnv-archive-item-link {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 82px;
  padding: 8px 12px 8px 8px;
  color: inherit;
  text-align: left;
  text-decoration: none;
}

.hsnv-archive-thumb {
  display: block;
  overflow: hidden;
  width: 82px;
  height: 66px;
  background: var(--hsnv-soft);
  border-radius: 4px;
}

.hsnv-archive-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hsnv-archive-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
}

.hsnv-archive-body strong {
  overflow: hidden;
  color: var(--hsnv-ink);
  font-size: 15px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hsnv-archive-excerpt {
  display: -webkit-box;
  overflow: hidden;
  color: var(--hsnv-muted);
  font-size: 12px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hsnv-archive-item time {
  color: var(--hsnv-muted);
  font-size: 12px;
  font-weight: 700;
}

.hsnv-archive-pagination {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}

.hsnv-page-button {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  color: var(--hsnv-ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid var(--hsnv-line);
  border-radius: 6px;
}

.hsnv-page-button.is-disabled {
  color: #a6adb8;
  background: var(--hsnv-soft);
}

.hsnv-affiliate-disclosure {
  margin: 6px 0;
  color: var(--hsnv-muted);
  font-size: 12px;
  font-weight: 800;
}

.hsnv-affiliate-block {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-height: 0;
  margin: 5px 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.hsnv-affiliate-block-elementor {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hsnv-affiliate-block-item {
  display: flex;
  min-width: 0;
  min-height: 0;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.hsnv-affiliate-block-item:only-child {
  grid-column: 1 / -1;
}

.hsnv-affiliate-block img,
.hsnv-affiliate-block iframe {
  max-width: 100%;
  vertical-align: middle;
}

.hsnv-affiliate-block img {
  width: auto;
  height: auto;
  max-height: none;
}

.hsnv-affiliate-block img,
.hsnv-affiliate-slide img {
  object-fit: contain;
}

.hsnv-affiliate-empty {
  padding: 18px;
  color: var(--hsnv-muted);
  font-size: 13px;
  text-align: center;
  background: var(--hsnv-soft);
  border: 1px dashed var(--hsnv-line);
  border-radius: 6px;
}

.hsnv-affiliate-slider {
  margin: 6px 0;
  padding: 4px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--hsnv-line);
  border-radius: 6px;
}

.hsnv-affiliate-slider-track {
  display: grid;
  height: 270px;
  overflow: hidden;
}

.hsnv-affiliate-slide {
  display: none;
  height: 100%;
  min-width: 0;
  text-align: center;
}

.hsnv-affiliate-slide.is-active {
  display: grid;
  place-items: center;
}

.hsnv-affiliate-slide img,
.hsnv-affiliate-slide iframe {
  max-width: 100%;
  max-height: 258px;
}

.hsnv-affiliate-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 5px;
}

.hsnv-affiliate-slider-button,
.hsnv-affiliate-slider-dot {
  color: var(--hsnv-ink);
  background: #ffffff;
  border: 1px solid var(--hsnv-line);
  cursor: pointer;
}

.hsnv-affiliate-slider-button {
  display: grid;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 999px;
  place-items: center;
}

.hsnv-affiliate-slider-dots {
  display: flex;
  gap: 7px;
}

.hsnv-affiliate-slider-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 999px;
}

.hsnv-affiliate-slider-dot.is-active {
  background: var(--hsnv-blue);
  border-color: var(--hsnv-blue);
}

.hsnv-affiliate-pop {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 99990;
  width: min(360px, calc(100vw - 28px));
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}

.hsnv-affiliate-pop.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.hsnv-affiliate-pop-inner {
  display: grid;
  min-height: 92px;
  max-height: 70vh;
  padding: 7px;
  overflow: auto;
  background: #ffffff;
  border: 1px solid var(--hsnv-line);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.22);
  place-items: center;
}

.hsnv-affiliate-pop-inner img,
.hsnv-affiliate-pop-inner iframe {
  max-width: 100%;
  max-height: 260px;
  object-fit: contain;
}

.hsnv-affiliate-pop-close {
  position: absolute;
  top: -10px;
  right: -8px;
  display: grid;
  width: 28px;
  height: 28px;
  padding: 0;
  color: #ffffff;
  background: #111827;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.2);
  cursor: pointer;
  place-items: center;
}

@media (max-width: 920px) {
  .hsnv-lead-grid,
  .hsnv-single-layout {
    grid-template-columns: 1fr;
  }

  .hsnv-news-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hsnv-compact-main-desktop-grid-8 .hsnv-compact-lead-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hsnv-single-side {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hsnv-affiliate-block {
    grid-template-columns: 1fr;
    gap: 7px;
    min-height: 0;
    margin: 5px 0;
    padding: 0;
  }

  .hsnv-affiliate-block img,
  .hsnv-affiliate-block iframe {
    max-width: 100%;
  }

  .hsnv-affiliate-block-elementor .hsnv-affiliate-block-item:nth-child(n + 3) {
    display: none;
  }

  .hsnv-affiliate-slider-track {
    height: 225px;
  }

  .hsnv-affiliate-slide img,
  .hsnv-affiliate-slide iframe {
    max-height: 214px;
  }

  .hsnv-pickup-item {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 6px;
  }

  .hsnv-pickup-category-link {
    grid-column: 2;
    justify-self: start;
    font-size: 11px;
  }

  .hsnv-affiliate-pop {
    right: 10px;
    bottom: 10px;
    left: 10px;
    width: auto;
  }

  .hsnv-affiliate-pop-inner img,
  .hsnv-affiliate-pop-inner iframe {
    max-height: 210px;
  }

  body .hsnv-app-shell {
    padding: 6px 8px 10px;
  }

  .hsnv-topbar {
    align-items: flex-start;
  }

  .hsnv-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    overflow: visible;
    margin-right: 0;
    margin-left: 0;
    padding-right: 8px;
    padding-left: 8px;
    background: transparent;
    border-bottom: 0;
  }

  .hsnv-tab {
    min-height: 38px;
    margin-right: 0;
    padding: 5px 4px;
    font-size: 11px;
    line-height: 1.18;
    overflow-wrap: anywhere;
    white-space: normal;
    background: #eef2f7;
    border: 1px solid var(--hsnv-line);
    border-radius: 4px;
  }

  .hsnv-tab::before {
    content: none;
  }

  .hsnv-tab.is-active {
    color: #ffffff;
    background: var(--hsnv-accent, var(--hsnv-ink));
    border-color: var(--hsnv-accent, var(--hsnv-ink));
  }

  .hsnv-mobile-tab {
    font-size: 11px;
  }

  .hsnv-news-list,
  .hsnv-single-side,
  .hsnv-related-grid {
    grid-template-columns: 1fr;
  }

  .hsnv-compact-main-mobile {
    padding-right: 6px;
    padding-left: 6px;
  }

  .hsnv-compact-main-mobile .hsnv-compact-lead-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .hsnv-compact-main-mobile .hsnv-compact-lead-content {
    gap: 5px;
    padding: 7px;
  }

  .hsnv-compact-main-mobile .hsnv-topic {
    padding: 3px 5px;
    font-size: 10px;
  }

  .hsnv-compact-main-mobile .hsnv-compact-lead-content strong {
    font-size: 13px;
  }

  .hsnv-news-link {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .single-post article,
  .single article {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .single-post .entry-header,
  .single .entry-header,
  .hsnv-single-kicker,
  .hsnv-single-toc,
  .hsnv-single-layout {
    padding-right: 18px;
    padding-left: 18px;
  }

  .hsnv-single-toc {
    margin-right: 18px;
    margin-left: 18px;
  }

  .hsnv-single-toc ol {
    grid-template-columns: 1fr;
  }

  .hsnv-single-toc-float {
    right: 12px;
    top: 74px;
    bottom: auto;
  }

  .hsnv-single-toc-toggle {
    width: 48px;
    height: 40px;
    font-size: 11px;
  }

  .hsnv-single-toc-pop {
    top: 48px;
    bottom: auto;
    width: min(300px, calc(100vw - 24px));
    max-height: min(360px, calc(100vh - 130px));
  }

  #ast-scroll-top.ast-scroll-top-icon.ast-scroll-to-top-right {
    right: 12px !important;
    top: 122px !important;
    bottom: auto !important;
    border-radius: 4px !important;
  }

  .hsnv-related {
    margin-right: 18px;
    margin-left: 18px;
  }

  .hsnv-readmore-card {
    margin: 14px 0;
  }

  .hsnv-readmore-body {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 10px;
    min-height: 86px;
    padding: 14px 12px 12px;
  }

  .hsnv-readmore-thumb {
    width: 86px;
  }

  .hsnv-readmore-text strong {
    font-size: 14px;
    line-height: 1.4;
  }

  .hsnv-readmore-text span {
    display: none;
  }

  .hsnv-readmore-label {
    left: 10px;
    min-height: 24px;
    font-size: 11px;
  }

  .hsnv-archive-item-link {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .hsnv-archive-thumb {
    width: 72px;
    height: 64px;
  }

  .hsnv-archive-item time {
    display: none;
  }
}
