/* Tables supplied in product descriptions (desktop and mobile). */
.product-rich-content {
  max-width: 100%;
  overflow-x: auto;
}

.product-rich-content table {
  width: 100%;
  max-width: 100%;
  margin: 16px 0 24px;
  border-collapse: collapse !important;
  table-layout: auto !important;
  background: #fff;
  color: #263445;
  font-size: 14px;
  line-height: 1.5;
}

.product-rich-content table caption {
  padding: 8px 0;
  color: #344b68;
  font-weight: 600;
  text-align: left;
}

.product-rich-content table th,
.product-rich-content table td {
  padding: 11px 14px !important;
  border: 1px solid #dbe4ef !important;
  vertical-align: middle !important;
  text-align: center !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

.product-rich-content table tr:nth-child(even) > th,
.product-rich-content table tr:nth-child(even) > td {
  background: #f8fafc !important;
}

.product-rich-content table tr:not(:first-child) > :first-child {
  font-weight: 600;
  color: #344b68;
}