.w-form-width {
  /* Override the overall maximum form width. */
  max-width: 5120px;
}

.w-field__wrapper:has(.typed-table-block) {
  /* Increase max width for all fields containing a TypedTableBlock (also affects other blocks within the same parent). */
  max-width: 5120px;
}
