/* Gate 01 data-safe overflow rules. */
.agency,
.client,
.period {
  overflow-wrap: anywhere;
}

.client {
  max-height: 22mm;
  overflow: hidden;
}
