/*
Theme Name: VN BizLab Astra Child 20260626 EN Excluded BOM Fixed
Theme URI: https://vnbizlab.com
Description: Newspaper-style child theme for VN BizLab based on Astra.
Author: VN BizLab
Template: astra
Version: 1.0.29
Text Domain: vnbizlab-astra-child-20260623
*/

:root {
  --vnb-primary: #071034;
  --vnb-blue: #0b4fe8;
  --vnb-red: #ef2d19;
  --vnb-text: #111827;
  --vnb-muted: #6b7280;
  --vnb-line: #e5e7eb;
  --vnb-bg: #ffffff;
}

body {
  color: var(--vnb-text);
  background: var(--vnb-bg);
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", Arial, sans-serif;
}

body.home .site-header,
body.front-page .site-header,
body.archive .site-header,
body.category .site-header,
body.search .site-header,
body.page .site-header,
body.single .site-header,
body.home .site-footer,
body.front-page .site-footer,
body.archive .site-footer,
body.category .site-footer,
body.search .site-footer,
body.page .site-footer,
body.single .site-footer {
  display: none;
}

.vnb-wrap {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
}

.vnb-nav,
.vnb-ticker {
  border-bottom: 1px solid var(--vnb-line);
}

.vnb-header-inner,
.vnb-nav-inner,
.vnb-ticker-inner {
  display: flex;
  align-items: center;
}

.vnb-nav a,
.vnb-ticker a {
  color: var(--vnb-text);
  text-decoration: none;
}

.vnb-divider {
  width: 1px;
  height: 14px;
  background: #d1d5db;
}

.vnb-header {
  border-bottom: 1px solid var(--vnb-line);
}

.vnb-header-inner {
  min-height: 88px;
  justify-content: center;
  position: relative;
}

.vnb-menu-button {
  position: absolute;
  left: 0;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 0;
}

.vnb-menu-button span {
  width: 27px;
  height: 2px;
  background: var(--vnb-text);
  display: block;
}

.vnb-header-date {
  position: absolute;
  left: 72px;
  top: 50%;
  transform: translateY(-50%);
  color: #374151;
  font-size: 14px;
  white-space: nowrap;
}

.vnb-logo {
  color: var(--vnb-primary);
  font-size: clamp(42px, 6vw, 66px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
}

.vnb-header-search {
  display: none;
}

.vnb-menu-panel[hidden] {
  display: none;
}

.vnb-menu-panel {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(7, 16, 52, 0.28);
}

.vnb-menu-panel-inner {
  width: min(420px, calc(100% - 32px));
  margin: 72px auto 0;
  border: 1px solid var(--vnb-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(7, 16, 52, 0.22);
  padding: 18px;
}

.vnb-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-left: auto;
  border: 1px solid var(--vnb-line);
  border-radius: 999px;
  background: #fff;
  color: var(--vnb-text);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.vnb-menu-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin: 14px 0 18px;
}

.vnb-menu-search input {
  min-width: 0;
  border: 1px solid var(--vnb-line);
  border-radius: 6px;
  padding: 12px 13px;
  font-size: 15px;
}

.vnb-menu-search button {
  border: 1px solid var(--vnb-blue);
  border-radius: 6px;
  background: #fff;
  color: var(--vnb-blue);
  font-weight: 900;
  padding: 0 15px;
  cursor: pointer;
}

.vnb-menu-panel-nav {
  display: grid;
  gap: 8px;
}

.vnb-menu-panel-nav a {
  border-top: 1px solid var(--vnb-line);
  color: var(--vnb-text);
  font-weight: 900;
  padding: 12px 4px 5px;
  text-decoration: none;
}

.vnb-nav-inner {
  min-height: 54px;
  justify-content: center;
  gap: clamp(24px, 5vw, 88px);
}

.vnb-nav a {
  font-size: 16px;
  font-weight: 700;
}

.vnb-search-link {
  border: 1px solid var(--vnb-line);
  border-radius: 999px;
  padding: 8px 18px;
  color: #374151 !important;
  background: #fff;
  font: inherit;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.vnb-search-link::before {
  content: "⌕";
  margin-right: 7px;
  color: var(--vnb-blue);
}

.vnb-menu {
  display: contents;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vnb-menu li {
  margin: 0;
}

.vnb-ticker-inner {
  min-height: 52px;
  gap: 28px;
  font-size: 15px;
}

.vnb-today {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1;
}

.vnb-today strong {
  white-space: nowrap;
}

.vnb-today span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vnb-more {
  margin-left: auto;
  font-weight: 700;
  white-space: nowrap;
}

.vnb-home {
  padding: 34px 0 56px;
}

.vnb-hero-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.5fr) minmax(0, 1.5fr);
  gap: 26px;
  align-items: stretch;
}

.vnb-kicker {
  color: var(--vnb-red);
  font-size: 17px;
  font-weight: 800;
  margin: 4px 0 18px;
}

.vnb-headline h1,
.vnb-curation h1 {
  font-size: clamp(32px, 3.2vw, 42px);
  line-height: 1.28;
  margin: 0 0 22px;
  font-weight: 900;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.vnb-headline p,
.vnb-curation p {
  font-size: 16px;
  line-height: 1.78;
  color: #374151;
  margin: 0 0 30px;
  word-break: keep-all;
}

.vnb-curation {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.vnb-curation-title span {
  display: block;
  white-space: nowrap;
}

.vnb-curation-title {
  font-size: clamp(25px, 2vw, 30px) !important;
  line-height: 1.2 !important;
  white-space: nowrap;
}

.vnb-curation-list {
  display: grid;
  gap: 0;
  margin: 4px 0 24px;
  border-top: 2px solid var(--vnb-text);
}

.vnb-curation-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid var(--vnb-line);
  color: var(--vnb-text);
  text-decoration: none;
}

.vnb-curation-item span {
  color: var(--vnb-blue);
  font-size: 13px;
  font-weight: 900;
}

.vnb-curation-item strong {
  display: -webkit-box;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 900;
  word-break: keep-all;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.vnb-button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--vnb-blue);
  color: var(--vnb-blue);
  border-radius: 4px;
  padding: 13px 24px;
  text-decoration: none;
  font-weight: 700;
}

.vnb-featured {
  position: relative;
  min-height: 0;
  display: block;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: #111827;
  border-radius: 2px;
}

.vnb-featured img,
.vnb-card img,
.vnb-side-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vnb-featured::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 16, 52, 0), rgba(7, 16, 52, 0.18) 42%, rgba(7, 16, 52, 0.88));
}

.vnb-featured-content {
  position: absolute;
  z-index: 1;
  left: 26px;
  right: 26px;
  bottom: 24px;
}

.vnb-badge {
  display: inline-flex;
  background: var(--vnb-blue);
  color: #fff;
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 10px;
}

