@use '@funidata/fudis-core' as core;

.fudis-select-dropdown {
  &__help-text {
    &.fudis-body-text-host {
      /** No need for margin bottom because both Body Text help text elements are not visible simultaneously **/
      margin-bottom: core.$spacing-none;
      padding: core.$spacing-xs;
    }

    &--hidden.fudis-body-text-host {
      display: none;
      visibility: hidden;
      padding: none;
    }
  }
}
