/* Only the language chooser popup. The closed control uses the original .language style. */
.language-picker { position: relative; }
.language-picker > summary { cursor: pointer; list-style: none; }
.language-picker > summary::-webkit-details-marker { display: none; }
.language-options { position: absolute; top: calc(100% + 8px); right: 0; z-index: 110; min-width: 150px; padding: 6px; border: 1px solid #e5e7eb; border-radius: 10px; background: #fff; box-shadow: 0 8px 24px #00000014; }
.language-options a { display: block; padding: 10px 12px; color: #3d3d3d; font-size: 14px; white-space: nowrap; border-radius: 6px; }
.language-options a:hover, .language-options a:focus-visible, .language-options a[aria-current] { color: #2563eb; background: #eff6ff; }
