:host { display: inline-block; min-width: 150px; max-width: 180px; }
:host(.footer) .language-selector, :host(.fab) .language-selector { position: relative; z-index: 100; display: inline-flex; align-items: flex-end; flex-direction: column; }
:host(.footer) .language-selector button { display: inline-flex; align-items: center; justify-content: center; padding: var(--fds-spacing-150); min-width: 150px; background-color: var(--app-site-language-selector-background-color, var(--fds-alternate-surface-variant)); color: var(--app-site-language-selector-color, var(--fds-on-alternate-surface-m)); font: var(--fds-paragraphs-lead-bold); border-radius: var(--fds-border-radius-btn-default); gap: var(--fds-spacing-050); white-space: nowrap; border: none; cursor: pointer; box-sizing: border-box; }
:host(.footer) .language-selector button svg { display: none; height: var(--fds-spacing-300); }
:host(.footer) .language-selector button img.flag { width: 20px; height: 20px; object-fit: cover; }
button { box-sizing: border-box; border: none; cursor: pointer; }
.dropdown { display: none; }
