@charset "utf-8";

/* Board-to-board series model and drawing prototype */
.btb-series-models,
.btb-series-downloads {
  background: #f9fafc;
  scroll-margin-top: 120px;
}
.btb-series-models {
  --btb-axis-column-width: 180px;
  padding: 0.68rem 0 0.24rem;
}
.btb-series-downloads {
  padding: 0.38rem 0 0.65rem;
}
.btb-series-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 0.24rem;
}
.btb-series-heading .x-title {
  color: #111827;
  font-weight: 700;
  line-height: 1.25;
}
.btb-series-heading p {
  margin-top: 0.06rem;
  color: #667085;
  font-size: 15px;
  line-height: 1.6;
}
.btb-series-count {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 3px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #154693;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.btb-matrix-frame {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid #dfe6ef;
  background: #fff;
}
.btb-matrix-scroll {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scrollbar-color: #9fb2cc #edf2f7;
  scrollbar-width: thin;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
}
.btb-matrix-scroll::-webkit-scrollbar {
  height: 7px;
}
.btb-matrix-scroll::-webkit-scrollbar-track {
  background: #edf2f7;
}
.btb-matrix-scroll::-webkit-scrollbar-thumb {
  border: 1px solid #edf2f7;
  border-radius: 999px;
  background: #9fb2cc;
}
.btb-matrix-scroll:focus-visible {
  outline: 3px solid rgba(21, 70, 147, 0.25);
  outline-offset: 3px;
}
.btb-matrix-table {
  width: max-content;
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  color: #344054;
  font-size: 14px;
  line-height: 1.45;
}
.btb-matrix-table[data-axis="floating"] {
  width: calc(var(--btb-axis-column-width) + var(--btb-matrix-models-width));
  min-width: calc(var(--btb-axis-column-width) + var(--btb-matrix-models-width));
}
.btb-matrix-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.btb-matrix-table th,
.btb-matrix-table td {
  border-right: 1px solid #e7ecf2;
  border-bottom: 1px solid #e7ecf2;
  vertical-align: middle;
}
.btb-matrix-table tr > :last-child {
  border-right: 0;
}
.btb-matrix-table tbody tr:last-child > * {
  border-bottom: 0;
}
.btb-matrix-table thead th {
  background: #f6f8fb;
  color: #475467;
  font-size: 13px;
  font-weight: 700;
}
.btb-matrix-corner,
.btb-matrix-row-model {
  position: sticky;
  left: 0;
  isolation: isolate;
  background-clip: border-box;
  transform: translateZ(0);
}
.btb-matrix-corner {
  z-index: 6;
  box-sizing: border-box;
  width: var(--btb-axis-column-width);
  min-width: var(--btb-axis-column-width);
  height: 96px;
  padding: 0;
  background: #f1f5fa !important;
  color: #154693 !important;
  text-align: left;
  vertical-align: middle !important;
}
.btb-axis-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
}
.btb-axis-male,
.btb-axis-female {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 16px;
  font-size: 13px;
  letter-spacing: 0;
}
.btb-axis-male {
  border-bottom: 1px solid #ced9e7;
}
.btb-axis-male i,
.btb-axis-female i {
  color: #6680a4;
  font-style: normal;
}
.btb-matrix-model {
  box-sizing: border-box;
  width: 168px;
  min-width: 168px;
  height: 96px;
  padding: 10px 12px;
  text-align: center;
}
.btb-matrix-column-model {
  position: relative;
}
.btb-matrix-row-model {
  z-index: 5;
  width: var(--btb-axis-column-width);
  min-width: var(--btb-axis-column-width);
  height: 84px;
  background: #f1f5fa;
  box-shadow: none;
}
.btb-matrix-frame.btb-matrix-has-scrolled .btb-matrix-corner,
.btb-matrix-frame.btb-matrix-has-scrolled .btb-matrix-row-model {
  box-shadow: 1px 0 0 #d8e0ea, 8px 0 14px -14px rgba(16, 45, 84, 0.75);
}
.btb-matrix-model-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  min-height: 34px;
  color: #154693;
  font-weight: 700;
  overflow-wrap: anywhere;
  text-align: center;
  transition: color 180ms ease;
}
.btb-matrix-model-link:hover {
  color: #0d2f67;
}
.btb-matrix-engineering-name {
  display: block;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
}
.btb-matrix-model-number {
  display: block;
  min-width: 0;
}
.btb-matrix-variant {
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 2px 7px;
  border: 1px solid #b7c8de;
  border-radius: 999px;
  background: #f7fafe;
  color: #475467;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}
.btb-model-profile {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 56px;
  margin: 0 0 5px;
  overflow: hidden;
}
.btb-model-profile img {
  width: 88px;
  max-width: 88px;
  height: 56px;
  object-fit: contain;
  object-position: center bottom;
}
.btb-matrix-model-right-angle .btb-model-profile img {
  transform: translateY(2px);
}
.btb-matrix-model-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 28px;
  margin-top: 2px;
}
.btb-matrix-model-actions a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 32px;
  min-height: 28px;
  padding: 3px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #154693;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  transition: color 160ms ease;
}
.btb-matrix-model-actions a::before {
  content: "";
  box-sizing: border-box;
  width: 11px;
  height: 13px;
  border: 1.5px solid currentColor;
  border-radius: 1px;
  background: linear-gradient(to bottom, transparent 0 6px, currentColor 6px 7px, transparent 7px);
  opacity: 0.8;
}
.btb-matrix-model-actions a:hover {
  color: #0d2f67;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.btb-matrix-cell {
  box-sizing: border-box;
  width: 168px;
  min-width: 168px;
  height: 84px;
  padding: 10px 6px;
  background: #fff;
  text-align: center;
  transition: background-color 150ms ease, box-shadow 150ms ease;
}
.btb-matrix-table[data-axis="floating"] .btb-matrix-column-model,
.btb-matrix-table[data-axis="floating"] .btb-matrix-cell {
  width: 208px;
  min-width: 208px;
}
.btb-matrix-cell-match {
  background: #f5f9fe;
}
.btb-matrix-cell-match strong {
  display: block;
  color: #154693;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}
.btb-matrix-cell-special {
  background: linear-gradient(135deg, #f5f9fe 0%, #f8fafc 100%);
}
.btb-matrix-cell-special strong {
  display: block;
  color: #154693;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}
.btb-matrix-cell-special .btb-mating-visual img {
  max-height: 88px;
}
.btb-mating-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  margin: 0 auto 5px;
  overflow: hidden;
}
.btb-mating-visual img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 88px;
}
.btb-mating-spec {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: 100%;
}
.btb-mating-spec .btb-mating-visual {
  flex: 0 0 88px;
  width: 88px;
  margin: 0;
}
.btb-mating-spec-height {
  position: relative;
  display: grid;
  grid-template-columns: 54px 88px 54px;
  gap: 0;
  justify-content: center;
  min-height: 88px;
}
.btb-mating-spec-height .btb-mating-visual {
  grid-column: 2;
  align-items: flex-end;
  width: 88px;
  min-width: 0;
  height: 88px;
}
.btb-height-dimension {
  position: relative;
  grid-column: 3;
  align-self: end;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 54px;
  min-width: 54px;
  max-width: 54px;
  height: calc(var(--btb-dimension-height, 40px) + 4px);
  margin-bottom: var(--btb-dimension-bottom, 2px);
  padding-left: 14px;
  color: #154693;
  text-align: left;
}
.btb-height-dimension::before,
.btb-height-dimension::after {
  content: "";
  position: absolute;
  left: 0;
  width: 12px;
  height: 1px;
  background: #6680a4;
}
.btb-height-dimension::before {
  top: 2px;
}
.btb-height-dimension::after {
  bottom: 2px;
}
.btb-height-dimension i {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 6px;
  width: 0;
  border-left: 1px solid #6680a4;
}
.btb-height-dimension i::before,
.btb-height-dimension i::after {
  content: "";
  position: absolute;
  left: -3px;
  width: 0;
  height: 0;
  border-right: 2.5px solid transparent;
  border-left: 2.5px solid transparent;
}
.btb-height-dimension i::before {
  top: 0;
  border-bottom: 5px solid #6680a4;
}
.btb-height-dimension i::after {
  bottom: 0;
  border-top: 5px solid #6680a4;
}
.btb-height-dimension b {
  display: block;
  color: #154693;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
  white-space: nowrap;
}
.btb-mating-spec-special {
  position: relative;
  display: grid;
  grid-template-columns: 54px 88px 54px;
  gap: 0;
  justify-content: center;
  min-height: 88px;
}
.btb-mating-spec-special .btb-mating-visual {
  grid-column: 2;
}
.btb-matrix-cell-special .btb-mating-spec .btb-mating-visual {
  width: 100%;
  min-width: 0;
  max-width: 88px;
}
.btb-right-angle-indicator {
  position: relative;
  grid-column: 3;
  align-self: center;
  justify-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 38px;
  color: #475467;
  transform: none;
}
.btb-right-angle-indicator i {
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  border-bottom: 2px solid #6680a4;
  border-left: 2px solid #6680a4;
}
.btb-right-angle-indicator b {
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}
.btb-matrix-table[data-axis="floating"] .btb-matrix-corner,
.btb-matrix-table[data-axis="floating"] .btb-matrix-model {
  height: 142px;
}
.btb-matrix-table[data-axis="floating"] .btb-matrix-cell {
  height: 122px;
}
.btb-matrix-table[data-axis="floating"] .btb-matrix-model-link {
  min-height: 28px;
}
.btb-matrix-lane-group {
  height: auto !important;
  padding: 0;
  vertical-align: top !important;
}
.btb-matrix-variant-list {
  display: grid;
  width: 100%;
}
.btb-matrix-variant-item {
  position: relative;
  display: grid;
  grid-template-rows: 56px minmax(40px, auto) 28px;
  align-content: end;
  box-sizing: border-box;
  min-height: 132px;
  padding: 7px 8px 4px;
}
.btb-matrix-variant-item + .btb-matrix-variant-item {
  border-top: 1px solid #dbe4ef;
}
.btb-matrix-variant-item .btb-model-profile {
  height: 56px;
  margin: 0 0 3px;
}
.btb-matrix-variant-item .btb-matrix-model-link {
  min-height: 40px !important;
  font-size: 11px;
  line-height: 1.25;
}
.btb-matrix-variant-item .btb-matrix-engineering-name {
  color: #154693;
  font-size: 11px;
}
.btb-matrix-variant-item .btb-matrix-model-number {
  color: #667085;
  font-size: 10px;
  font-weight: 700;
}
.btb-matrix-variant-item .btb-matrix-model-actions {
  min-height: 28px !important;
  margin-top: 0;
}
.btb-matrix-variant-item .btb-matrix-model-actions a {
  min-height: 28px;
}
.btb-matrix-column-model.btb-matrix-lane-group .btb-matrix-variant-list[data-lanes="1"] {
  min-height: 264px;
  grid-template-rows: repeat(2, 132px);
}
.btb-matrix-column-model .btb-matrix-variant-list[data-lanes="1"] .btb-matrix-variant-smt {
  grid-row: 1;
  border-bottom: 1px solid #dbe4ef;
}
.btb-matrix-column-model .btb-matrix-variant-list[data-lanes="1"] .btb-matrix-variant-thr {
  grid-row: 2;
  border-top: 1px solid #dbe4ef;
}
.btb-matrix-lane-cell {
  height: auto !important;
  padding: 0;
  background: #fff;
}
.btb-pair-lane-list,
.btb-pair-lane {
  display: grid;
  width: 100%;
}
.btb-pair-lane {
  position: relative;
  grid-template-rows: minmax(88px, auto) minmax(22px, auto);
  align-content: center;
  justify-items: center;
  box-sizing: border-box;
  min-height: 132px;
  padding: 7px 4px 5px;
}
.btb-pair-lane + .btb-pair-lane {
  border-top: 1px solid #dbe4ef;
}
.btb-pair-lane-match {
  background: #f5f9fe;
}
.btb-pair-lane-special {
  background: linear-gradient(135deg, #f5f9fe 0%, #f8fafc 100%);
}
.btb-pair-lane .btb-mating-spec-height {
  align-self: end;
  min-height: 88px;
}
.btb-pair-lane-models {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-width: 0;
  max-width: 100%;
  color: #526986;
  font-size: 9px !important;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.btb-pair-lane-models span {
  min-width: 0;
}
.btb-pair-lane-models i {
  color: #98a2b3;
  font-style: normal;
}
.btb-pair-lane-unavailable {
  background: #fff;
}
.btb-pair-lane-unavailable > * {
  visibility: hidden;
}
.btb-pair-lane-empty {
  color: #a2aabb !important;
  font-size: 14px !important;
}
.btb-matrix-lane-cell.btb-matrix-cell-empty span,
.btb-matrix-lane-cell.btb-matrix-cell-pending span {
  font-size: inherit;
}
.btb-matrix-lane-cell.btb-matrix-cell-pending span {
  gap: normal;
  color: inherit;
  font-weight: inherit;
}
.btb-matrix-lane-cell.btb-matrix-cell-pending span::before {
  content: none;
}
.btb-matrix-lane-cell .btb-pair-lane-pending > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #9a6700;
  font-size: 11px;
  font-weight: 700;
}
.btb-matrix-lane-cell .btb-pair-lane-pending > span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d19a27;
}
.btb-matrix-table tr.is-active-row > .btb-matrix-lane-cell,
.btb-matrix-table .btb-matrix-lane-cell.is-active-column {
  background: #fff;
}
.btb-matrix-cell-empty span {
  color: #a2aabb;
  font-size: 16px;
}
.btb-matrix-cell-pending {
  background: #fff;
}
.btb-matrix-cell-pending span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #9a6700;
  font-size: 11px;
  font-weight: 700;
}
.btb-matrix-cell-pending span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d19a27;
}
.btb-matrix-table tr.is-active-row > .btb-matrix-cell,
.btb-matrix-table .is-active-column {
  background: #edf4fc;
}
.btb-matrix-table tr.is-active-row > .btb-matrix-row-model,
.btb-matrix-table thead .is-active-column {
  background: #e8f0fa;
  color: #154693;
}
.btb-matrix-table .is-active-cell {
  background: #e3eefb !important;
  box-shadow: inset 0 -2px 0 #154693;
}
.btb-matrix-model-link:focus-visible,
.btb-matrix-model-actions a:focus-visible,
.btb-supplemental-models a:focus-visible,
.btb-download-card:focus-visible {
  outline: 3px solid rgba(21, 70, 147, 0.25);
  outline-offset: 2px;
}
.btb-matrix-supplemental {
  display: grid;
  grid-template-columns: var(--btb-axis-column-width) minmax(0, 1fr);
  margin-top: 12px;
  border: 1px solid #dfe6ef;
  background: #fff;
}
.btb-matrix-supplemental-title {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  border-right: 1px solid #dfe6ef;
  background: #f3f7fc;
  color: #154693;
  font-size: 13px;
  font-weight: 800;
}
.btb-matrix-supplemental-list {
  display: flex;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}
