.product-technical-panel,
.product-reference-panel,
.product-applications-panel,
.product-selection-panel,
.product-documents-panel {
  background: #f2f6fa;
}

.product-reference-table {
  width: 100%;
  border-collapse: collapse;
}

.product-reference-table th,
.product-reference-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.product-reference-table th {
  width: 34%;
  color: #344151;
  background: #f8fafc;
  font-size: 13px;
  text-transform: uppercase;
}

.product-reference-table td {
  color: var(--muted);
  line-height: 1.6;
}

.product-reference-table tr:last-child th,
.product-reference-table tr:last-child td {
  border-bottom: 0;
}

.product-application-list,
.product-selection-list,
.product-engineering-list,
.catalog-data-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
  color: #344151;
  line-height: 1.65;
}

.catalog-data-list {
  gap: 5px;
  min-width: 240px;
  padding-left: 16px;
  color: var(--muted);
  font-size: 12px;
}

.product-selection-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.product-selection-columns > div {
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.product-selection-columns h2 {
  margin-bottom: 22px;
  font-size: clamp(30px, 3vw, 44px);
}

.product-selection-panel .engineering-note {
  margin: 24px 0 0;
  padding: 18px 20px;
  color: #344151;
  background: #e8f4fb;
  border-left: 3px solid var(--blue);
  line-height: 1.6;
}

.engineering-review-callout {
  background: #e8f4fb;
  border-top: 1px solid rgba(8, 148, 216, 0.2);
  border-bottom: 1px solid rgba(8, 148, 216, 0.2);
}

.product-catalog-download {
  margin: 24px 0 0;
}

.product-catalog-download .button {
  width: fit-content;
}

.motor-selection-summary[data-model-filter-status] {
  margin: 0 0 10px;
}

.technical-docs h3,
.technical-docs p {
  margin: 0;
}

.technical-docs h3 {
  font-size: 15px;
}

.product-final-cta {
  text-align: center;
}

.product-final-cta > * {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.product-final-cta p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.product-final-cta .button {
  width: fit-content;
  margin-top: 18px;
}

@media (max-width: 640px) {
  .product-selection-columns {
    grid-template-columns: 1fr;
  }

  .product-selection-columns > div {
    padding: 20px;
  }

  .product-reference-table {
    min-width: 0;
    table-layout: fixed;
  }

  .product-reference-table th,
  .product-reference-table td {
    padding: 14px 12px;
    overflow-wrap: anywhere;
  }

  .product-catalog-download .button,
  .product-final-cta .button {
    width: 100%;
  }
}
