/**
 * @license EUPL-1.2
 * Copyright (c) 2020-2024 Frameless B.V.
 * Copyright (c) 2021-2024 Gemeente Utrecht
 */
:host {
  display: block;
}

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

.utrecht-flex-wrap-fallback__content--hidden,
.utrecht-flex-wrap-fallback__fallback--hidden {
  block-size: 0;
  opacity: 0%;
  outline: 0;
  overflow: hidden;
  pointer-events: none;
  position: relative;
  user-select: none;
}