.vnb-featured h2 {
  color: #fff;
  font-size: clamp(25px, 2.6vw, 32px);
  line-height: 1.28;
  margin: 0 0 8px;
  font-weight: 900;
  word-break: keep-all;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.vnb-featured p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.vnb-featured-fixed {
  aspect-ratio: 4 / 3;
  background: #eef2f7;
}

.vnb-featured-fixed::after {
  display: block;
}

.vnb-feature-stack {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto;
  overflow: hidden;
  border: 1px solid var(--vnb-line);
  border-radius: 8px;
  background: #fff;
}

.vnb-feature-stack .vnb-featured {
  border-radius: 0;
}

.vnb-feature-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--vnb-line);
}

.vnb-mini-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border-right: 1px solid var(--vnb-line);
  color: var(--vnb-text);
  text-decoration: none;
  background: #fff;
}

.vnb-mini-card:last-child {
  border-right: 0;
}

.vnb-mini-thumb {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 5px;
  background: #eef2f7;
}

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

.vnb-mini-card h3 {
  display: -webkit-box;
  margin: 4px 0 7px;
  color: var(--vnb-text);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
  word-break: keep-all;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.vnb-mini-card small {
  color: var(--vnb-muted);
  font-size: 12px;
}

.vnb-fixed-visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
  padding: 34px;
}

.vnb-fixed-visual::before {
  content: "";
  position: absolute;
  inset: 26px;
  border: 1px solid rgba(245, 158, 11, 0.42);
  border-radius: 8px;
}

.vnb-fixed-visual::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 44%;
  background: linear-gradient(180deg, rgba(7, 16, 52, 0), rgba(7, 16, 52, 0.92));
}

.vnb-fixed-eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  color: #f8fafc;
  font-size: 18px;
  font-weight: 900;
}

.vnb-fixed-visual strong {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 58%;
  margin-top: 18px;
  color: #f59e0b;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.03;
  font-weight: 900;
}

.vnb-fixed-panel {
  position: absolute;
  z-index: 1;
  right: 40px;
  top: 80px;
  width: 210px;
  min-height: 260px;
  border: 2px solid rgba(245, 158, 11, 0.55);
  border-radius: 16px;
  background: rgba(7, 16, 52, 0.42);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
  padding: 28px 22px;
}

.vnb-fixed-panel span {
  display: block;
  color: #f59e0b;
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 34px;
}

.vnb-fixed-panel em {
  display: grid;
  gap: 13px;
  color: rgba(255, 255, 255, 0.78);
  font-style: normal;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.vnb-fixed-panel em::before,
.vnb-fixed-panel em::after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  border-left: 14px solid #f59e0b;
  border-bottom: 2px solid rgba(255, 255, 255, 0.28);
}

.vnb-fixed-caption {
  position: absolute;
  z-index: 2;
  left: 34px;
  bottom: 30px;
}

.vnb-fixed-caption span {
  display: inline-flex;
  border-radius: 4px;
  background: var(--vnb-blue);
  color: #fff;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 900;
}

.vnb-side h2,
.vnb-latest-head h2 {
  font-size: 20px;
  margin: 0;
  font-weight: 900;
}

.vnb-side-list {
  display: grid;
  gap: 13px;
  margin-top: 16px;
}

.vnb-side-item {
  display: grid;
  grid-template-columns: 168px 1fr;
  gap: 15px;
  align-items: center;
  color: var(--vnb-text);
  text-decoration: none;
}

.vnb-side-thumb {
  height: 80px;
  overflow: hidden;
  border-radius: 5px;
  background: #eef2f7;
}

.vnb-side-meta,
.vnb-card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--vnb-muted);
  font-size: 13px;
  margin-bottom: 6px;
}

.vnb-category {
  color: var(--vnb-blue);
  font-weight: 800;
}

.vnb-side-item h3 {
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
  font-weight: 800;
}

.vnb-section-line {
  border-top: 1px solid var(--vnb-line);
  margin: 18px 0 15px;
}

.vnb-latest-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.vnb-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.vnb-card {
  border: 1px solid var(--vnb-line);
  border-radius: 6px;
  overflow: hidden;
  color: var(--vnb-text);
  text-decoration: none;
  background: #fff;
}

.vnb-card-thumb {
  aspect-ratio: 16 / 7.2;
  background: #eef2f7;
}

.vnb-thumb-fallback {
  width: 100%;
  height: 100%;
  min-height: inherit;
  background:
    linear-gradient(135deg, rgba(11, 79, 232, 0.22), rgba(7, 16, 52, 0.5)),
    linear-gradient(45deg, #dbeafe, #f8fafc);
}

.vnb-card-body {
  padding: 14px 14px 17px;
}

.vnb-card h3 {
  font-size: 19px;
  line-height: 1.42;
  margin: 0 0 10px;
  font-weight: 900;
}

.vnb-card p {
  margin: 0;
  color: #374151;
  line-height: 1.7;
  font-size: 15px;
}

.vnb-footer {
  border-top: 1px solid var(--vnb-line);
  background: #f8fafc;
  padding: 34px 0 38px;
}

.vnb-footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) minmax(280px, 1fr) minmax(280px, 1.2fr);
  gap: 34px;
  align-items: start;
}

.vnb-footer-logo {
  display: inline-flex;
  color: var(--vnb-primary);
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  text-decoration: none;
  margin-bottom: 14px;
}

.vnb-footer p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.75;
}

