.tgh-consent,
.tgh-consent strong,
.tgh-consent button {
  font-family: ui-sans-serif, "Segoe UI", sans-serif;
}

body.home .category-section,
body.home .product-section,
body.home .editorial-section,
body.home .wholesale-strip,
body.home .faq-section,
body.single-product .tgh-product-details,
body.single-product .related,
body.single-product [data-tgh-recently-viewed],
body.tax-product_cat .tgh-catalog-content,
.tgh-product-footer,
.site-footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 720px;
}

@media (max-width: 700px) {
  html.tgh-gallery-pending body.single-product .summary {
    opacity: 0;
  }

  .tgh-consent {
    right: 8px;
    bottom: 8px;
    width: calc(100vw - 16px);
    gap: 10px;
    padding: 12px;
    border-radius: 14px;
  }

  .tgh-consent strong {
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 1.2;
  }

  .tgh-consent p {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 1.4;
  }

  .tgh-consent__actions,
  .tgh-consent__actions:last-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .tgh-consent button {
    min-height: 44px;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1.25;
  }
}
