/* Language notice sits in document flow above RiPro's absolute header. */
.feige-brand .feige-language-prompt {
  position:relative;z-index:81;width:100%;box-sizing:border-box;
  background:var(--feige-panel);color:var(--feige-ink);border-bottom:1px solid var(--feige-line);
  text-align:left;line-height:1.5;
}
.feige-brand .feige-language-inner {
  box-sizing:border-box;width:100%;max-width:1040px;
  margin:0 auto;padding:18px 32px;display:flex;align-items:center;justify-content:center;gap:32px;
}
.feige-brand .feige-language-prompt p {margin:0;color:var(--feige-ink);font-size:14px;line-height:1.6;}
.feige-brand .feige-language-actions {display:flex;align-items:center;flex-shrink:0;gap:16px;}
.feige-brand .feige-language-actions select {
  box-sizing:border-box;width:260px;min-width:0;height:44px;margin:0;padding:0 38px 0 16px;
  border:1px solid var(--feige-line);border-radius:9px;background-color:var(--feige-bg);color:var(--feige-ink);
  font:inherit;font-size:15px;cursor:pointer;
}
.feige-brand .feige-language-actions button {box-sizing:border-box;min-height:44px;margin:0;border:0;font:inherit;font-size:14px;cursor:pointer;}
.feige-brand .feige-language-actions .feige-language-accept {padding:10px 20px;border-radius:9px;background:#1d1d1f;color:#fff;white-space:nowrap;}
[data-bs-theme=dark] .feige-brand .feige-language-actions .feige-language-accept {background:#f5f5f7;color:#1d1d1f;}
.feige-brand .feige-language-actions .feige-language-keep {display:grid;place-items:center;flex:0 0 44px;width:44px;padding:0;background:transparent;color:var(--feige-muted);border-radius:8px;}
.feige-brand .feige-language-keep span {font-size:30px;font-weight:300;line-height:1;}
.feige-brand .feige-language-actions button:hover {opacity:.8;}
.feige-brand .feige-language-actions :is(button,select):focus-visible {outline:2px solid var(--feige-ink);outline-offset:3px;}
.feige-brand.feige-language-banner-visible .site-header:not(.navbar-sticky) {top:var(--feige-language-bar-height, 0px);}
@media(max-width:900px) {
  .feige-brand .feige-language-inner {gap:18px;padding:16px 24px;}
  .feige-brand .feige-language-actions {gap:10px;}
  .feige-brand .feige-language-actions select {width:200px;}
}
@media(max-width:767px) {
  .feige-brand .feige-language-inner {display:block;padding:16px;}
  .feige-brand .feige-language-prompt p {font-size:13px;margin-bottom:12px;}
  .feige-brand .feige-language-actions {display:grid;grid-template-columns:minmax(0,1fr) auto 36px;gap:8px;}
  .feige-brand .feige-language-actions select {width:100%;font-size:16px;padding-left:12px;}
  .feige-brand .feige-language-actions .feige-language-accept {padding:10px 14px;}
  .feige-brand .feige-language-actions .feige-language-keep {width:36px;}
}
@media print {
  .feige-brand .feige-language-prompt {display:none;}
  .feige-brand.feige-language-banner-visible .site-header:not(.navbar-sticky) {top:0;}
}