.btb-supplemental-pair {
  display: grid;
  flex: 0 0 260px;
  grid-template-rows: 92px auto;
  align-items: end;
  padding: 8px 12px 10px;
  border-right: 1px solid #e7ecf2;
  background: #f8fbff;
}
.btb-supplemental-pair:last-child {
  border-right: 0;
}
.btb-supplemental-pair .btb-mating-spec-height {
  min-height: 88px;
}
.btb-supplemental-models {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 0;
  color: #98a2b3;
  font-size: 11px;
  font-weight: 700;
}
.btb-supplemental-models a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  min-width: 0;
  color: #154693;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btb-supplemental-models .btb-matrix-engineering-name {
  font-size: 11px;
}
.btb-supplemental-models a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.btb-matrix-pan-cue {
  display: none;
}
.btb-matrix-fallback {
  padding: 24px;
  border: 1px solid #dfe6ef;
  border-top: 3px solid #154693;
  background: #fff;
  color: #667085;
}
.btb-matrix-fallback-models,
.btb-matrix-unclassified,
.btb-matrix-deferred {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
}
.btb-matrix-fallback-models {
  margin-top: 13px;
}
.btb-matrix-fallback-models a,
.btb-matrix-unclassified a,
.btb-matrix-deferred a {
  color: #154693;
  font-size: 13px;
  font-weight: 700;
}
.btb-matrix-deferred {
  margin-top: 12px;
  padding: 10px 14px;
  border-left: 3px solid #8ca1ba;
  background: #f3f6f9;
  color: #475467;
  font-size: 12px;
}
.btb-deferred-model {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.btb-deferred-model > img {
  width: 36px;
  height: 30px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.btb-deferred-model .btb-deferred-drawing {
  color: #667085;
  font-size: 11px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.btb-matrix-unclassified {
  margin-top: 12px;
  padding: 12px 14px;
  border-left: 3px solid #d19a27;
  background: #fffaf0;
  color: #7b5b18;
  font-size: 12px;
}
.btb-download-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.btb-download-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  min-height: 92px;
  padding: 18px 20px;
  border: 1px solid #dfe6ef;
  border-left: 3px solid #154693;
  background: #fff;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.btb-download-card:hover {
  border-color: #b9cae0;
  box-shadow: 0 10px 28px rgba(21, 70, 147, 0.08);
  transform: translateY(-2px);
}
.btb-download-type {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #eef3fa;
  color: #154693;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.btb-download-copy {
  min-width: 0;
}
.btb-download-copy strong,
.btb-download-copy small {
  display: block;
}
.btb-download-copy strong {
  color: #1d2939;
  font-size: 16px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
.btb-download-copy small {
  margin-top: 5px;
  color: #98a2b3;
  font-size: 12px;
}
.btb-download-action {
  color: #154693;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.btb-download-action i {
  display: inline-block;
  margin-left: 4px;
  font-style: normal;
  transition: transform 180ms ease;
}
.btb-download-card:hover .btb-download-action i {
  transform: translateX(3px);
}

@media (min-width: 1261px) and (max-width: 1430px) {
  .btb-series-models {
    --btb-axis-column-width: 176px;
  }
  .btb-matrix-model,
  .btb-matrix-cell {
    width: 168px;
    min-width: 168px;
  }
}

@media (max-width: 1260px) {
  .btb-series-models {
    --btb-axis-column-width: 176px;
  }
  .btb-matrix-table {
    font-size: 13px;
  }
  .btb-matrix-model,
  .btb-matrix-cell {
    width: 168px;
    min-width: 168px;
  }
}

@media (max-width: 991px) {
  .btb-download-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .btb-series-models,
  .btb-series-downloads {
    scroll-margin-top: 82px;
  }
  .btb-series-models {
    --btb-axis-column-width: 112px;
    padding: 0.55rem 0 0.22rem;
  }
  .btb-series-downloads {
    padding: 0.35rem 0 0.55rem;
  }
  .btb-series-heading {
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 0.24rem;
  }
  .btb-series-heading p {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.55;
  }
  .btb-series-count {
    min-height: 28px;
    padding: 2px 0;
    font-size: 12px;
  }
  .btb-matrix-scroll {
    scroll-padding-left: var(--btb-axis-column-width);
  }
  .btb-matrix-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .btb-matrix-corner {
    height: 110px;
  }
  .btb-axis-male,
  .btb-axis-female {
    font-size: 13px;
  }
  .btb-axis-male,
  .btb-axis-female {
    padding-right: 11px;
    padding-left: 11px;
  }
  .btb-matrix-model,
  .btb-matrix-cell {
    width: 168px;
    min-width: 168px;
  }
  .btb-matrix-model {
    height: 110px;
    padding: 11px 10px;
  }
  .btb-matrix-row-model {
    height: 96px;
    box-shadow: none;
  }
  .btb-matrix-model-link {
    min-height: 38px;
    font-size: 12px;
    line-height: 1.35;
  }
  .btb-matrix-model-actions {
    gap: 10px;
    min-height: 44px;
    margin-top: 0;
  }
  .btb-matrix-model-actions a {
    min-width: 44px;
    min-height: 44px;
    padding: 6px 4px;
    font-size: 11px;
  }
  .btb-matrix-variant-item {
    grid-template-rows: 56px minmax(42px, auto) 38px;
    min-height: 144px;
    padding-right: 6px;
    padding-left: 6px;
  }
  .btb-matrix-variant-item .btb-matrix-model-actions {
    min-height: 38px !important;
  }
  .btb-matrix-variant-item .btb-matrix-model-actions a {
    min-width: 38px;
    min-height: 38px;
    padding-right: 2px;
    padding-left: 2px;
  }
  .btb-matrix-column-model.btb-matrix-lane-group .btb-matrix-variant-list[data-lanes="1"] {
    min-height: 288px;
    grid-template-rows: repeat(2, 144px);
  }
  .btb-pair-lane {
    min-height: 144px;
    padding-right: 3px;
    padding-left: 3px;
  }
  .btb-pair-lane-models {
    gap: 2px;
    font-size: 8.5px !important;
    letter-spacing: -0.015em;
  }
  .btb-matrix-cell {
    height: 96px;
    padding: 12px 4px;
  }
  .btb-matrix-cell-match strong {
    font-size: 13px;
  }
  .btb-matrix-cell-special strong {
    font-size: 13px;
  }
  .btb-matrix-pan-cue {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 46px;
    padding-right: 7px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.94) 68%);
    color: #154693;
    pointer-events: none;
    opacity: 0;
    transition: opacity 180ms ease;
  }
  .btb-matrix-supplemental-title {
    padding: 12px;
    font-size: 12px;
  }
  .btb-supplemental-pair {
    flex-basis: 244px;
  }
  .btb-matrix-pan-cue i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 38px;
    font-size: 25px;
    font-style: normal;
    line-height: 1;
  }
  .btb-matrix-frame.btb-matrix-can-scroll:not(.btb-matrix-has-scrolled):not(.btb-matrix-at-end) .btb-matrix-pan-cue {
    opacity: 1;
  }
  .btb-matrix-fallback {
    padding: 18px 14px;
    font-size: 13px;
  }
  .btb-matrix-unclassified,
  .btb-matrix-deferred {
    align-items: flex-start;
  }
  .btb-download-card {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 15px 14px;
  }
  .btb-download-type {
    width: 42px;
    height: 42px;
    font-size: 11px;
  }
  .btb-download-copy strong {
    font-size: 14px;
  }
  .btb-download-action {
    grid-column: 2;
    font-size: 12px;
  }
}
