
.table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background:
    linear-gradient(90deg, #fff 30%, rgba(255, 255, 255, 0)),
    linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 70%),
    radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .12), rgba(0, 0, 0, 0)),
    radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .12), rgba(0, 0, 0, 0));
  background-position: left, right, left, right;
  background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
  background-attachment: local, local, scroll, scroll;
  background-repeat: no-repeat;
}

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

.table-wrap caption {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
}

.table-wrap th,
.table-wrap td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.table-wrap th {
  color: var(--ink);
  background: var(--cream-2);
  font-weight: 900;
}

.table-wrap a {
  color: var(--slate-dark);
  font-weight: 950;
  text-decoration-color: var(--orange);
  text-underline-offset: 3px;
}

.table-wrap a:hover {
  color: var(--orange-dark);
}

.cert-logo {
  display: block;
  width: 74px;
  max-height: 54px;
  height: auto;
  margin-bottom: 8px;
  object-fit: contain;
}

.rfq-form-status {
  grid-column: 1 / -1;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.rfq-form-status.ok {
  border-color: rgba(50, 122, 75, .35);
  background: #edf8f0;
  color: #235c34;
}

.rfq-form-status.warn {
  border-color: rgba(184, 108, 32, .38);
  background: #fff5e8;
  color: #7a4315;
}

.rfq-card button[disabled],
form.panel button[disabled] {
  cursor: progress;
  opacity: .68;
}
