.size-standards-wrap {
  width: 100%;
  margin-top: 24px;
  overflow-x: auto;
  border: 1px solid #d7e0e7;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(10, 37, 64, .06);
  -webkit-overflow-scrolling: touch;
}
.tgc-engineering-figure {
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap: 22px;
  align-items: center;
  margin: 26px 0 8px;
  padding: 18px;
  border: 1px solid #d7e0e7;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff 0%, #f6f9fb 100%);
  box-shadow: 0 10px 28px rgba(10, 37, 64, .06);
}
.tgc-engineering-figure svg {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  background: #fff;
}
.tgc-engineering-figure h3 {
  margin: 0 0 8px;
  color: #0a2540;
  font-size: 18px;
}
.tgc-engineering-figure p {
  margin: 0;
  color: #536475;
  line-height: 1.95;
  font-size: 14px;
}
.tgc-engineering-figure .figure-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.tgc-engineering-figure .figure-meta span {
  padding: 5px 9px;
  border-radius: 999px;
  color: #0a2540;
  background: #eaf4f7;
  border: 1px solid #cfe1e8;
  font-size: 12px;
  font-weight: 700;
}
.size-standards-table {
  width: 100%;
  min-width: 980px;
  margin: 0;
  border-collapse: collapse;
  font-size: 13px;
  line-height: 1.75;
}
.size-standards-table.dimension-matrix {
  min-width: 1120px;
  font-size: 13px;
  line-height: 1.65;
}
.size-standards-table.dimension-matrix th,
.size-standards-table.dimension-matrix td {
  padding: 11px 10px;
}
.size-standards-table.dimension-matrix td:first-child,
.size-standards-table.dimension-matrix td:nth-child(2) {
  min-width: 0;
}
.size-standards-table.dimension-matrix td:first-child {
  min-width: 150px;
  text-align: right;
}
.size-standards-table th {
  padding: 13px 12px;
  color: #fff;
  background: #0a2540;
  border-left: 1px solid rgba(255,255,255,.14);
  text-align: right;
  white-space: nowrap;
}
.size-standards-table td {
  padding: 12px;
  color: #334155;
  border-bottom: 1px solid #dfe6eb;
  border-left: 1px solid #e7edf1;
  vertical-align: top;
}
.size-standards-table tbody tr:nth-child(even) td { background: #f6f9fb; }
.size-standards-table tbody tr:hover td { background: #eef6f8; }
.size-standards-table td:first-child {
  min-width: 46px;
  color: #0e7c9f;
  font-weight: 700;
  text-align: center;
}
.size-standards-table td:nth-child(2) {
  min-width: 190px;
  color: #0a2540;
  font-weight: 700;
}
.size-standards-note {
  margin: 14px 0 0;
  padding: 12px 15px;
  color: #475569;
  background: #eef5f8;
  border-right: 3px solid #0e7c9f;
  border-radius: 6px;
  font-size: 13px;
}
.size-standards-source {
  margin: 14px 0 0;
  padding: 12px 15px;
  color: #334155;
  background: #f4f8fa;
  border-right: 3px solid #0e7c9f;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.85;
}
.size-standards-source a {
  color: #0e6e8d;
  font-weight: 700;
}
.numeric-table {
  direction: ltr;
  min-width: 1050px;
  font-family: Inter, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
}
.numeric-table th,
.numeric-table td {
  text-align: center;
  white-space: nowrap;
}
.rfq-table {
  min-width: 1040px;
}
.rfq-table td:first-child {
  text-align: right;
}
.datasheet-note-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
  padding: 20px 22px;
  border: 1px solid rgba(14, 124, 159, .18);
  border-radius: 18px;
  background: linear-gradient(135deg, #f7fbfd, #ffffff);
  box-shadow: 0 18px 42px rgba(10, 37, 64, .08);
}
.datasheet-note-card p {
  margin: 0;
  color: #334155;
  line-height: 1.9;
  font-size: 14px;
}
.product-card-title-link,
.product-card-title-link:visited {
  color: inherit;
  text-decoration: none;
}
.product-card-title-link:hover {
  color: #0e7c9f;
}
.product-card-img {
  cursor: pointer;
}
.tgc-product-card-media {
  display: block;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 760px) {
  .tgc-engineering-figure {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px;
  }
  .tgc-engineering-figure h3 { font-size: 16px; }
  .tgc-engineering-figure p { font-size: 13px; }
  .size-standards-wrap { border-radius: 7px; }
  .size-standards-table { font-size: 12px; }
  .size-standards-table th,
  .size-standards-table td { padding: 10px; }
  .size-standards-note { font-size: 12px; line-height: 1.9; }
  .size-standards-source { font-size: 11px; line-height: 1.9; }
  .datasheet-note-card {
    align-items: stretch;
    flex-direction: column;
    padding: 18px;
  }
  .datasheet-note-card .btn {
    width: 100%;
    justify-content: center;
  }
}
