
  .root input[type="date"]::-webkit-calendar-picker-indicator:focus-within {
    /* TODO: this overwrites some chromium defaults because they are not up to snuff */

    /* Replace this when we have a more cohesive idea around focus indicators */
    /* stylelint-disable-next-line declaration-block-no-duplicate-properties */
    outline: solid Highlight;
    outline: -webkit-focus-ring-color auto;
  }

.labelContainer {
  align-items: baseline;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.labelContainer > *:first-child {
    flex-grow: 1;
  }
