.govuk-webform .govuk-webform-datetime {
  /* align-items: stretch;
  display: flex;
  flex-flow: row nowrap;
  gap: 20px;
  justify-content: flex-start; */
  display: block;
}

.govuk-webform .govuk-webform-datetime .govuk-webform-form-item {
  display: inline-block;
  margin: 0 20px 0 0;
  min-width: auto;
  width: auto;
  max-width: 8ch;
}

.govuk-webform .govuk-webform-datetime .govuk-webform-datetime__day > input,
.govuk-webform .govuk-webform-datetime .govuk-webform-datetime__month > input {
  max-width: 2.75em;
}

.govuk-webform .govuk-webform-datetime .govuk-webform-datetime__year > input {
  max-width: 4.5em;
}
