.luh-logo {
    max-width: 190px;
}

.app-name {
    margin-bottom: 0;
}

.dropdown-change-lang {
    display: inline-block;
}

.dropdown-change-lang-container {
    display: flex;
    justify-content: end;
}

[data-theme=light],
:root:not([data-theme=dark]),
:host:not([data-theme=dark]) {
  --pico-primary: #00509b;
  --pico-primary-background: #00509b;
  --pico-primary-hover: rgb(0,53.6774193548,104);
  --pico-primary-hover-background: rgb(0,53.6774193548,104);
}
