@charset "UTF-8";
/*
 * css/blocks/pi-disclaimer.css — Layer 3, block-specific layout for
 * acf/pi-disclaimer. Small dark footer band.
 *
 * LAYOUT ONLY. No hex literals, no font-family overrides.
 */
.pi-disclaimer-footer {
  background: var(--header-color-dark);
  color: rgba(255, 255, 255, 0.55);
  padding: 30px 28px;
  font-size: 11px;
  line-height: 1.6;
  font-family: var(--norml-font-body);
  box-sizing: border-box;
  /* Inset rounded card + bottom gap so this dark band reads as its own
     element and does not merge into the (also dark) site footer. */
  max-width: 1200px;
  margin: 0 auto 64px;
  border-radius: 14px;
}