.aventiq-club-manager-language-switcher {
  flex: 0 0 auto;
  margin-left: auto;
  max-width: 100%;
  position: relative;
  z-index: 20;
}
.aventiq-club-manager-language-switcher details { position: relative; }
.aventiq-club-manager-language-switcher summary,
.aventiq-club-manager-language-switcher button {
  align-items: center;
  background: #fff;
  border: 1px solid #c3c4c7;
  border-radius: 7px;
  box-sizing: border-box;
  color: #1d2327;
  cursor: pointer;
  display: flex;
  font: inherit;
  gap: 8px;
  min-height: 42px;
  padding: 8px 11px;
  white-space: nowrap;
}
.aventiq-club-manager-language-switcher summary { list-style: none; }
.aventiq-club-manager-language-switcher summary::marker { content: ""; }
.aventiq-club-manager-language-switcher summary::-webkit-details-marker { display: none; }
.aventiq-club-manager-language-switcher summary:focus-visible,
.aventiq-club-manager-language-switcher button:focus-visible {
  outline: 3px solid #2271b1;
  outline-offset: 2px;
}
.aventiq-club-manager-language-switcher__flag {
  border-radius: 1px;
  box-shadow: 0 0 0 1px rgb(15 23 42 / 28%), 0 1px 2px rgb(15 23 42 / 18%);
  display: block;
  flex: 0 0 auto;
  height: 16px;
  width: 30.4px;
}
.aventiq-club-manager-language-switcher__label-short { display: none; }
.aventiq-club-manager-language-switcher__chevron {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  display: block;
  height: 6px;
  margin-left: 2px;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 150ms ease;
  width: 6px;
}
.aventiq-club-manager-language-switcher details[open] .aventiq-club-manager-language-switcher__chevron {
  transform: rotate(225deg) translate(-2px, -2px);
}
.aventiq-club-manager-language-switcher__options {
  background: #fff;
  border: 1px solid #dcdcde;
  border-radius: 7px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .15);
  box-sizing: border-box;
  min-width: 170px;
  padding: 4px;
  position: absolute;
  right: 0;
  top: calc(100% + 4px);
  width: max-content;
  max-width: min(260px, calc(100vw - 24px));
  z-index: 30;
}
.aventiq-club-manager-language-switcher__options button {
  border: 0;
  min-width: 100%;
  text-align: left;
  width: 100%;
}
.aventiq-club-manager-language-switcher__options button[aria-current="true"] { font-weight: 700; }
.aventiq-club-manager-switcher-header {
  align-items: flex-start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  min-width: 0;
  overflow: visible;
}
.aventiq-club-manager-progress-profile-card.aventiq-club-manager-switcher-header {
  flex-direction: row;
}
.aventiq-club-manager-switcher-header__content { min-width: 0; }
.aventiq-club-manager-shortcode-shell { max-width: 100%; min-width: 0; }
.aventiq-club-manager-shortcode-shell > .aventiq-club-manager-language-switcher {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 12px;
}
@media (max-width: 700px) {
  .aventiq-club-manager-switcher-header,
  .aventiq-club-manager-progress-profile-card.aventiq-club-manager-switcher-header {
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .aventiq-club-manager-switcher-header > .aventiq-club-manager-language-switcher {
    grid-column: 2;
    grid-row: 1;
    margin-left: 0;
  }
  .aventiq-club-manager-switcher-header > .aventiq-club-manager-switcher-header__content,
  .aventiq-club-manager-progress-profile-card > .aventiq-club-manager-progress-profile-card__identity {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
  }
  .aventiq-club-manager-language-switcher summary {
    gap: 7px;
    min-height: 44px;
    min-width: 44px;
    padding: 8px 9px;
  }
  .aventiq-club-manager-language-switcher summary .aventiq-club-manager-language-switcher__label-full,
  .aventiq-club-manager-language-switcher summary .aventiq-club-manager-language-switcher__label-short {
    display: none;
  }
  .aventiq-club-manager-language-switcher__options {
    left: auto;
    max-width: calc(100vw - 20px);
    right: 0;
  }
}
