/* STOBUD 1327 — компактный баннер выбора языка при первом посещении */
#stobud-language-choice{position:fixed;left:50%;bottom:16px;transform:translateX(-50%);z-index:2147483000;width:auto;max-width:760px;min-width:520px;padding:14px 16px;background:#fff;border:1px solid rgba(0,0,0,.14);box-shadow:0 8px 30px rgba(0,0,0,.18);border-radius:10px;font:14px/1.35 Arial,sans-serif;color:#222;box-sizing:border-box}
#stobud-language-choice .slc-inner{display:flex;align-items:center;gap:10px}
#stobud-language-choice .slc-title{font-weight:700;margin-right:auto;white-space:nowrap}
#stobud-language-choice button{appearance:none;-webkit-appearance:none;border:1px solid #c7c7c7;background:#f7f7f7;color:#222;border-radius:7px;padding:8px 12px;cursor:pointer;font:inherit;font-weight:600;white-space:nowrap}
#stobud-language-choice button:hover,#stobud-language-choice button:focus{background:#eee}
#stobud-language-choice button.slc-primary{background:#f0b400;border-color:#d8a100;color:#111}
#stobud-language-choice button.slc-close{border:0;background:transparent;padding:6px 8px;font-size:18px;line-height:1;font-weight:400}
@media(max-width:600px){#stobud-language-choice{left:8px;right:8px;bottom:8px;transform:none;width:auto;min-width:0;max-width:none;padding:12px}#stobud-language-choice .slc-inner{flex-wrap:wrap}#stobud-language-choice .slc-title{width:100%;margin:0 0 2px;white-space:normal}#stobud-language-choice button:not(.slc-close){flex:1 1 120px}}
