/* ─── Macro-only components ───
   Selectors exclusive to Jinja macros (locale/tz switchers) that don't
   fit any of the standalone component files. */

.locale-switcher {
  position: relative;
  display: inline-flex;
  width: var(--dropdown-width, auto);
  min-width: 0;
}

.locale-switcher-dropdown {
  flex: 1 1 auto;
}

.locale-switcher-trigger {
  padding: 0 10px 0 8px;
}
