.pd-hero { min-height: 500px; position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background: linear-gradient(112deg, #f9fcff 0%, #edf5fa 49%, #dce9f1 100%); }
.pd-hero::before { position: absolute; inset: 0; content: ""; opacity: .08; background: url('assets/banner1.jpg') center / cover no-repeat; }
.pd-hero .container { min-height: 500px; position: relative; display: grid; grid-template-columns: .94fr 1.06fr; gap: 38px; align-items: center; }
.pd-breadcrumb { margin-bottom: 26px; color: #60777d; font-size: 14px; font-weight: 650; }
.pd-breadcrumb span { margin: 0 8px; color: #9bb0b4; }
.pd-title { margin: 0; font-size: 45px; line-height: 1.18; letter-spacing: -.025em; }
.pd-lead { max-width: 660px; margin: 18px 0 0; color: var(--body); font-size: 18px; line-height: 1.75; }
.pd-actions { display: flex; gap: 13px; margin-top: 27px; }
.pd-benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 28px; }
.pd-benefit { min-height: 90px; padding: 14px 10px 12px 0; }
.pd-benefit strong { width: 32px; height: 32px; display: grid; place-items: center; margin-bottom: 8px; color: #fff; border-radius: 8px; background: var(--accent); font-size: 14px; }
.pd-benefit b { display: block; font-size: 15px; }
.pd-benefit span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.pd-hero-machine { height: 430px; position: relative; display: grid; place-items: center; }
.pd-hero-machine::after { width: 75%; height: 34px; position: absolute; bottom: 42px; content: ""; border-radius: 50%; background: rgba(6,61,67,.12); filter: blur(18px); }
.pd-hero-machine img { width: 100%; height: 100%; position: relative; z-index: 1; padding: 8px; object-fit: contain; mix-blend-mode: multiply; }

.pd-anchor-wrap { position: relative; z-index: 20; margin-top: -17px; }
.pd-anchor-nav { min-height: 62px; display: grid; grid-template-columns: repeat(9, 1fr); align-items: center; overflow: hidden; border-radius: 8px; color: #fff; background: linear-gradient(90deg, var(--deep), #075d87); box-shadow: 0 14px 30px rgba(6,61,67,.16); }
.pd-anchor-nav a { height: 100%; position: relative; display: flex; align-items: center; justify-content: center; padding: 0 8px; color: rgba(255,255,255,.92); font-size: 14px; font-weight: 750; isolation: isolate; transition: color .22s ease, transform .22s ease; }
.pd-anchor-nav a + a { border-left: 1px dashed rgba(255,255,255,.30); }
.pd-anchor-nav a::after { position: absolute; right: 22px; bottom: 9px; left: 22px; height: 2px; content: ""; border-radius: 2px; background: #82e2df; opacity: 0; transform: scaleX(.18); transform-origin: center; transition: opacity .22s ease, transform .22s ease; }
.pd-anchor-nav a:hover, .pd-anchor-nav a:focus-visible, .pd-anchor-nav a.is-active, .pd-anchor-nav a[aria-current="true"] { color: #fff; transform: translateY(-1px); }
.pd-anchor-nav a:hover::after, .pd-anchor-nav a:focus-visible::after, .pd-anchor-nav a.is-active::after, .pd-anchor-nav a[aria-current="true"]::after { opacity: 1; transform: scaleX(1); }

@media (prefers-reduced-motion: reduce) {
  .pd-anchor-nav a,
  .pd-anchor-nav a::after { transition: none; }
}

.pd-section { padding: 58px 0 48px; }
.pd-section.alt { background: #f2f7fa; }
.pd-heading { margin: 0 0 25px; font-size: 30px; line-height: 1.25; }
.pd-heading::after { width: 42px; height: 3px; display: block; margin-top: 11px; content: ""; background: var(--accent); }
.pd-copy { margin: 0; color: var(--body); font-size: 16px; line-height: 1.9; }
.pd-overview-copy { width: 80%; max-width: none; color: var(--body); font-size: 16px; line-height: 1.9; }
.pd-overview-copy p { margin: 0 0 1.15em; }
.pd-overview-copy p:last-child { margin-bottom: 0; }
.pd-overview { display: grid; grid-template-columns: .84fr 1.16fr; gap: 48px; align-items: center; }
.pd-overview-image { height: 350px; overflow: hidden; border-radius: 10px; background: #e9f2f5; box-shadow: 0 16px 38px rgba(6,61,67,.10); }
.pd-overview-image img { width: 100%; height: 100%; object-fit: cover; }

.pd-process { display: grid; grid-template-columns: 1fr 70px 1fr 70px 1fr; align-items: center; }
.pd-process-card { min-height: 255px; position: relative; overflow: hidden; border-radius: 10px; background: #eef4f8; }
.pd-process-card .tag { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 7px 12px; color: #fff; border-radius: 5px; background: var(--deep-2); font-size: 13px; font-weight: 800; }
.pd-process-card img { width: 100%; height: 174px; padding: 15px; object-fit: contain; mix-blend-mode: multiply; }
.pd-process-card .body { padding: 12px 20px 19px; background: rgba(255,255,255,.78); }
.pd-process-card b { display: block; font-size: 17px; }
.pd-process-card span { display: block; margin-top: 5px; color: var(--muted); font-size: 13px; }
.pd-arrow { color: var(--deep); font-size: 46px; font-weight: 300; text-align: center; }

.pd-tech-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 30px; align-items: stretch; }
.pd-table { overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.pd-table-row { min-height: 51px; display: grid; grid-template-columns: 44% 56%; align-items: center; border-bottom: 1px solid var(--line); }
.pd-table-row:last-child { border-bottom: 0; }
.pd-table-row b { height: 100%; display: flex; align-items: center; padding: 12px 17px; background: #eef4f7; font-size: 14px; }
.pd-table-row span { padding: 12px 17px; color: var(--body); font-size: 14px; }
.pd-feature-panel { min-height: 100%; display: grid; grid-template-columns: minmax(0, 3fr) minmax(260px, 2fr); gap: 23px; padding: 27px; border-radius: 9px; background: #fff; box-shadow: 0 13px 32px rgba(6,61,67,.07); }
.pd-checks { margin: 0; padding: 0; list-style: none; }
.pd-checks li { position: relative; padding: 0 0 15px 34px; color: var(--body); font-size: 15px; line-height: 1.55; }
.pd-checks li::before { width: 22px; height: 22px; position: absolute; top: 0; left: 0; display: grid; place-items: center; content: "✓"; color: #fff; border-radius: 50%; background: var(--accent); font-size: 12px; font-weight: 900; }
.pd-feature-panel img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; border-radius: 8px; }

.pd-structure { display: grid; grid-template-columns: 1.08fr .92fr; gap: 44px; align-items: center; }
.pd-diagram { display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; align-items: center; }
.pd-diagram img { width: 100%; height: 330px; padding: 10px; object-fit: contain; mix-blend-mode: multiply; }
.pd-parts { margin: 0; padding: 0; list-style: none; counter-reset: parts; }
.pd-parts li { position: relative; padding: 7px 0 7px 34px; color: var(--body); font-size: 14px; counter-increment: parts; }
.pd-parts li::before { width: 22px; height: 22px; position: absolute; top: 6px; left: 0; display: grid; place-items: center; content: counter(parts); color: #fff; border-radius: 50%; background: var(--deep-2); font-size: 11px; font-weight: 800; }
.pd-structure-copy { padding: 28px; border-radius: 10px; background: #eef5f7; }
.pd-structure-copy h3 { margin: 0 0 18px; font-size: 24px; }
.pd-structure-copy ul { margin: 0; padding-left: 20px; color: var(--body); }
.pd-structure-copy li { margin: 10px 0; font-size: 14px; line-height: 1.65; }

.pd-app-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 13px; }
.pd-app-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.pd-app-card img { width: 100%; height: 130px; padding: 8px; object-fit: cover; }
.pd-app-card .body { min-height: 80px; padding: 13px 12px 16px; text-align: center; }
.pd-app-card b { display: block; font-size: 15px; }
.pd-app-card span { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.4; }

.pd-bottom { display: grid; grid-template-columns: .92fr 1.08fr; gap: 25px; }
.pd-related { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; }
.pd-related a { min-height: 170px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; text-align: center; }
.pd-related img { width: 100%; height: 112px; padding: 12px; object-fit: contain; }
.pd-related b { display: block; padding: 12px 8px 15px; border-top: 1px solid var(--line); font-size: 14px; }
.pd-form { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; padding: 28px; border-radius: 10px; color: #fff; background: linear-gradient(145deg, var(--deep), #075a83); }
.pd-form h2, .pd-form p { grid-column: 1 / -1; }
.pd-form h2 { margin: 0; font-size: 26px; }
.pd-form p { margin: -5px 0 4px; color: rgba(255,255,255,.78); font-size: 13px; }
.pd-form label { font-size: 13px; font-weight: 750; }
.pd-form input { width: 100%; min-height: 43px; margin-top: 7px; padding: 10px 11px; border: 0; border-radius: 5px; color: var(--ink); background: #fff; font-size: 14px; outline: none; }
.pd-form input::placeholder { color: #667579; opacity: 1; }
.pd-form .full { grid-column: 1 / -1; }
.pd-form button { width: 100%; min-height: 48px; border: 1px solid rgba(255,255,255,.7); border-radius: 5px; color: #fff; background: transparent; font-size: 15px; font-weight: 850; cursor: pointer; }
.pd-form button:hover { color: var(--deep); background: #fff; }

.pd-note { margin-top: 18px; color: var(--muted); font-size: 13px; line-height: 1.7; }

/* Structured product detail template. */
.pd-heading small {
  display: block;
  margin-top: 7px;
  color: var(--accent);
  font-size: 16px;
  font-weight: 650;
}

.pd-anchor-nav {
  display: flex;
  justify-content: center;
}

.pd-anchor-nav a {
  min-width: 150px;
  flex: 1 1 0;
}

.pd-checks li strong,
.pd-checks li span {
  display: block;
}

.pd-checks li strong {
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 16px;
}

.pd-checks li span {
  color: var(--body);
}

.pd-evaluation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--line);
}

.pd-evaluation-grid > div {
  min-width: 0;
  padding: 20px;
  background: #fff;
}

.pd-evaluation-grid dt {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.pd-evaluation-grid dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--deep);
  font-size: 18px;
  font-weight: 800;
}

.pd-application-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.pd-application-card {
	min-width: 0;
	display: flex;
	flex-direction: column;
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: 10px;
	background: #fff;
}

.pd-application-card h3 {
  margin: 0 0 16px;
  color: var(--deep);
  font-size: 20px;
}

.pd-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pd-tag-list li {
  padding: 8px 11px;
  border: 1px solid #c9dadd;
  border-radius: 5px;
  color: var(--body);
  background: #f5f9f9;
  font-size: 14px;
}

.pd-application-card__body {
	min-width: 0;
}

.pd-application-card__body p,
.pd-working-copy p {
  margin: 0;
  color: var(--body);
  font-size: 16px;
  line-height: 1.8;
}

.pd-working-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
  gap: 32px;
  align-items: start;
}

.pd-working-copy {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.pd-working-copy ol {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding-left: 24px;
  color: var(--body);
}

.pd-working-copy li {
  padding-left: 6px;
  font-size: 15px;
  line-height: 1.65;
}

.pd-working-images {
  display: grid;
  gap: 14px;
}

.pd-working-images img {
  width: 100%;
  height: 260px;
  padding: 10px;
  object-fit: contain;
  border-radius: 10px;
  background: #edf4f5;
}

.pd-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.pd-gallery img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 8px;
  background: #edf4f5;
}

/* Reference-led application evaluation and working-composition panels. */
.pd-product-panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.pd-section-intro {
  margin-bottom: 22px;
}

.pd-section-intro .pd-heading {
  margin-bottom: 14px;
}

.pd-section-intro > p {
  max-width: 78ch;
  margin: 0;
  color: var(--body);
  font-size: 14px;
  line-height: 1.75;
}

.pd-evaluation-panel .pd-evaluation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 18px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.pd-evaluation-panel .pd-evaluation-grid > div {
  min-width: 0;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid #d7e3e6;
  border-radius: 8px;
  background: #fff;
}

.pd-evaluation-grid__icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #07667a;
}

.pd-evaluation-grid__icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pd-evaluation-panel .pd-evaluation-grid dt {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.pd-evaluation-panel .pd-evaluation-grid dd {
  margin: 0;
  color: var(--deep);
  font-size: 17px;
  font-weight: 850;
  line-height: 1.35;
}

.pd-evaluation-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pd-evaluation-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid #bfe2dc;
  border-radius: 10px;
  background: #f7fcfb;
}

.pd-evaluation-card--review {
  border-color: #efd7ad;
  background: #fffaf2;
}

.pd-evaluation-card > header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.pd-evaluation-card > header span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #078578;
  font-size: 17px;
  font-weight: 900;
}

.pd-evaluation-card--review > header span {
  background: #e9a12c;
}

.pd-evaluation-card h3,
.pd-working-block > h3 {
  margin: 0;
  color: var(--deep);
  font-size: 18px;
  line-height: 1.35;
}

.pd-evaluation-card__body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px;
}

.pd-evaluation-card h4 {
  margin: 0 0 8px;
  color: var(--deep);
  font-size: 14px;
}

.pd-evaluation-card ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pd-evaluation-card li {
  position: relative;
  padding-left: 19px;
  color: var(--body);
  font-size: 13px;
  line-height: 1.55;
}

.pd-evaluation-card li::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: #078578;
  font-weight: 900;
}

.pd-evaluation-card--review li::before {
  content: "•";
  color: #d58b18;
}

.pd-panel-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 18px 0 0;
  padding: 12px 14px;
  border-radius: 7px;
  color: #4f6f74;
  background: #f0f6f7;
  font-size: 13px;
  line-height: 1.6;
}

.pd-panel-note > span {
  flex: 0 0 auto;
  color: #0a8b84;
  font-size: 18px;
  line-height: 1.2;
}

.pd-working-block + .pd-working-block,
.pd-working-gallery {
  margin-top: 24px;
}

.pd-working-block > h3 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 15px;
}

.pd-working-block > h3::before {
  width: 4px;
  height: 17px;
  flex: 0 0 auto;
  content: "";
  border-radius: 2px;
  background: #078578;
}

.pd-process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pd-process-steps li {
  min-width: 0;
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  min-height: 84px;
  padding: 15px;
  border: 1px solid #d7e3e6;
  border-radius: 8px;
  background: #fff;
}

.pd-process-steps li:not(:last-child)::after {
  position: absolute;
  top: 30px;
  right: -21px;
  content: "→";
  color: #28798b;
  font-size: 20px;
  font-weight: 850;
}

.pd-process-steps li > span,
.pd-equipment-composition li > span {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #07667a;
  font-size: 12px;
  font-weight: 850;
}

.pd-process-steps h4 {
  margin: 2px 0 5px;
  color: var(--deep);
  font-size: 14px;
  line-height: 1.35;
}

.pd-process-steps p {
  margin: 0;
  color: var(--body);
  font-size: 12px;
  line-height: 1.55;
}

.pd-process-image {
  margin: 16px 0 0;
  overflow: hidden;
  border: 1px solid #d7e3e6;
  border-radius: 8px;
  background: #fbfdfd;
}

.pd-process-image img {
  width: 100%;
  max-height: 300px;
  padding: 14px;
  object-fit: contain;
}

.pd-equipment-composition {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  align-items: center;
  gap: 28px;
  padding: 18px;
  border: 1px solid #d7e3e6;
  border-radius: 8px;
  background: #fff;
}

.pd-equipment-composition figure {
  min-width: 0;
  margin: 0;
}

.pd-equipment-composition figure img {
  width: 100%;
  height: 330px;
  padding: 10px;
  object-fit: contain;
}

.pd-equipment-composition ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pd-equipment-composition li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
}

.pd-equipment-composition li p {
  margin: 2px 0 0;
  color: var(--body);
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 1023px) {
  .pd-overview-copy { width: 100%; }
  .pd-evaluation-grid,
  .pd-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pd-evaluation-panel .pd-evaluation-grid,
  .pd-process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pd-evaluation-columns,
  .pd-equipment-composition {
    grid-template-columns: 1fr;
  }

  .pd-process-steps li::after {
    display: none;
  }

  .pd-application-columns,
  .pd-working-grid {
    grid-template-columns: 1fr;
  }

  .pd-anchor-nav {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .pd-anchor-nav a {
    min-width: 140px;
    flex: 0 0 auto;
  }
}

@media (max-width: 640px) {
  .pd-evaluation-grid,
  .pd-gallery {
    grid-template-columns: 1fr;
  }

  .pd-product-panel {
    padding: 20px 16px;
  }

  .pd-evaluation-panel .pd-evaluation-grid,
  .pd-process-steps {
    grid-template-columns: 1fr;
  }

  .pd-evaluation-card {
    padding: 18px 16px;
  }

  .pd-evaluation-card__body {
    grid-template-columns: 1fr;
  }

  .pd-equipment-composition {
    padding: 12px;
  }

  .pd-equipment-composition figure img {
    height: 240px;
  }

  .sticky-sidebar {
    display: none;
  }

}

/* Shared technical-parameter component: one visual system for single products and model matrices. */
.pd-parameter-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #cbdadd;
  border-radius: 12px;
  background: #fff;
  scrollbar-color: #7d9ca1 #e9f0f1;
  scrollbar-width: thin;
  box-shadow: 0 10px 28px rgba(6, 61, 67, .05);
  -webkit-overflow-scrolling: touch;
}

.pd-parameter-table-wrap:focus-visible {
  outline: 3px solid rgba(8, 139, 145, .28);
  outline-offset: 4px;
}

.pd-param-table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  background: #fff;
}

.pd-param-table--matrix {
  min-width: max(100%, calc(220px + (var(--pd-param-columns) - 1) * 140px));
}

.pd-param-table--matrix .pd-param-table__label-column {
  width: 220px;
}

.pd-param-table thead th {
  height: 52px;
  padding: 12px 16px;
  color: #fff;
  background: var(--deep);
  border-left: 1px solid rgba(255, 255, 255, .18);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.pd-param-table thead th:first-child {
  left: 0;
  z-index: 3;
  border-left: 0;
  text-align: left;
}

.pd-param-table tbody th,
.pd-param-table tbody td {
  height: 52px;
  padding: 11px 16px;
  border-top: 1px solid #d6e2e4;
  border-left: 1px solid #d6e2e4;
  color: var(--body);
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
  vertical-align: middle;
  overflow-wrap: anywhere;
}

.pd-param-table tbody th {
  left: 0;
  z-index: 2;
  border-left: 0;
  color: var(--deep);
  background: #edf4f6;
  font-weight: 750;
  text-align: left;
}

.pd-param-table tbody tr:nth-child(odd) td {
  background: #f6f9fa;
}

.pd-param-table tbody tr:hover th,
.pd-param-table tbody tr:hover td {
  background: #e8f3f3;
}

.pd-param-table thead th:first-child,
.pd-param-table tbody th {
  position: sticky;
}

.pd-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 640px) {
  .pd-param-table--matrix {
    min-width: max(760px, calc(190px + (var(--pd-param-columns) - 1) * 130px));
  }

  .pd-param-table--matrix .pd-param-table__label-column {
    width: 190px;
  }

  .pd-param-table thead th,
  .pd-param-table tbody th,
  .pd-param-table tbody td {
    padding-right: 13px;
    padding-left: 13px;
    font-size: 14px;
  }
}