.vnb-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.vnb-footer-links a {
  color: var(--vnb-text);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.vnb-footer-copy {
  text-align: right;
}

.vnb-footer-copy p + p {
  margin-top: 8px;
  color: #6b7280;
}

.vnb-archive {
  padding: 34px 0 62px;
}

.vnb-archive-head {
  display: grid;
  grid-template-columns: minmax(240px, 0.55fr) minmax(420px, 1fr);
  gap: 28px;
  align-items: end;
  border-bottom: 2px solid var(--vnb-text);
  padding-bottom: 18px;
  margin-bottom: 24px;
}

.vnb-archive-head h1 {
  font-size: 42px;
  line-height: 1.2;
  margin: 0;
  font-weight: 900;
}

.vnb-archive-desc p {
  margin: 0;
  color: #4b5563;
  line-height: 1.75;
}

.vnb-archive-layout {
  display: grid;
  grid-template-columns: 1fr;
}

.vnb-archive-list {
  display: grid;
  gap: 22px;
}

.vnb-archive-post {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 22px;
  border-bottom: 1px solid var(--vnb-line);
  padding-bottom: 22px;
}

.vnb-archive-thumb {
  aspect-ratio: 16 / 9;
  border-radius: 4px;
  overflow: hidden;
  background: #eef2f7;
  display: block;
}

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

.vnb-archive-post h2 {
  font-size: 24px;
  line-height: 1.35;
  margin: 0 0 10px;
  font-weight: 900;
}

.vnb-archive-post h2 a {
  color: var(--vnb-text) !important;
  text-decoration: none;
}

.vnb-archive-post p {
  margin: 0;
  color: #374151;
  line-height: 1.75;
}

.vnb-pagination {
  margin-top: 28px;
}

.vnb-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vnb-pagination a,
.vnb-pagination span {
  min-width: 38px;
  height: 38px;
  border: 1px solid var(--vnb-line);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: var(--vnb-text);
  font-weight: 800;
  text-decoration: none;
}

.vnb-pagination .current {
  border-color: var(--vnb-blue);
  color: var(--vnb-blue);
}

.vnb-page {
  padding: 42px 0 72px;
}

.vnb-page-head {
  border-bottom: 2px solid var(--vnb-text);
  padding-bottom: 18px;
  margin-bottom: 28px;
}

.vnb-page-head h1 {
  font-size: 46px;
  line-height: 1.18;
  margin: 0;
  font-weight: 900;
}

.vnb-page-content {
  max-width: 980px;
  color: #374151;
  font-size: 16px;
  line-height: 1.85;
}

.vnb-page-content h2 {
  color: var(--vnb-text);
  font-size: 24px;
  line-height: 1.35;
  margin: 34px 0 12px;
  font-weight: 900;
}

.vnb-page-content p,
.vnb-page-content ul,
.vnb-page-content ol {
  margin: 0 0 16px;
}

.vnb-page-content a {
  color: var(--vnb-blue);
  font-weight: 800;
}

.vnb-info-box,
.vnb-search-page-form {
  max-width: 640px;
  border: 1px solid var(--vnb-line);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
}

.vnb-info-box strong {
  display: block;
  margin-bottom: 6px;
  color: var(--vnb-text);
}

@media (max-width: 1100px) {
  .vnb-wrap {
    width: min(100% - 32px, 960px);
  }

  .vnb-hero-grid {
    grid-template-columns: minmax(260px, 0.72fr) minmax(420px, 1.28fr);
  }

  .vnb-side {
    grid-column: 1 / -1;
  }

  .vnb-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vnb-headline h1,
  .vnb-curation h1 {
    font-size: clamp(30px, 4vw, 38px);
  }

  .vnb-featured {
    min-height: 420px;
  }

  .vnb-footer-inner {
    grid-template-columns: 1fr;
  }

  .vnb-footer-copy {
    text-align: left;
  }

  .vnb-archive-head,
  .vnb-archive-post {
    grid-template-columns: 1fr;
  }

  .vnb-nav-inner {
    overflow-x: auto;
    justify-content: flex-start;
    gap: 28px;
  }
}

@media (max-width: 900px) {
  .vnb-ticker {
    display: none;
  }

  .vnb-headline h1,
  .vnb-curation h1,
  .vnb-featured h2 {
    word-break: normal;
    overflow-wrap: anywhere;
  }
}

/* Final responsive layout split: desktop keeps the newspaper grid, tablet/mobile becomes a reading-first feed. */
.vnb-single {
  padding: 42px 0 0;
}

.vnb-single-inner {
  width: min(900px, calc(100% - 48px));
  margin: 0 auto;
}

.vnb-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--vnb-muted);
  font-size: 14px;
  margin-bottom: 28px;
}

.vnb-breadcrumb a {
  color: var(--vnb-blue);
  font-weight: 800;
  text-decoration: none;
}

.vnb-single-head {
  text-align: center;
}

.vnb-single-head h1 {
  font-size: clamp(38px, 4.4vw, 54px);
  line-height: 1.16;
  margin: 0 0 20px;
  font-weight: 900;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.vnb-single-lead {
  max-width: 780px;
  margin: 0 auto 22px;
  color: #374151;
  font-size: 20px;
  line-height: 1.78;
  word-break: keep-all;
}

.vnb-single-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  color: var(--vnb-muted);
  font-size: 14px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--vnb-line);
}

.vnb-single-hero {
  width: min(1080px, calc(100% - 48px));
  margin: 30px auto 34px;
}

