/* YG-B02 product page: independent dual-wok product story. */
:root {
  --b02-ink: #111315;
  --b02-muted: #656b70;
  --b02-line: rgba(17, 19, 21, 0.12);
  --b02-warm: #ef6a24;
  --b02-cool: #eef3f5;
}

html body.yg-b02-page {
  color: var(--b02-ink);
  background: #ffffff;
}

.b02-main {
  overflow: hidden;
}

.b02-hero {
  width: min(1320px, calc(100% - 80px));
  min-height: min(680px, calc(100svh - 80px));
  display: grid;
  grid-template-columns: minmax(420px, 0.88fr) minmax(500px, 1.12fr);
  align-items: stretch;
  margin: 0 auto;
  color: var(--b02-ink);
  background: #ffffff;
  border: 0;
  box-shadow: none;
}

.b02-hero-copy {
  align-self: center;
  width: min(100%, 660px);
  padding: clamp(62px, 6vw, 92px) clamp(28px, 4vw, 58px) clamp(62px, 6vw, 92px) 0;
  background: #ffffff;
}

.b02-kicker,
.b02-section-kicker {
  margin: 0 0 14px;
  color: var(--b02-warm) !important;
  -webkit-text-fill-color: var(--b02-warm) !important;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
}

.b02-hero h1 {
  max-width: 650px;
  margin: 0;
  color: var(--b02-ink) !important;
  -webkit-text-fill-color: var(--b02-ink) !important;
  font-size: clamp(42px, 4.5vw, 70px);
  line-height: 1.02;
  letter-spacing: 0;
}

.b02-hero-lead {
  max-width: 600px;
  margin: 24px 0 0;
  color: #596166 !important;
  -webkit-text-fill-color: #596166 !important;
  font-size: 18px;
  line-height: 1.72;
}

.b02-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.b02-hero .button.primary {
  color: #ffffff;
  background: #111315;
  border-color: #111315;
}

.b02-hero .button.secondary {
  color: #111315;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.b02-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
  border: 0;
}

.b02-hero-metrics div {
  padding: 20px 16px 0 0;
}

.b02-hero-metrics strong,
.b02-hero-metrics span {
  display: block;
}

.b02-hero-metrics strong {
  color: #111315 !important;
  -webkit-text-fill-color: #111315 !important;
  font-size: 24px;
  line-height: 1.1;
}

.b02-hero-metrics span {
  margin-top: 6px;
  color: #6a7176 !important;
  -webkit-text-fill-color: #6a7176 !important;
  font-size: 12px;
  line-height: 1.4;
}

.b02-hero-media {
  position: relative;
  min-height: 650px;
  display: grid;
  padding: 28px 0 28px clamp(24px, 4vw, 56px);
  place-items: center;
  overflow: hidden;
  background: #ffffff;
  border: 0;
  box-shadow: none;
}

.b02-hero-media::after {
  display: none;
  content: none;
}

.b02-hero-media img {
  display: block;
  width: min(100%, 650px);
  height: clamp(500px, 38vw, 590px);
  object-fit: cover;
  object-position: center 41%;
  filter: none;
}

.b02-section {
  width: min(1380px, calc(100% - 80px));
  margin: 0 auto;
  padding: clamp(80px, 9vw, 132px) 0;
}

.b02-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 0.45fr);
  gap: clamp(30px, 7vw, 110px);
  align-items: end;
  margin-bottom: 48px;
}

.b02-section h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
  letter-spacing: 0;
}

.b02-section-head > p {
  margin: 0;
  color: var(--b02-muted);
  font-size: 17px;
  line-height: 1.7;
}

.b02-parallel-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.b02-video-shell {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 8px;
  background: #0a0c0e;
}

.b02-video-shell video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b02-video-caption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.82) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.82) !important;
  background: rgba(8, 10, 12, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  backdrop-filter: blur(14px);
  font-size: 13px;
  line-height: 1.5;
}

.b02-line-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--b02-line);
}

