:host fieldset {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 24px;
  border: none;
  min-width: auto;
}
:host fieldset legend {
  margin-bottom: 16px;
  font-family: var(--grit-font-family-header);
  color: var(--neutral900);
  font-size: 13.6px;
  font-weight: 700;
  letter-spacing: 0.52px;
  line-height: 1.5;
}
:host fieldset .option-select-message-wrapper {
  min-height: 24px;
}
:host ::slotted([slot=option-select-message]) grit-wc-message .message-wrapper {
  color: var(--grit-option-select-message-wrapper-color);
}