.gnarly-product-information,
.gnarly-product-description,
.gnarly-product-features {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
}

/* Prevent inactive panels flashing before WooCommerce initializes its tabs. */
.single-product .elementor-widget-woocommerce-product-data-tabs .woocommerce-tabs > .wc-tab {
  display: none;
}

.single-product .elementor-widget-woocommerce-product-data-tabs .woocommerce-tabs > .wc-tab:first-of-type {
  display: block;
}

.single-product .elementor-widget-woocommerce-product-data-tabs #reviews #comments ol.commentlist li .comment-text {
  border: 0;
}

.single-product .elementor-widget-woocommerce-product-data-tabs #reviews .woocommerce-review__author,
.single-product .elementor-widget-woocommerce-product-data-tabs #reviews .woocommerce-review__published-date {
  color: #45174e;
}

.gnarly-profile-heading {
  margin: 0 0 0.5rem;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.gnarly-profile-chart-scroll {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 0.5rem;
}

.gnarly-profile-table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
  border-collapse: collapse;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
}

.gnarly-profile-table th,
.gnarly-profile-table td {
  padding: 0.4rem 0.3rem;
  border: 1px solid #45174e !important;
  text-align: center;
}

.gnarly-profile-table th:first-child,
.gnarly-profile-table td:first-child {
  width: 150px;
  text-align: left;
}

.gnarly-profile-table th:not(:first-child),
.gnarly-profile-table td:not(:first-child) {
  white-space: nowrap;
}

.gnarly-profile-scroll-note {
  margin: 0.5rem 0 1rem;
  font-size: 0.9rem;
}

.gnarly-profile-care-heading {
  margin: 0.75rem 0 0.5rem;
  font-weight: 700;
}

.gnarly-profile-care-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gnarly-profile-care-list li {
  margin-bottom: 0.5rem;
}

.gnarly-profile-care-list img {
  width: 24px;
  margin-right: 0.5rem;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(12%) sepia(74%) saturate(749%) hue-rotate(258deg) brightness(90%) contrast(101%);
}

.gnarly-product-features ul {
  margin-top: 0;
}

@media (max-width: 767px) {
  .gnarly-profile-table--wide {
    min-width: 620px;
  }
}
