/* Таблица плашек в виде листа Excel: горизонтальный скролл, две строки данных */

.plates-matrix-page {
  padding-bottom: 2rem;
}

.plates-matrix-lead {
  color: azure;
  margin: 0 0 1rem;
  line-height: 1.5;
  font-size: clamp(14px, 3.2vw, 16px);
  max-width: 48em;
}

.plates-matrix-lead a {
  color: #dc9b3d;
}

.plates-matrix-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 -8px;
  padding: 0 8px 12px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
}

.plates-matrix-table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  min-width: max(100%, 2800px);
}

.plates-matrix-table th,
.plates-matrix-table td {
  border: 1px solid rgba(170, 188, 254, 0.25);
  vertical-align: top;
  width: 200px;
  min-width: 200px;
  max-width: 260px;
  padding: 10px 12px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.28);
}

.plates-matrix-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: rgba(30, 25, 45, 0.96);
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.35;
  box-shadow: 0 1px 0 rgba(170, 188, 254, 0.2);
}

.plates-matrix-table .plates-matrix-row-desc td {
  font-size: 12px;
  line-height: 1.45;
  color: #e8eaf6;
}

.plates-matrix-table .plates-matrix-row-desc td.plate-matrix-unmatched {
  color: #b0bec5;
  font-style: italic;
}

.plates-matrix-table .plates-matrix-row-img td {
  padding: 6px 8px;
  text-align: center;
  vertical-align: middle;
}

.plates-matrix-table .plates-matrix-row-img img {
  max-width: 100%;
  height: auto;
  max-height: 72px;
  object-fit: contain;
  display: inline-block;
  border-radius: 6px;
}

.plates-matrix-table .plate-desc-inner {
  margin: 0;
}

.plates-matrix-table .plate-desc-inner img.plate-mod {
  height: 1.1em;
  vertical-align: -0.2em;
}

.plates-matrix-meta {
  margin: 0 0 0.75rem;
  font-size: 13px;
  color: rgba(200, 210, 255, 0.75);
}
