.aimt-language-switcher { position: relative; display: inline-block; font: inherit; }
.aimt-language-switcher ul { list-style: none; margin: 0; padding: 0; }
.aimt-language-switcher.is-list ul { display: flex; flex-wrap: wrap; gap: .75rem; }
.aimt-language-switcher.is-compact details { position: relative; }
.aimt-language-switcher.is-compact summary { display: inline-flex; align-items: center; gap: .45rem; padding: .45rem .65rem; border: 1px solid currentColor; border-radius: 999px; cursor: pointer; white-space: nowrap; }
.aimt-language-switcher.is-compact summary::-webkit-details-marker { display: none; }
.aimt-language-switcher.is-compact ul { position: absolute; z-index: 10010; top: calc(100% + .4rem); right: 0; min-width: 10rem; padding: .4rem; background: #fff; color: #172038; border: 1px solid #d8deea; border-radius: .65rem; box-shadow: 0 .75rem 2rem rgba(15, 23, 42, .16); }
.aimt-language-switcher.is-compact a, .aimt-language-switcher-preview__item { display: block; padding: .55rem .7rem; border-radius: .4rem; color: inherit; text-decoration: none; white-space: nowrap; }
.aimt-language-switcher.is-compact a:hover, .aimt-language-switcher.is-compact a:focus, .aimt-language-switcher.is-compact a[aria-current="page"], .aimt-language-switcher-preview__item[aria-current="page"] { background: #eef2ff; }
.aimt-language-switcher.is-editor-preview { min-height: 42px; }
.aimt-language-switcher.is-editor-preview summary { user-select: none; }
.aimt-language-switcher.is-editor-preview .aimt-language-switcher-preview__item { cursor: default; }

.aimt-language-suggestion { position: fixed; z-index: 100000; inset: auto 0 0; background: #111a31; color: #fff; box-shadow: 0 -.5rem 1.6rem rgba(15, 23, 42, .2); }
.aimt-language-suggestion[hidden] { display: none !important; }
.aimt-language-suggestion__inner { width: min(1180px, calc(100% - 32px)); min-height: 68px; margin: 0 auto; padding: 12px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.aimt-language-suggestion__message { margin: 0; line-height: 1.55; }
.aimt-language-suggestion__actions { display: flex; align-items: center; flex: 0 0 auto; gap: 10px; }
.aimt-language-suggestion__switch, .aimt-language-suggestion__stay, .aimt-language-suggestion__close { border: 0; border-radius: 7px; padding: 10px 15px; font: inherit; cursor: pointer; white-space: nowrap; }
.aimt-language-suggestion__switch { background: #6753ef; color: #fff; text-decoration: none; font-weight: 650; }
.aimt-language-suggestion__stay { background: rgba(255,255,255,.12); color: #fff; }
.aimt-language-suggestion__close { padding: 8px 11px; background: transparent; color: #fff; font-size: 24px; line-height: 1; }
html.aimt-language-suggestion-open body { padding-bottom: var(--aimt-language-suggestion-height, 84px) !important; }
@media (max-width: 720px) {
	.aimt-language-suggestion__inner { width: min(100% - 24px, 1180px); align-items: stretch; flex-direction: column; gap: 10px; }
	.aimt-language-suggestion__actions { width: 100%; }
	.aimt-language-suggestion__switch, .aimt-language-suggestion__stay { text-align: center; flex: 1 1 auto; white-space: normal; }
}
@media (prefers-reduced-motion: reduce) { .aimt-language-suggestion, .aimt-language-switcher * { scroll-behavior: auto !important; transition: none !important; } }
