/**
 * Do not edit directly
 * Generated on Fri, 02 Aug 2024 20:03:08 GMT
 */
/**
 * Do not edit directly
 * Generated on Fri, 02 Aug 2024 20:03:08 GMT
 */
/**
 * Do not edit directly
 * Generated on Fri, 02 Aug 2024 20:03:08 GMT
 */
/**
 * Do not edit directly
 * Generated on Fri, 02 Aug 2024 20:03:08 GMT
 */
/**
 * Do not edit directly
 * Generated on Fri, 02 Aug 2024 20:03:06 GMT
 */
/* mixins & extensions */
/* helper to properly scale internal durations */
/**
* Currently only used in Checkbox.
*/
:host {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-size: var(--calcite-font-size-1);
  color: var(--calcite-color-text-2);
}

::slotted(calcite-action-group) {
  border-block-end: 1px solid var(--calcite-color-border-3);
}

::slotted(calcite-action-group:last-child) {
  border-block-end: 0;
}

.default-trigger {
  position: relative;
  block-size: 100%;
  flex: 0 1 auto;
  align-self: stretch;
}

slot[name=trigger]::slotted(calcite-action),
calcite-action::slotted([slot=trigger]) {
  position: relative;
  block-size: 100%;
  flex: 0 1 auto;
  align-self: stretch;
}

.menu {
  max-block-size: 45vh;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow-y: auto;
  overflow-x: hidden;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

[hidden] {
  display: none;
}