/**
  * @prop --dropdown-z-index: z-index of the dropdown menu.
  */
:host {
  position: relative;
  display: block;
}

:host([hidden]) {
  display: none;
}