/* Solar Rent Pro — compact interactive language selector in the shared header. */
header.sr-header-stable .sr-language-pictograms {
  position:absolute;
  z-index:4;
  top:50%;
  right:max(166px,calc((100% - 1210px)/2 + 166px));
  display:inline-flex;
  align-items:center;
  gap:4px;
  transform:translateY(-50%);
  white-space:nowrap;
}
header.sr-header-stable .sr-language-pictograms button {
  display:inline-flex;
  align-items:center;
  gap:3px;
  min-height:25px;
  padding:0 4px;
  border:0;
  border-bottom:1px solid transparent;
  border-radius:3px 3px 0 0;
  color:rgba(234,243,248,.72);
  background:transparent;
  cursor:pointer;
  transition:background .16s cubic-bezier(.23,1,.32,1),color .16s cubic-bezier(.23,1,.32,1),transform .16s cubic-bezier(.23,1,.32,1),border-color .16s cubic-bezier(.23,1,.32,1);
}
header.sr-header-stable .sr-language-pictograms button:hover { color:#fff; background:rgba(255,255,255,.11); }
header.sr-header-stable .sr-language-pictograms button:active { transform:scale(.94); }
header.sr-header-stable .sr-language-pictograms button:focus-visible { outline:2px solid #ff9a51; outline-offset:2px; }
header.sr-header-stable .sr-language-pictograms button.is-active,
header.sr-header-stable .sr-language-pictograms button[aria-pressed="true"] { color:#fff; border-bottom-color:#f57006; }
header.sr-header-stable .sr-language-pictograms i {
  font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;
  font-size:14px;
  font-style:normal;
  line-height:1;
}
header.sr-header-stable .sr-language-pictograms b { font-family:Roboto,Arial,sans-serif; font-size:9px; font-weight:800; letter-spacing:.04em; line-height:1; }
@media (max-width:1360px) {
  header.sr-header-stable .sr-language-pictograms { right:60px; gap:3px; }
  header.sr-header-stable .sr-language-pictograms button { min-height:26px; padding:0 1px; }
  header.sr-header-stable .sr-language-pictograms b { display:none; }
  header.sr-header-stable .sr-language-pictograms i { font-size:15px; }
}
@media (max-width:360px) {
  header.sr-header-stable .sr-language-pictograms { gap:1px; right:56px; }
  header.sr-header-stable .sr-language-pictograms i { font-size:13px; }
}
