.ov-product-source-content,
.ov-product-source-content * {
  box-sizing: border-box;
}

.ov-product-source-content {
  min-width: 0;
  max-width: 100%;
  margin: 16px 0 20px;
  padding: clamp(16px, 2.2vw, 26px);
  border: 1px solid #d4e2d9;
  border-radius: 14px;
  background: #fff;
  color: #263c32;
  font-size: 16px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.ov-product-source-content > section {
  min-width: 0;
  margin-top: 24px;
}

.ov-product-source-content h2,
.ov-product-source-content h3 {
  color: #08653a;
  font-weight: 700;
  line-height: 1.3;
}

.ov-product-source-content h2 {
  margin: 0 0 6px;
  font-size: clamp(20px, 1.8vw, 24px);
}

.ov-product-source-content h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.ov-product-source-content p {
  max-width: 80ch;
  margin: 0 0 14px;
}

.ov-product-source-content .ov-product-source-content__variant {
  margin-bottom: 18px;
  color: #526159;
  font-size: 15px;
}

.ov-product-source-content .ov-product-source-content__summary {
  font-size: 17px;
}

.ov-product-source-content__table-scroll {
  min-width: 0;
  max-width: 100%;
  margin-bottom: 12px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  border: 1px solid #d4e2d9;
  border-radius: 10px;
}

.ov-product-source-content table {
  width: 100%;
  min-width: 36rem;
  border-collapse: collapse;
  background: #fff;
  color: #263c32;
  font-size: 14px;
  line-height: 1.5;
}

.ov-product-source-content table[data-columns="2"],
.ov-product-source-content table[data-columns="3"] {
  min-width: 0;
  table-layout: fixed;
}

.ov-product-source-content table[data-columns="2"] thead th:first-child,
.ov-product-source-content table[data-columns="3"] thead th:first-child {
  width: 44%;
}

.ov-product-source-content caption {
  padding: 12px;
  background: #fff;
  color: #263c32;
  font-weight: 600;
  text-align: left;
  caption-side: top;
}

.ov-product-source-content th,
.ov-product-source-content td {
  padding: 11px 12px;
  border-top: 1px solid #dce6df;
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.ov-product-source-content thead th {
  background: #edf5ef;
  color: #174830;
  font-weight: 700;
}

.ov-product-source-content tbody th[scope="row"] {
  font-weight: 500;
}

.ov-product-source-content__table-group th {
  background: #f5f8f5;
  color: #174830;
  font-weight: 700;
}

.ov-product-source-content .ov-product-source-content__table-note,
.ov-product-source-content .ov-product-source-content__reviewed {
  color: #526159;
  font-size: 14px;
}

.ov-product-source-content__sources {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid #d4e2d9;
}

.ov-product-source-content__sources ul {
  margin: 0 0 12px;
  padding-left: 20px;
}

.ov-product-source-content__sources li {
  padding: 3px 0;
}

.ov-product-source-content a {
  color: #08653a;
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}

.ov-product-source-content a:hover {
  color: #053e24;
}

.ov-product-source-content a:focus-visible,
.ov-product-source-content__table-scroll:focus-visible {
  outline: 3px solid #08653a;
  outline-offset: 3px;
}

.ov-product-source-content > :last-child,
.ov-product-source-content__sources > :last-child {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .ov-product-source-content {
    padding: 16px;
    border-radius: 12px;
  }

  .ov-product-source-content th,
  .ov-product-source-content td {
    padding: 10px;
  }
}
