@charset "UTF-8";

/* ==========================================================================
   LIFE ESSENTIALS — SUPPLEMENT FACTS TABLE
   ========================================================================== */

.product-supplement-facts-box {
  overflow: hidden;
}

.product-supplement-facts {
  width: 100%;
}

.product-supplement-facts-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-bottom: 18px;
}

.product-supplement-facts-meta p {
  margin: 0;
  color: #26332b;
  font-size: 0.92rem;
}

.product-supplement-facts-table-wrap {
  width: 100%;
  overflow-x: auto;
  border-top: 3px solid #122318;
  border-bottom: 3px solid #122318;
}

.product-supplement-facts-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  color: #17251b;
  background: #fff;
}

.product-supplement-facts-table th,
.product-supplement-facts-table td {
  padding: 13px 12px;
  border-bottom: 1px solid #dce3dd;
  text-align: left;
  vertical-align: middle;
}

.product-supplement-facts-table thead th {
  border-bottom: 2px solid #122318;
  color: #17251b;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.product-supplement-facts-table thead th:first-child {
  width: 55%;
}

.product-supplement-facts-table thead th:nth-child(2) {
  width: 20%;
}

.product-supplement-facts-table thead th:nth-child(3) {
  width: 25%;
}

.product-supplement-facts-table tbody th {
  color: #17251b;
  font-size: 0.9rem;
  font-weight: 700;
}

.product-supplement-facts-table tbody td {
  color: #26352b;
  font-size: 0.9rem;
}

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

.product-supplement-facts-footnote {
  margin: 14px 0 0;
  color: #657168;
  font-size: 0.76rem;
  line-height: 1.55;
}

@media (max-width: 680px) {
  .product-supplement-facts-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .product-supplement-facts-table th,
  .product-supplement-facts-table td {
    padding: 11px 10px;
  }
}
