/**
 * @license EUPL-1.2
 * Copyright (c) 2023 Frameless B.V.
 */
/**
 * @license EUPL-1.2
 * Copyright (c) 2020-2024 Frameless B.V.
 * Copyright (c) 2021-2024 Gemeente Utrecht
 */
/* stylelint-disable-next-line block-no-empty */
.utrecht-logo-image__decoration-1 {
  fill: var(--utrecht-logo-decoration-1-color, #fff);
}

.utrecht-logo-image__decoration-2 {
  fill: var(--utrecht-logo-decoration-2-color, #c00);
}

.utrecht-logo-image__decoration-3 {
  fill: var(--utrecht-logo-decoration-3-color, #ffb70b);
}

:host {
  display: inline;
}

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