.thps .thps-product-safety {
  min-width: 0;
  padding: clamp(20px, 3vw, 38px);
  border: 1px solid #d7cfb5;
  border-top: 4px solid var(--th-orange, #be5b1c);
  background: #fffdf7;
  color: var(--th-green, #20351a);
}
.thps-product-safety[hidden], .thps-product-safety [hidden] { display: none !important; }
.thps-product-safety__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(20px, 3vw, 36px); }
.thps-product-safety__item { min-width: 0; }
.thps-product-safety__item h3 { margin: 0 0 14px; font-size: clamp(18px, 1.5vw, 22px); line-height: 1.35; }
.thps-product-safety__content { min-width: 0; font-size: 16px; line-height: 1.7; overflow-wrap: anywhere; }
.thps-product-safety__content > :first-child { margin-top: 0; }
.thps-product-safety__content > :last-child { margin-bottom: 0; }
.thps-product-safety__content h4 { margin: 22px 0 8px; font-size: 17px; line-height: 1.4; }
.thps-product-safety__content p { margin: 0 0 12px; }
.thps-product-safety__content a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.thps-product-safety__content a:hover { color: #974514; }
.thps-product-safety__content a:focus-visible { outline: 2px solid var(--th-orange, #be5b1c); outline-offset: 4px; }
.thps-product-safety__content img { max-width: 100%; height: auto; }
.thps-product-safety__content ul, .thps-product-safety__content ol { padding-left: 22px; }
.thps-product-safety__content .wc-gzd-product-safety-attachments-list { list-style: none; margin: 0; padding: 0; }
.thps-product-safety__content .wc-gzd-product-safety-attachment a { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 0; }
.thps-product-safety__content table { max-width: 100%; width: 100%; table-layout: fixed; }
@media (max-width: 700px) {
  .thps-product-safety__grid { grid-template-columns: minmax(0, 1fr); }
  .thps-product-safety__item + .thps-product-safety__item { padding-top: 22px; border-top: 1px solid #d7cfb5; }
}
