.MuiFormControl-root:focus-within > label[data-shrink="false"],
.MuiFormControl-root:has(input:not(:placeholder-shown)) > label[data-shrink="false"] {
  transform: translate(-14px, -9px) scale(0.75) !important;
  pointer-events: auto;
  user-select: none;
  max-width: calc(133% - 32px);
}
.MuiFormControl-root:focus-within legend,
.MuiFormControl-root:has(input:not(:placeholder-shown)) legend {
  max-width: 100% !important;
}