.vnb-single-hero img {
  width: 100%;
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.vnb-single-hero figcaption {
  margin-top: 9px;
  color: var(--vnb-muted);
  font-size: 13px;
}

.vnb-single-content {
  color: #1f2937;
  font-size: 18px;
  line-height: 1.92;
}

.vnb-single-content h2,
.vnb-single-content h3 {
  color: var(--vnb-text);
  line-height: 1.35;
  margin: 40px 0 12px;
  font-weight: 900;
}

.vnb-single-content h2 {
  font-size: 30px;
}

.vnb-single-content h3 {
  font-size: 24px;
}

.vnb-single-content p,
.vnb-single-content ul,
.vnb-single-content ol {
  margin: 0 0 18px;
}

.vnb-single-actions {
  display: flex;
  justify-content: center;
  border-top: 1px solid var(--vnb-line);
  padding-top: 24px;
  margin: 40px 0 22px;
}

.vnb-back-button {
  border: 1px solid var(--vnb-blue);
  border-radius: 4px;
  color: var(--vnb-blue);
  background: #fff;
  font-weight: 900;
  padding: 12px 18px;
  cursor: pointer;
}

.vnb-post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.vnb-post-nav-item {
  min-height: 96px;
  border: 1px solid var(--vnb-line);
  border-radius: 8px;
  padding: 18px;
}

.vnb-post-nav-item span {
  display: block;
  color: var(--vnb-muted);
  margin-bottom: 7px;
}

.vnb-post-nav-item a {
  color: var(--vnb-text);
  font-size: 17px;
  line-height: 1.45;
  font-weight: 900;
  text-decoration: none;
}

.vnb-single-related {
  width: min(1080px, calc(100% - 48px));
  margin: 44px auto 56px;
  border-top: 2px solid var(--vnb-text);
  padding-top: 20px;
}

.vnb-related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (min-width: 1025px) {
  .vnb-mobile-only {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .vnb-wrap {
    width: min(100% - 32px, 960px);
  }

  .vnb-header-inner {
    min-height: 84px;
  }

  .vnb-logo {
    font-size: clamp(46px, 7vw, 58px);
  }

  .vnb-header-date {
    left: 64px;
  }

  .vnb-nav-inner {
    justify-content: flex-start;
    overflow-x: auto;
    gap: 28px;
    scrollbar-width: none;
  }

  .vnb-nav-inner::-webkit-scrollbar {
    display: none;
  }

  .vnb-nav a {
    white-space: nowrap;
  }

  .vnb-ticker {
    display: none;
  }

  .vnb-hero-grid {
    grid-template-columns: minmax(240px, 0.75fr) minmax(420px, 1.25fr);
    gap: 26px;
  }

  .vnb-side {
    grid-column: 1 / -1;
    border-top: 1px solid var(--vnb-line);
    padding-top: 22px;
  }

  .vnb-side-list {
    grid-template-columns: 1fr;
  }

  .vnb-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vnb-archive-head {
    grid-template-columns: minmax(220px, 0.7fr) minmax(320px, 1fr);
  }

  .vnb-archive-layout {
    grid-template-columns: 1fr;
  }

  .vnb-page-content {
    max-width: none;
  }
}

@media (min-width: 721px) and (max-width: 1024px) {
  .vnb-wrap,
  .vnb-header-inner,
  .vnb-single-inner,
  .vnb-single-hero,
  .vnb-single-related {
    width: min(calc(100% - 24px), 960px);
  }

  .vnb-header-inner {
    min-height: 86px;
  }

  .vnb-logo {
    font-size: clamp(46px, 8vw, 58px);
  }

  .vnb-nav-inner {
    justify-content: center;
    gap: clamp(24px, 4vw, 46px);
  }

  .vnb-search-link {
    padding: 8px 15px;
  }

  .vnb-home {
    padding: 30px 0 52px;
  }

  .vnb-hero-grid {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .vnb-headline,
  .vnb-curation {
    max-width: 820px;
  }

  .vnb-headline h1,
  .vnb-curation h1 {
    max-width: 820px;
    font-size: clamp(34px, 5.25vw, 43px);
    line-height: 1.16;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .vnb-curation-title {
    font-size: clamp(28px, 4vw, 34px) !important;
  }

  .vnb-headline p,
  .vnb-curation p {
    max-width: 720px;
    font-size: 17px;
    line-height: 1.7;
  }

  .vnb-featured {
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 8.4;
  }

  .vnb-featured-fixed {
    aspect-ratio: 4 / 3;
  }

  .vnb-featured-content {
    left: 28px;
    right: 28px;
    bottom: 26px;
  }

  .vnb-featured h2 {
    max-width: 680px;
    font-size: clamp(28px, 4.8vw, 38px);
    line-height: 1.18;
  }

  .vnb-fixed-visual {
    padding: 30px;
  }

  .vnb-fixed-visual strong {
    max-width: 56%;
  }

  .vnb-fixed-panel {
    right: 36px;
    top: 70px;
    width: 190px;
    min-height: 230px;
  }

  .vnb-side {
    border-top: 1px solid var(--vnb-line);
    padding-top: 28px;
  }

  .vnb-side h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .vnb-side-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .vnb-side-item {
    grid-template-columns: 238px minmax(0, 1fr);
    gap: 24px;
  }

  .vnb-side-thumb {
    height: 142px;
  }

  .vnb-side-meta,
  .vnb-side .meta {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .vnb-side-item h3 {
    font-size: 24px;
    line-height: 1.36;
  }

  .vnb-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vnb-footer {
    padding: 24px 0 26px;
  }

  .vnb-footer-inner {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .vnb-footer-logo {
    margin-bottom: 8px;
  }

  .vnb-footer p {
    line-height: 1.55;
  }

  .vnb-footer-links {
    gap: 8px 16px;
  }

  .vnb-footer-copy {
    text-align: left;
  }
}

@media (max-width: 720px) {
  html,
  body {
    overflow-x: hidden;
  }

  .vnb-wrap,
  .vnb-single-inner,
  .vnb-single-hero,
  .vnb-single-related {
    width: min(100% - 24px, 560px);
  }

  .vnb-header-inner {
    min-height: 76px;
  }

  .vnb-menu-button {
    width: 30px;
  }

  .vnb-menu-button span {
    width: 25px;
  }

  .vnb-header-date {
    display: none;
  }

  .vnb-logo {
    max-width: calc(100% - 72px);
    font-size: clamp(34px, 10vw, 42px);
    white-space: nowrap;
  }

  .vnb-nav-inner {
    min-height: 50px;
    gap: 22px;
  }

  .vnb-nav a {
    font-size: 14px;
    line-height: 1.25;
  }

  .vnb-search-link {
    padding: 7px 13px;
  }

  .vnb-home,
  .vnb-archive,
  .vnb-page {
    padding: 28px 0 42px;
  }

  .vnb-hero-grid {
    display: flex;
    flex-direction: column;
    gap: 26px;
  }

  .vnb-headline,
  .vnb-curation {
    order: 1;
  }

  .vnb-featured {
    order: 2;
    min-height: auto;
    aspect-ratio: 16 / 11;
  }

  .vnb-side {
    order: 3;
  }

  .vnb-headline h1,
  .vnb-curation h1 {
    font-size: 28px;
    line-height: 1.24;
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .vnb-headline p,
  .vnb-curation p {
    font-size: 15px;
    word-break: normal;
  }

  .vnb-featured-content {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .vnb-fixed-visual {
    padding: 18px;
  }

  .vnb-fixed-visual::before {
    inset: 14px;
  }

  .vnb-fixed-eyebrow {
    font-size: 13px;
  }

  .vnb-fixed-visual strong {
    max-width: 58%;
    margin-top: 10px;
    font-size: 26px;
  }

  .vnb-fixed-panel {
    right: 18px;
    top: 42px;
    width: 96px;
    min-height: 120px;
    border-radius: 10px;
    padding: 16px 12px;
  }

  .vnb-fixed-panel span {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .vnb-fixed-panel em {
    font-size: 9px;
    gap: 8px;
  }

  .vnb-fixed-panel em::before,
  .vnb-fixed-panel em::after {
    height: 8px;
    border-left-width: 9px;
  }

  .vnb-fixed-caption {
    left: 18px;
    bottom: 16px;
  }

  .vnb-fixed-caption span {
    padding: 6px 8px;
    font-size: 11px;
  }

  .vnb-featured h2 {
    font-size: 20px;
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .vnb-side-list,
  .vnb-card-grid,
  .vnb-related-grid,
  .vnb-archive-head,
  .vnb-archive-post,
  .vnb-post-nav {
    grid-template-columns: 1fr;
  }

  .vnb-side-item {
    grid-template-columns: 112px 1fr;
  }

  .vnb-side-thumb {
    height: 72px;
  }

  .vnb-card {
    display: grid;
    grid-template-columns: 118px 1fr;
    min-height: 118px;
  }

  .vnb-card-thumb {
    aspect-ratio: auto;
    min-height: 118px;
  }

  .vnb-card-body {
    padding: 12px;
  }

  .vnb-card h3 {
    font-size: 17px;
  }

  .vnb-card p {
    display: none;
  }

  .vnb-archive-head {
    gap: 12px;
  }

  .vnb-archive-head h1,
  .vnb-page-head h1 {
    font-size: 34px;
  }

  .vnb-archive-post {
    gap: 12px;
  }

  .vnb-archive-post h2 {
    font-size: 21px;
  }

  .vnb-single {
    padding-top: 30px;
  }

  .vnb-breadcrumb {
    justify-content: flex-start;
    margin-bottom: 22px;
  }

  .vnb-single-head {
    text-align: left;
  }

  .vnb-single-head h1 {
    font-size: 34px;
    line-height: 1.2;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .vnb-single-lead {
    font-size: 16px;
    line-height: 1.75;
    word-break: normal;
  }

  .vnb-single-meta {
    justify-content: flex-start;
    padding-bottom: 20px;
  }

  .vnb-single-hero img {
    aspect-ratio: 16 / 11;
  }

  .vnb-single-content {
    font-size: 16px;
    line-height: 1.86;
  }

  .vnb-single-content h2 {
    font-size: 25px;
  }

  .vnb-post-nav-item {
    min-height: auto;
  }

  .vnb-footer {
    padding: 28px 0;
  }

  .vnb-footer-logo {
    font-size: 24px;
  }

  .vnb-footer-inner {
    grid-template-columns: 1fr;
  }

  .vnb-footer-copy {
    text-align: left;
  }
}

/* Mobile source of truth. Keep this as the final mobile override. */
@media (max-width: 720px) {
  html,
  body {
    overflow-x: hidden;
  }

  .vnb-wrap,
  .vnb-header-inner,
  .vnb-single-inner,
  .vnb-single-hero,
  .vnb-single-related {
    width: min(calc(100% - 40px), 560px) !important;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .vnb-header {
    border-bottom: 1px solid var(--vnb-line);
  }

  .vnb-header-inner {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: center;
    min-height: 54px !important;
    padding: 0;
  }

  .vnb-menu-button {
    position: static !important;
    grid-column: 1;
    justify-self: start;
    width: 30px;
    height: 30px;
  }

  .vnb-menu-button span {
    width: 20px;
  }

  .vnb-header-date,
  .vnb-nav,
  .vnb-ticker {
    display: none !important;
  }

  .vnb-logo {
    position: static !important;
    grid-column: 2;
    justify-self: center;
    max-width: 100%;
    transform: none !important;
    font-size: 26px !important;
    line-height: 1;
    white-space: nowrap;
  }

  .vnb-header-search {
    position: static !important;
    grid-column: 3;
    justify-self: end;
    transform: none !important;
    width: 30px;
    height: 30px;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: var(--vnb-blue);
    background: #fff;
    font-size: 17px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
  }

  .vnb-home,
  .vnb-archive,
  .vnb-page {
    padding: 12px 0 36px !important;
  }

  .vnb-hero-grid {
    display: flex !important;
    flex-direction: column;
    gap: 12px;
  }

  .vnb-headline,
  .vnb-curation {
    order: 1;
    min-width: 0;
  }

  .vnb-kicker {
    font-size: 14px;
    margin: 0 0 7px;
  }

  .vnb-headline h1,
  .vnb-curation h1 {
    display: -webkit-box;
    margin: 0 0 10px;
    font-size: 20px !important;
    line-height: 1.28 !important;
    word-break: keep-all !important;
    overflow-wrap: anywhere !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .vnb-curation-title {
    display: block !important;
    font-size: 20px !important;
    white-space: nowrap;
  }

  .vnb-headline p,
  .vnb-curation p {
    display: -webkit-box;
    width: calc(100% - 10px);
    max-width: 100%;
    margin: 0 auto 12px;
    color: #374151;
    font-size: 11px !important;
    line-height: 1.5;
    word-break: keep-all;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .vnb-button {
    padding: 8px 14px;
    font-size: 12px;
  }

  .vnb-featured {
    order: 2;
    width: 100% !important;
    max-width: 100%;
    min-height: 0 !important;
    aspect-ratio: 16 / 8.4;
    margin: 0;
  }

  .vnb-featured-content {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .vnb-curation-list {
    margin-bottom: 16px;
  }

  .vnb-curation-item {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 9px;
    padding: 10px 0;
  }

  .vnb-curation-item strong {
    font-size: 14px;
    line-height: 1.38;
  }

  .vnb-featured-content h2,
  .vnb-featured-content p {
    display: none !important;
  }

  .vnb-featured-fixed {
    aspect-ratio: 4 / 3 !important;
    min-height: 0 !important;
  }

  .vnb-badge {
    margin-bottom: 0;
    padding: 5px 8px;
    font-size: 12px;
  }

  .vnb-side {
    order: 3;
    border-top: 1px solid var(--vnb-line);
    padding-top: 20px;
  }

  .vnb-side-list,
  .vnb-card-grid,
  .vnb-related-grid,
  .vnb-archive-head,
  .vnb-archive-post,
  .vnb-post-nav {
    grid-template-columns: 1fr !important;
  }

  .vnb-side-item {
    grid-template-columns: 108px 1fr;
    gap: 12px;
  }

  .vnb-side-thumb {
    height: 66px;
  }

  .vnb-card {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    min-height: 118px;
  }

  .vnb-card-thumb {
    aspect-ratio: auto;
    min-height: 118px;
  }

  .vnb-card p {
    display: none;
  }

  .vnb-footer {
    padding: 22px 0 24px !important;
  }

  .vnb-footer-inner {
    gap: 14px;
  }

  .vnb-footer-logo {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .vnb-footer p {
    font-size: 14px;
    line-height: 1.55;
  }

  .vnb-footer-links {
    gap: 8px 14px;
  }

  .vnb-footer-copy {
    text-align: left;
  }
}

/* Final home layout source of truth after all legacy mobile overrides. */
.vnb-home .vnb-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(260px, 0.5fr) minmax(0, 1.5fr) !important;
  gap: 26px !important;
  align-items: stretch;
}

.vnb-home .vnb-curation-title {
  font-size: clamp(24px, 1.9vw, 30px) !important;
  line-height: 1.18 !important;
  white-space: nowrap !important;
}

.vnb-home .vnb-feature-stack {
  order: 2 !important;
  min-width: 0;
  display: grid !important;
  grid-template-rows: auto auto;
  overflow: hidden;
  border: 1px solid var(--vnb-line);
  border-radius: 8px;
  background: #fff;
}

.vnb-home .vnb-feature-stack .vnb-featured {
  order: 1 !important;
  width: 100% !important;
  min-height: 0 !important;
  border-radius: 0;
}

.vnb-home .vnb-feature-stack .vnb-featured::after {
  display: block !important;
}

.vnb-home .vnb-feature-stack .vnb-featured-fixed {
  aspect-ratio: 16 / 8.8 !important;
}

.vnb-home .vnb-feature-mini-grid {
  order: 2 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  border-top: 1px solid var(--vnb-line);
}

.vnb-home .vnb-mini-card {
  display: grid !important;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border-right: 1px solid var(--vnb-line);
  color: var(--vnb-text);
  text-decoration: none;
  background: #fff;
}

.vnb-home .vnb-mini-card:last-child {
  border-right: 0;
}

.vnb-home .vnb-mini-thumb {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 5px;
  background: #eef2f7;
}

.vnb-home .vnb-mini-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vnb-home .vnb-mini-card h3 {
  display: -webkit-box;
  margin: 4px 0 7px;
  color: var(--vnb-text);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
  word-break: keep-all;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.vnb-home .vnb-mini-card small {
  color: var(--vnb-muted);
  font-size: 12px;
}

@media (min-width: 721px) and (max-width: 1024px) {
  .vnb-home .vnb-hero-grid {
    display: grid !important;
    grid-template-columns: minmax(230px, 0.46fr) minmax(0, 1.54fr) !important;
    gap: 22px !important;
  }

  .vnb-home .vnb-curation-title {
    font-size: clamp(24px, 3.2vw, 30px) !important;
  }

  .vnb-home .vnb-curation p {
    font-size: 15px !important;
  }

  .vnb-home .vnb-feature-stack .vnb-featured-fixed {
    aspect-ratio: 16 / 9.2 !important;
  }

  .vnb-home .vnb-mini-card {
    grid-template-columns: 82px minmax(0, 1fr);
    padding: 12px;
  }

  .vnb-home .vnb-mini-card h3 {
    font-size: 14px;
  }
}

@media (max-width: 720px) {
  .vnb-home .vnb-hero-grid {
    display: flex !important;
    flex-direction: column;
    gap: 12px !important;
  }

  .vnb-home .vnb-curation {
    order: 1 !important;
  }

  .vnb-home .vnb-feature-stack {
    order: 2 !important;
    display: flex !important;
    flex-direction: column;
  }

  .vnb-home .vnb-feature-stack .vnb-featured {
    order: 1 !important;
  }

  .vnb-home .vnb-feature-mini-grid {
    order: 2 !important;
  }

  .vnb-home .vnb-curation-title {
    display: block !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
  }

  .vnb-home .vnb-feature-stack {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .vnb-home .vnb-feature-stack .vnb-featured-fixed {
    aspect-ratio: 4 / 3 !important;
  }

  .vnb-home .vnb-featured-content {
    display: block !important;
    left: 16px !important;
    right: 16px !important;
    bottom: 14px !important;
  }

  .vnb-home .vnb-featured-content h2 {
    display: block !important;
    margin: 8px 0 6px !important;
    font-size: 19px !important;
    line-height: 1.25 !important;
    word-break: keep-all !important;
    overflow-wrap: anywhere !important;
  }

  .vnb-home .vnb-featured-content p {
    display: block !important;
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    word-break: keep-all !important;
    overflow-wrap: anywhere !important;
  }

  .vnb-home .vnb-feature-mini-grid {
    grid-template-columns: 1fr !important;
  }

  .vnb-home .vnb-mini-card {
    grid-template-columns: 98px minmax(0, 1fr);
    border-right: 0;
    border-bottom: 1px solid var(--vnb-line);
  }

  .vnb-home .vnb-mini-thumb img,
  .vnb-home .vnb-card-thumb img,
  .vnb-home .vnb-card img {
    object-fit: contain !important;
    background: #f8fafc;
  }

  .vnb-home .vnb-card {
    grid-template-columns: 96px minmax(0, 1fr) !important;
    overflow: hidden;
  }

  .vnb-home .vnb-card-thumb {
    min-height: 104px !important;
    background: #f8fafc;
  }

  .vnb-home .vnb-card-body {
    padding: 10px !important;
  }

  .vnb-home .vnb-card-meta {
    gap: 5px !important;
    margin-bottom: 5px !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
  }

  .vnb-home .vnb-card h3 {
    font-size: 15px !important;
    line-height: 1.35 !important;
    margin: 0 !important;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .vnb-home .vnb-mini-card:last-child {
    border-bottom: 0;
  }
}

/* Final archive/category responsive layout. */
@media (min-width: 721px) and (max-width: 1100px) {
  .vnb-archive-post {
    display: grid !important;
    grid-template-columns: 190px minmax(0, 1fr) !important;
    gap: 18px !important;
    align-items: start;
    padding-bottom: 20px;
  }

  .vnb-archive-thumb {
    aspect-ratio: 4 / 3 !important;
    width: 100%;
    min-height: 0 !important;
  }

  .vnb-archive-thumb img {
    object-fit: contain !important;
    background: #f8fafc;
  }

  .vnb-archive-post h2 {
    font-size: 21px !important;
    line-height: 1.32 !important;
    margin-bottom: 8px !important;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .vnb-archive-post p {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }
}

@media (max-width: 720px) {
  .vnb-archive-head {
    display: block !important;
    padding-bottom: 16px !important;
    margin-bottom: 18px !important;
  }

  .vnb-archive-head h1,
  .vnb-page-head h1 {
    font-size: 26px !important;
    line-height: 1.16 !important;
    margin-bottom: 12px !important;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .vnb-archive-desc p {
    font-size: 14px !important;
    line-height: 1.58 !important;
  }

  .vnb-archive-list {
    gap: 14px !important;
  }

  .vnb-archive-post {
    display: grid !important;
    grid-template-columns: 96px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: start;
    padding-bottom: 14px !important;
  }

  .vnb-archive-thumb {
    aspect-ratio: 1 / 1 !important;
    width: 96px;
    min-height: 0 !important;
    border-radius: 4px;
  }

  .vnb-archive-thumb img {
    object-fit: contain !important;
    background: #f8fafc;
  }

  .vnb-archive-post .vnb-card-meta {
    gap: 6px !important;
    margin-bottom: 5px !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
  }

  .vnb-archive-post h2 {
    font-size: 13px !important;
    line-height: 1.38 !important;
    margin: 0 !important;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .vnb-archive-post h2 a {
    color: var(--vnb-text) !important;
  }

  .vnb-archive-post p {
    display: none !important;
  }
}

/* Final single article mobile/table handling. */
.vnb-single-content table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}

.vnb-single-content th,
.vnb-single-content td {
  padding: 10px 12px;
  vertical-align: top;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.vnb-single-content .wp-block-table,
.vnb-single-content figure.wp-block-table {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 22px 0 28px;
}

.vnb-single-content .wp-block-table table,
.vnb-single-content figure.wp-block-table table {
  min-width: 620px;
}

@media (max-width: 720px) {
  .vnb-single {
    padding-top: 20px !important;
  }

  .vnb-single-inner,
  .vnb-single-hero,
  .vnb-single-related {
    width: min(calc(100% - 20px), 680px) !important;
    max-width: 680px !important;
  }

  .vnb-single-head {
    text-align: left !important;
  }

  .vnb-single-head h1 {
    font-size: 26px !important;
    line-height: 1.28 !important;
    margin-bottom: 14px !important;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .vnb-single-lead {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .vnb-single-content {
    font-size: 16px !important;
    line-height: 1.78 !important;
  }

  .vnb-single-content h2 {
    font-size: 21px !important;
    line-height: 1.35 !important;
    margin-top: 30px !important;
  }

  .vnb-single-content h3 {
    font-size: 18px !important;
    line-height: 1.4 !important;
  }

  .vnb-single-content p,
  .vnb-single-content ul,
  .vnb-single-content ol {
    margin-bottom: 14px !important;
  }

  .vnb-single-content .wp-block-table,
  .vnb-single-content figure.wp-block-table {
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    margin-left: calc(50% - 50vw + 10px);
    margin-right: calc(50% - 50vw + 10px);
    padding-bottom: 8px;
  }

  .vnb-single-content table {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  .vnb-single-content th,
  .vnb-single-content td {
    padding: 8px 9px !important;
    min-width: 118px;
  }
}

@media (max-width: 900px) and (orientation: landscape) {
  .vnb-single-inner,
  .vnb-single-hero,
  .vnb-single-related {
    width: min(calc(100% - 28px), 820px) !important;
    max-width: 820px !important;
  }

  .vnb-single-content .wp-block-table,
  .vnb-single-content figure.wp-block-table {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    margin-left: calc(50% - 50vw + 14px);
    margin-right: calc(50% - 50vw + 14px);
  }
}

/* Final article width tightening for WordPress preview devices. */
.vnb-single-content > *,
.vnb-single-content .wp-block-group,
.vnb-single-content .wp-block-columns,
.vnb-single-content .wp-block-column {
  max-width: 100% !important;
  box-sizing: border-box;
}

.vnb-single-content .wp-block-group {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.vnb-single-content img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1100px) {
  .vnb-single-inner {
    width: min(calc(100% - 24px), 960px) !important;
    max-width: 960px !important;
  }

  .vnb-single-hero,
  .vnb-single-related {
    width: min(calc(100% - 24px), 1040px) !important;
    max-width: 1040px !important;
  }
}

@media (max-width: 720px) {
  .vnb-single-inner,
  .vnb-single-hero,
  .vnb-single-related {
    width: calc(100% - 12px) !important;
    max-width: none !important;
  }

  .vnb-single-content {
    width: 100% !important;
  }

  .vnb-single-content > *,
  .vnb-single-content .wp-block-group,
  .vnb-single-content .wp-block-image,
  .vnb-single-content figure {
    max-width: 100% !important;
  }

  .vnb-single-content .wp-block-table,
  .vnb-single-content figure.wp-block-table {
    width: calc(100vw - 12px) !important;
    max-width: calc(100vw - 12px) !important;
    margin-left: calc(50% - 50vw + 6px) !important;
    margin-right: calc(50% - 50vw + 6px) !important;
  }
}

@media (max-width: 900px) and (orientation: landscape) {
  .vnb-single-inner,
  .vnb-single-hero,
  .vnb-single-related {
    width: calc(100% - 18px) !important;
    max-width: none !important;
  }

  .vnb-single-content .wp-block-table,
  .vnb-single-content figure.wp-block-table {
    width: calc(100vw - 18px) !important;
    max-width: calc(100vw - 18px) !important;
    margin-left: calc(50% - 50vw + 9px) !important;
    margin-right: calc(50% - 50vw + 9px) !important;
  }
}

/* Final override for WordPress constrained content inside single posts. */
.vnb-single-content .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.vnb-single-content .wp-block-group__inner-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.vnb-single-content > .wp-block-group,
.vnb-single-content .wp-block-group.has-background,
.vnb-single-content .is-layout-constrained {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  box-sizing: border-box;
}

@media (max-width: 720px) {
  .vnb-single-content > .wp-block-group,
  .vnb-single-content .wp-block-group.has-background,
  .vnb-single-content .is-layout-constrained {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .vnb-single-content .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
  .vnb-single-content .wp-block-group__inner-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    width: 100% !important;
    max-width: 100% !important;
  }

  .vnb-single-content .wp-block-table,
  .vnb-single-content figure.wp-block-table {
    margin-left: calc(50% - 50vw + 4px) !important;
    margin-right: calc(50% - 50vw + 4px) !important;
    width: calc(100vw - 8px) !important;
    max-width: calc(100vw - 8px) !important;
  }
}

/* Final header/menu cleanup after live mobile QA. */
#masthead,
.site-header,
.ast-mobile-header-wrap,
.ast-primary-header-bar,
.main-header-bar,
.site-footer {
  display: none !important;
}

.vnb-nav-inner {
  flex-wrap: nowrap;
  overflow: visible;
}

.vnb-nav a,
.vnb-search-link {
  white-space: nowrap;
  word-break: keep-all;
}

@media (max-width: 1200px) and (min-width: 901px) {
  .vnb-nav-inner {
    gap: clamp(18px, 3.4vw, 52px);
  }

  .vnb-nav a {
    font-size: 14px;
  }

  .vnb-logo {
    font-size: clamp(46px, 5vw, 58px);
  }

  .vnb-search-link {
    padding: 8px 14px;
    font-size: 14px;
  }

  .vnb-single-head h1 {
    font-size: clamp(34px, 4.2vw, 48px);
  }
}

@media (max-width: 900px) {
  body.vnb-menu-open {
    overflow: hidden;
  }

  .vnb-wrap,
  .vnb-header-inner {
    width: calc(100% - 32px) !important;
    max-width: none !important;
  }

  .vnb-header {
    border-bottom: 1px solid var(--vnb-line);
  }

  .vnb-header-inner {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) 54px;
    align-items: center;
    min-height: 56px !important;
    padding: 0 !important;
  }

  .vnb-menu-button {
    position: static !important;
    grid-column: 1;
    justify-self: start;
    width: 34px;
    height: 34px;
  }

  .vnb-menu-button span {
    width: 22px;
  }

  .vnb-header-date,
  .vnb-nav,
  .vnb-ticker {
    display: none !important;
  }

  .vnb-logo {
    grid-column: 2;
    justify-self: center;
    font-size: clamp(26px, 7vw, 36px) !important;
    line-height: 1;
  }

  .vnb-header-search {
    display: inline-flex !important;
    grid-column: 3;
    justify-self: end;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 34px;
    border: 1px solid var(--vnb-line);
    border-radius: 999px;
    background: #fff;
    color: var(--vnb-blue);
    box-shadow: 0 2px 8px rgba(7, 16, 52, 0.08);
  }

  .vnb-menu-panel {
    background: #fff !important;
    overflow-y: auto;
  }

  .vnb-menu-panel-inner {
    width: 100% !important;
    min-height: 100dvh;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 28px 24px 48px !important;
  }

  .vnb-menu-close {
    margin-bottom: 20px;
  }

  .vnb-menu-panel-nav {
    gap: 0;
  }

  .vnb-menu-panel-nav a {
    display: block;
    border-top: 1px solid var(--vnb-line);
    padding: 18px 0;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 800;
  }

  .vnb-single-head h1 {
    font-size: clamp(30px, 6.2vw, 42px) !important;
    line-height: 1.18 !important;
  }

  .vnb-post-nav {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .vnb-post-nav-item {
    padding: 20px !important;
  }

  .vnb-post-nav-item a {
    font-size: 20px !important;
    line-height: 1.45 !important;
  }
}

@media (max-width: 480px) {
  .vnb-wrap,
  .vnb-header-inner {
    width: calc(100% - 24px) !important;
  }

  .vnb-footer {
    padding: 30px 0 !important;
  }

  .vnb-footer-logo {
    font-size: 28px !important;
  }

  .vnb-footer p {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }

  .vnb-footer-links {
    gap: 16px !important;
  }
}

/* Final single image crop prevention: article graphics must stay readable. */
.vnb-single-hero {
  width: min(calc(100% - 28px), 980px) !important;
  max-width: 980px !important;
}

.vnb-single-hero img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  display: block !important;
  background: #fff;
}

.vnb-single-content figure.wp-block-image img,
.vnb-single-content .wp-block-image img,
.vnb-single-content > p > img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  display: block;
}

@media (max-width: 900px) {
  .vnb-single-hero {
    width: calc(100% - 20px) !important;
    max-width: none !important;
  }
}

@media (max-width: 480px) {
  .vnb-single-hero {
    width: calc(100% - 16px) !important;
  }
}

/* vnbizlab-final-single-polish-20260625 */
.single .entry-header,
.single .vnb-single-header,
.single .vnb-post-hero {
  text-align: left;
}
.single .vnb-single-header .vnb-cat-badge,
.single .vnb-post-hero .vnb-cat-badge,
.single .entry-header .post-cat,
.single .entry-header .cat-links,
.single .entry-header .ast-terms-link {
  display: none !important;
}
.single .entry-title,
.single h1.entry-title,
.single .vnb-single-title {
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.15;
}
@media (max-width: 1024px) {
  .single .entry-title,
  .single h1.entry-title,
  .single .vnb-single-title {
    font-size: clamp(28px, 5vw, 44px);
  }
}
@media (max-width: 600px) {
  .single .entry-title,
  .single h1.entry-title,
  .single .vnb-single-title {
    font-size: 28px !important;
    line-height: 1.22;
  }
}
/* VN BizLab final hard override - 2026-06-26-v3 */
body.single .vnb-single-hero,
body.single-post .vnb-single-hero,
body.single article,
body.single-post article,
body.single .entry-header,
body.single-post .entry-header,
body.single .vnb-post-header,
body.single-post .vnb-post-header {
  text-align: left !important;
}
body.single .entry-title,
body.single-post .entry-title,
body.single h1.entry-title,
body.single-post h1.entry-title,
body.single .vnb-single-title,
body.single-post .vnb-single-title,
body.single .vnb-post-title,
body.single-post .vnb-post-title,
.single-post .ast-single-post .entry-title {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  max-width: 960px !important;
  font-size: clamp(34px, 4.1vw, 58px) !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
}
body.single .entry-meta,
body.single-post .entry-meta,
body.single .vnb-post-meta,
body.single-post .vnb-post-meta {
  justify-content: flex-start !important;
  text-align: left !important;
}
body.single .cat-links,
body.single-post .cat-links,
body.single .post-categories,
body.single-post .post-categories,
body.single .vnb-category-badge,
body.single-post .vnb-category-badge,
body.single .vnb-post-category,
body.single-post .vnb-post-category {
  display: none !important;
}
body.single .entry-content,
body.single-post .entry-content,
body.single .post-content,
body.single-post .post-content {
  overflow-wrap: anywhere !important;
}
body.single .entry-content img,
body.single-post .entry-content img,
body.single .wp-block-image img,
body.single-post .wp-block-image img,
body.single article img,
body.single-post article img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}
body.single .entry-content table,
body.single-post .entry-content table {
  width: max-content !important;
  min-width: 100% !important;
}
body.single .entry-content .wp-block-table,
body.single-post .entry-content .wp-block-table,
body.single .entry-content figure:has(table),
body.single-post .entry-content figure:has(table) {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
}
.archive .entry-title a,
.category .entry-title a,
.search .entry-title a,
.vnb-post-card-title,
.vnb-archive-list a {
  color: #111827 !important;
}
@media (max-width: 1024px) {
  body.single .entry-title,
  body.single-post .entry-title,
  body.single h1.entry-title,
  body.single-post h1.entry-title,
  body.single .vnb-single-title,
  body.single-post .vnb-single-title,
  body.single .vnb-post-title,
  body.single-post .vnb-post-title {
    font-size: clamp(30px, 5.2vw, 46px) !important;
    line-height: 1.18 !important;
    text-align: left !important;
  }
  body.single .site-main,
  body.single-post .site-main,
  body.single article,
  body.single-post article {
    max-width: none !important;
  }
}
@media (max-width: 640px) {
  body.single .entry-title,
  body.single-post .entry-title,
  body.single h1.entry-title,
  body.single-post h1.entry-title,
  body.single .vnb-single-title,
  body.single-post .vnb-single-title,
  body.single .vnb-post-title,
  body.single-post .vnb-post-title {
    font-size: 28px !important;
    line-height: 1.22 !important;
    text-align: left !important;
  }
  body.single .entry-content,
  body.single-post .entry-content {
    font-size: 17px !important;
    line-height: 1.75 !important;
  }
  body.single .entry-content h2,
  body.single-post .entry-content h2 {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }
  .archive .entry-title,
  .category .entry-title,
  .search .entry-title,
  .archive .entry-title a,
  .category .entry-title a,
  .search .entry-title a,
  .vnb-post-card-title,
  .vnb-archive-list a {
    color: #111827 !important;
    font-size: 20px !important;
    line-height: 1.32 !important;
  }
}
/* End VN BizLab final hard override - 2026-06-26-v3 */

/* VN BizLab approval cleanup - latest home feed and single title alignment. */
.vnb-single .vnb-breadcrumb,
.vnb-single .vnb-single-head,
.vnb-single .vnb-single-meta {
  text-align: left !important;
}

.vnb-single .vnb-single-head {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.vnb-single .vnb-single-head .vnb-badge {
  display: inline-flex;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.vnb-single .vnb-single-head h1 {
  max-width: 920px;
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
  font-size: clamp(30px, 3.2vw, 42px) !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
}

.vnb-single .vnb-single-meta {
  justify-content: flex-start !important;
}

@media (max-width: 768px) {
  .vnb-single .vnb-single-head h1 {
    font-size: 28px !important;
    line-height: 1.24 !important;
  }
}

/* VN BizLab thumbnail ratio standardization.
 * Recommended featured image source size: 1200x675px or 1600x900px.
 * All homepage/archive thumbnail frames use 16:9.
 */
.vnb-home .vnb-feature-stack .vnb-featured-fixed,
.vnb-home .vnb-card-thumb,
.vnb-home .vnb-mini-thumb,
.vnb-archive-thumb {
  aspect-ratio: 16 / 9 !important;
  min-height: 0 !important;
}

.vnb-home .vnb-feature-stack .vnb-featured-fixed > img,
.vnb-home .vnb-card-thumb img,
.vnb-home .vnb-mini-thumb img,
.vnb-archive-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.vnb-home .vnb-mini-card {
  grid-template-columns: 118px minmax(0, 1fr) !important;
  align-items: center !important;
}

.vnb-home .vnb-mini-card h3 {
  margin: 0 !important;
}

.vnb-home .vnb-card-thumb {
  overflow: hidden !important;
}

.vnb-home .vnb-card h3 {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .vnb-home .vnb-feature-stack .vnb-featured-fixed,
  .vnb-home .vnb-card-thumb,
  .vnb-home .vnb-mini-thumb,
  .vnb-archive-thumb {
    aspect-ratio: 16 / 9 !important;
  }

  .vnb-home .vnb-mini-card {
    grid-template-columns: 118px minmax(0, 1fr) !important;
    align-items: center !important;
  }
}
