/* Policy shortcode: same measure as FAQ / theme .tb-container--content */

.tb-policy {
  width: 100%;
  max-width: var(--tb-content-max, 60rem);
  margin: 0 auto;
  padding: 2rem 0 3rem;
  color: var(--tb-text, inherit);
  font-size: 1rem;
  line-height: 1.6;
  box-sizing: border-box;
}

/* If the shortcode lands inside a Gutenberg “constrained” group, still fill the theme column */
.entry-content .tb-policy,
.wp-block-post-content .tb-policy,
.is-layout-constrained > .tb-policy {
  max-width: var(--tb-content-max, 60rem) !important;
  width: 100%;
}

.tb-policy h1 {
  margin: 0 0 0.5rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--tb-text, inherit);
}

.tb-policy h2 {
  margin: 1.75rem 0 0.65rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--tb-text, inherit);
}

.tb-policy h3 {
  margin: 1.15rem 0 0.4rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--tb-text, inherit);
}

.tb-policy p,
.tb-policy li {
  font-size: 0.9375rem; /* 15px: above customer type floor */
  line-height: 1.6;
  color: var(--tb-text-secondary, inherit);
}

.tb-policy__meta,
.tb-policy__disclaimer {
  font-size: 0.875rem;
  color: var(--tb-text-muted, inherit);
}

.tb-policy__lead {
  font-size: 1rem;
  color: var(--tb-text-secondary, inherit);
}

.tb-policy ul {
  padding-left: 1.25rem;
}

.tb-policy li + li {
  margin-top: 0.35rem;
}

.tb-policy__contact {
  margin-top: 0.75rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--tb-border, currentColor);
  border-radius: 0.5rem;
  background: var(--tb-subtle, transparent);
  color: var(--tb-text-secondary, inherit);
}

.tb-policy a {
  color: var(--tb-link, inherit);
  text-decoration: underline;
  text-underline-offset: 2px;
}
