.dateComponentPickers {
  padding-left: 2rem;
  padding-right: inherit;
  display: inline-block;
}
:global(.enact-locale-right-to-left) .dateComponentPickers {
  padding-left: inherit;
  padding-right: 2rem;
}
.dateComponentPicker {
  display: inline-block;
  min-width: 4rem;
  text-align: center;
  margin: 0.5rem 0;
  vertical-align: top;
}
.dateComponentPicker .label {
  font-family: "Moonstone";
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  padding: 0.75rem 0.375rem;
  white-space: nowrap;
}
:global(.enact-locale-non-latin) .dateComponentPicker .label {
  font-family: "Moonstone";
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.7em;
}
.dateComponentPicker .label a:link {
  color: inherit;
  text-decoration: none;
}
.dateComponentPicker .label a:visited {
  color: inherit;
  text-decoration: none;
}
.dateComponentPicker .label a:hover {
  color: inherit;
  text-decoration: none;
}
.dateComponentPicker .label a:active {
  color: inherit;
  text-decoration: none;
}