.b02-line-list article {
  min-height: 172px;
  padding: 28px;
  background: #f7f8f8;
}

.b02-line-list span {
  color: var(--b02-warm);
  font-size: 12px;
  font-weight: 700;
}

.b02-line-list h3 {
  margin: 12px 0 0;
  font-size: 24px;
  line-height: 1.18;
}

.b02-line-list p {
  margin: 12px 0 0;
  color: var(--b02-muted);
  font-size: 15px;
  line-height: 1.62;
}

.b02-throughput-band {
  width: 100%;
  padding: clamp(74px, 8vw, 112px) max(40px, calc((100vw - 1380px) / 2));
  color: var(--b02-ink);
  background: #f5f6f6;
}

.b02-throughput-inner {
  width: 100%;
}

.b02-throughput-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.68fr);
  grid-template-rows: auto 1fr;
  column-gap: clamp(48px, 8vw, 118px);
  margin-bottom: clamp(32px, 4vw, 52px);
  align-items: end;
}

.b02-throughput-copy .b02-section-kicker {
  grid-column: 1;
  grid-row: 1;
  max-width: none;
  margin: 0 0 12px;
  color: var(--b02-warm) !important;
  -webkit-text-fill-color: var(--b02-warm) !important;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.2;
  text-transform: uppercase;
}

.b02-throughput-band h2 {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
  color: var(--b02-ink) !important;
  -webkit-text-fill-color: var(--b02-ink) !important;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.06;
  letter-spacing: 0;
}

.b02-throughput-copy > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  max-width: 500px;
  margin: 0;
  color: var(--b02-muted) !important;
  -webkit-text-fill-color: var(--b02-muted) !important;
  font-size: 16px;
  line-height: 1.7;
}

.b02-throughput-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(310px, 0.5fr);
  gap: 18px;
  align-items: stretch;
}

.b02-throughput-media {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  background: #111315;
  box-shadow: 0 20px 56px rgba(27, 35, 40, 0.11);
}

.b02-throughput-media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b02-throughput-panel {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--b02-line);
  border-radius: 8px;
  background: #ffffff;
}

.b02-throughput-panel .b02-throughput-label {
  max-width: none;
  margin: 0 0 16px;
  color: var(--b02-warm) !important;
  -webkit-text-fill-color: var(--b02-warm) !important;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.3;
  text-transform: uppercase;
}

.b02-throughput-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: auto;
}

.b02-throughput-grid div {
  min-height: 116px;
  padding: 20px 14px;
  border-top: 1px solid var(--b02-line);
  border-right: 1px solid var(--b02-line);
}

.b02-throughput-grid div:nth-child(even) {
  border-right: 0;
}

.b02-throughput-grid strong,
.b02-throughput-grid span {
  display: block;
}

.b02-throughput-grid strong {
  color: var(--b02-ink) !important;
  -webkit-text-fill-color: var(--b02-ink) !important;
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1;
}

.b02-throughput-grid span {
  margin-top: 10px;
  color: var(--b02-muted) !important;
  -webkit-text-fill-color: var(--b02-muted) !important;
  font-size: 12px;
  line-height: 1.5;
}

.b02-use-cases {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

@media (min-width: 1100px) {
  .b02-use-cases {
    width: calc(100% - 132px);
  }
}

.b02-use-cases article {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--b02-line);
  border-top: 3px solid var(--b02-warm);
  border-radius: 8px;
}

.b02-use-cases img {
  width: 100%;
  height: clamp(220px, 17vw, 250px);
  display: block;
  object-fit: cover;
  object-position: center 48%;
}

.b02-use-case-copy {
  display: grid;
  align-content: start;
  padding: 21px 23px 24px;
}

.b02-use-cases span {
  color: var(--b02-warm);
  font-size: 13px;
  font-weight: 700;
}

.b02-use-cases h3 {
  margin: 8px 0 0;
  font-size: clamp(21px, 1.7vw, 27px);
  line-height: 1.18;
}

.b02-use-cases p {
  margin: 10px 0 0;
  color: var(--b02-muted);
  font-size: 15px;
  line-height: 1.62;
}

.b02-spec-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.48fr) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: start;
}

.b02-spec-intro {
  position: sticky;
  top: 110px;
}

.b02-spec-intro p:last-child {
  color: var(--b02-muted);
  font-size: 16px;
  line-height: 1.7;
}

.b02-spec-table-wrap {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--b02-line);
  background: #ffffff;
}

.b02-spec-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.b02-spec-table tr {
  border-bottom: 1px solid var(--b02-line);
}

.b02-spec-table tr:last-child {
  border-bottom: 0;
}

.b02-spec-table th,
.b02-spec-table td {
  padding: 18px 22px;
  vertical-align: top;
  text-align: left;
}

.b02-spec-table th {
  width: 18%;
  color: var(--b02-muted);
  background: #f6f7f7;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
}

.b02-spec-table td {
  width: 32%;
  color: var(--b02-ink);
  background: #ffffff;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 650;
  overflow-wrap: anywhere;
}

.b02-spec-table th:nth-child(3),
.b02-spec-table td:nth-child(4) {
  border-left: 1px solid var(--b02-line);
}

.b02-cta {
  width: min(1380px, calc(100% - 80px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  margin: 0 auto 90px;
  padding: 48px;
  background: #f2f4f4;
  border-top: 3px solid var(--b02-warm);
}

.b02-cta h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.12;
}

.b02-cta p {
  margin: 14px 0 0;
  color: var(--b02-muted);
  line-height: 1.65;
}

@media (max-width: 1180px) {
  .b02-hero {
    grid-template-columns: minmax(360px, 0.92fr) minmax(420px, 1.08fr);
  }

  .b02-hero-copy {
    padding-right: 36px;
  }

  .b02-throughput-stage {
    grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  }
}

@media (max-width: 820px) {
  .b02-hero {
    width: calc(100% - 32px);
    min-height: auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .b02-hero-copy {
    min-width: 0;
    order: 1;
    padding: 48px 0 30px;
  }

  .b02-hero-media {
    width: 100%;
    min-width: 0;
    min-height: 0;
    max-height: none;
    aspect-ratio: 1 / 1;
    order: 2;
    padding: 0 0 24px;
    border: 0;
  }

  .b02-hero-media::after {
    display: none;
  }

  .b02-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
  }

  .b02-hero h1 {
    font-size: 40px;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .b02-hero-lead {
    font-size: 16px;
  }

  .b02-hero-metrics {
    overflow-x: auto;
    grid-template-columns: repeat(3, minmax(130px, 1fr));
    scroll-snap-type: x mandatory;
  }

  .b02-hero-metrics div {
    scroll-snap-align: start;
  }

  .b02-section {
    width: calc(100% - 32px);
    padding: 70px 0;
  }

  .b02-section-head,
  .b02-parallel-grid,
  .b02-spec-layout,
  .b02-cta {
    grid-template-columns: 1fr;
  }

  .b02-section-head {
    gap: 20px;
    margin-bottom: 30px;
  }

  .b02-section h2 {
    font-size: 34px;
  }

  .b02-video-shell {
    min-height: 56vw;
  }

  .b02-line-list {
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 82vw);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .b02-line-list::-webkit-scrollbar {
    display: none;
  }

  .b02-line-list article {
    min-height: 210px;
    scroll-snap-align: start;
  }

  .b02-throughput-band {
    padding: 64px 16px;
  }

  .b02-throughput-copy {
    display: block;
    margin-bottom: 28px;
  }

  .b02-throughput-copy > p:last-child {
    max-width: none;
    margin-top: 18px;
  }

  .b02-throughput-band h2 {
    font-size: 34px;
  }

  .b02-throughput-stage {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .b02-throughput-panel {
    padding: 18px 0 0;
    border: 0;
    background: transparent;
  }

  .b02-throughput-panel .b02-throughput-label {
    margin-bottom: 12px;
  }

  .b02-throughput-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    margin-right: -16px;
    padding: 0 16px 10px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
  }

  .b02-throughput-grid::-webkit-scrollbar {
    display: none;
  }

  .b02-throughput-grid div {
    flex: 0 0 138px;
    min-height: 110px;
    padding: 18px 14px;
    border: 1px solid var(--b02-line) !important;
    border-radius: 8px;
    background: #ffffff;
    scroll-snap-align: start;
  }

  .b02-use-cases {
    width: calc(100% + 16px);
    overflow-x: auto;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: clamp(286px, 82vw, 340px);
    gap: 12px;
    margin-right: -16px;
    padding: 0 16px 12px 0;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0 16px;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
  }

  .b02-use-cases::-webkit-scrollbar {
    display: none;
  }

  .b02-use-cases article {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .b02-use-cases img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .b02-use-case-copy {
    min-height: 190px;
    padding: 21px 20px 24px;
  }

  .b02-use-cases h3 {
    font-size: 22px;
  }

  .b02-spec-intro {
    position: static;
  }

  .b02-spec-table,
  .b02-spec-table tbody {
    display: block;
  }

  .b02-spec-table tr {
    display: grid;
    grid-template-columns: minmax(116px, 38%) minmax(0, 1fr);
  }

  .b02-spec-table th,
  .b02-spec-table td {
    width: auto;
    padding: 14px 12px;
  }

  .b02-spec-table th {
    font-size: 12px;
  }

  .b02-spec-table td {
    font-size: 13px;
  }

  .b02-spec-table th:nth-child(3),
  .b02-spec-table td:nth-child(4) {
    border-top: 1px solid var(--b02-line);
    border-left: 0;
  }

  .b02-cta {
    width: calc(100% - 32px);
    margin-bottom: 50px;
    padding: 30px 22px;
  }
}

/* Final page-scoped mobile reset for the peak-hour proof section. */
@media (max-width: 820px) {
  body.yg-b02-page .b02-main {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  body.yg-b02-page .b02-throughput-band {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: hidden;
  }

  body.yg-b02-page .b02-throughput-inner,
  body.yg-b02-page .b02-throughput-copy,
  body.yg-b02-page .b02-throughput-stage,
  body.yg-b02-page .b02-throughput-panel,
  body.yg-b02-page .b02-throughput-grid {
    position: static;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    translate: none;
    transform: none;
    align-self: stretch;
    justify-self: stretch;
  }

  body.yg-b02-page .b02-throughput-inner {
    display: block;
    margin: 0;
    padding: 0;
  }

  body.yg-b02-page .b02-throughput-copy {
    display: block;
    margin: 0 0 24px;
  }

  body.yg-b02-page .b02-throughput-stage {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  body.yg-b02-page .b02-throughput-media {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    translate: none;
    transform: none;
  }

  body.yg-b02-page .b02-throughput-panel {
    display: block;
    margin: 0;
    padding: 18px 0 0;
  }
}

@media (max-width: 420px) {
  .b02-hero-media {
    min-height: 0;
  }

  .b02-hero-actions .button {
    width: 100%;
  }

  .b02-video-caption {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .b02-spec-table th,
  .b02-spec-table td {
    padding: 13px 10px;
  }
}

/* Final hierarchy pass: keep both product stories light, precise and easy to scan. */
.b02-hero-actions {
  margin-top: 24px;
}

.b02-hero-metrics {
  gap: 0;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--b02-line);
}

.b02-hero-metrics div {
  min-width: 0;
  padding: 4px 20px 2px;
  border-right: 1px solid var(--b02-line);
}

.b02-hero-metrics div:first-child {
  padding-left: 0;
}

.b02-hero-metrics div:last-child {
  padding-right: 0;
  border-right: 0;
}

.b02-throughput-copy {
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.55fr);
  align-items: start;
}

.b02-throughput-copy > p:last-child {
  align-self: end;
  padding-left: 24px;
  border-left: 1px solid var(--b02-line);
}

.b02-throughput-stage {
  grid-template-columns: minmax(0, 1.58fr) minmax(300px, 0.42fr);
  gap: 20px;
}

.b02-throughput-panel {
  justify-content: space-between;
  padding: 24px;
}

.b02-throughput-panel .b02-throughput-label {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--b02-line);
}

.b02-throughput-grid {
  width: 100%;
  margin-top: auto;
}

.b02-throughput-grid div {
  min-height: 124px;
  padding: 22px 14px;
}

@media (max-width: 760px) {
  .b02-hero-metrics {
    overflow: visible;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 18px;
    scroll-snap-type: none;
  }

  .b02-hero-metrics div {
    padding: 2px 10px;
  }

  .b02-hero-metrics div:first-child {
    padding-left: 0;
  }

  .b02-hero-metrics div:last-child {
    padding-right: 0;
  }

  .b02-hero-metrics strong {
    font-size: 21px;
  }

  .b02-hero-metrics span {
    font-size: 10px;
    line-height: 1.35;
  }

  .b02-throughput-copy > p:last-child {
    margin-top: 16px;
    padding: 14px 0 0;
    border-top: 1px solid var(--b02-line);
    border-left: 0;
  }

  .b02-throughput-panel {
    padding: 18px 0 0;
  }

  .b02-throughput-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    overflow: visible;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--b02-line);
  }

  .b02-throughput-grid div {
    min-height: 104px;
    padding: 18px 12px;
    border: 0 !important;
    border-right: 1px solid var(--b02-line) !important;
    border-bottom: 1px solid var(--b02-line) !important;
    border-radius: 0;
  }

  .b02-throughput-grid div:nth-child(even) {
    border-right: 0 !important;
  }
}

/* Keep the peak-hour proof block in normal document flow on phones. */
@media (max-width: 820px) {
  body .b02-throughput-band {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 58px 16px;
    overflow: clip;
  }

  body .b02-throughput-inner,
  body .b02-throughput-copy,
  body .b02-throughput-stage,
  body .b02-throughput-media,
  body .b02-throughput-panel,
  body .b02-throughput-grid {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    transform: none;
  }

  body .b02-throughput-copy {
    display: block;
    margin: 0 0 24px;
    padding: 0;
  }

  body .b02-throughput-copy .b02-section-kicker,
  body .b02-throughput-band h2,
  body .b02-throughput-copy > p:last-child {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  body .b02-throughput-band h2 {
    font-size: clamp(29px, 8.5vw, 34px);
    overflow-wrap: anywhere;
  }

  body .b02-throughput-copy > p:last-child {
    margin-top: 16px;
    padding: 14px 0 0;
    border-top: 1px solid var(--b02-line);
    border-left: 0;
  }

  body .b02-throughput-stage {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  body .b02-throughput-media {
    position: relative;
    inset: auto;
    height: auto;
    aspect-ratio: 16 / 10;
    margin: 0;
    border-radius: 8px;
  }

  body .b02-throughput-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  body .b02-throughput-panel {
    position: static;
    inset: auto;
    margin: 0;
    padding: 18px 0 0;
    border: 0;
    background: transparent;
  }

  body .b02-throughput-panel .b02-throughput-label {
    margin: 0;
    padding: 0 0 12px;
    border-bottom: 1px solid var(--b02-line);
  }

  body .b02-throughput-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
    border-top: 0;
  }

  body .b02-throughput-grid div {
    box-sizing: border-box;
    width: auto;
    min-width: 0;
    min-height: 102px;
    padding: 18px 12px;
    border: 0 !important;
    border-right: 1px solid var(--b02-line) !important;
    border-bottom: 1px solid var(--b02-line) !important;
    border-radius: 0;
    background: transparent;
  }

  body .b02-throughput-grid div:nth-child(even) {
    border-right: 0 !important;
  }
}
