.language-suggestion[hidden]{display:none}.language-suggestion{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px;padding:12px 20px;background:#edf5f0;color:#183f32;font:15px/1.5 system-ui;border-bottom:1px solid #ccded3}.language-suggestion a{color:#164c38;text-decoration:underline;font-weight:700;padding:10px}.language-suggestion button{background:transparent;color:#294e3e;border:1px solid #7e9e8d;border-radius:8px;min-height:44px;padding:8px 14px;cursor:pointer}.language-entry{margin:0;background:#f4f1ea;color:#183f32;font:16px/1.6 system-ui}.language-entry main{max-width:1050px;margin:auto;padding:40px 24px}.language-entry img{max-width:100%;height:auto}.language-entry h1{margin-bottom:8px}.country-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;margin-top:28px}.country-grid section{padding:20px;border:1px solid #d0dcd4;background:white;border-radius:14px}.country-grid h2{margin:0 0 12px;font-size:21px}.country-grid a{color:#24583f;display:inline-block;padding:6px}.country-grid section div{display:flex;flex-wrap:wrap;gap:8px} .country-grid a:focus-visible,.language-suggestion a:focus-visible,.language-suggestion button:focus-visible{outline:3px solid #397a59;outline-offset:3px}

/* 1.4.26: country chooser entry uses two columns, not the flag column alone. */
.market-picker .market-menu{width:310px;max-width:calc(100vw - 24px);max-height:min(560px,70vh);overscroll-behavior:contain;overflow-x:hidden}
.market-picker .market-menu>a{grid-template-columns:22px minmax(0,1fr) auto;min-height:44px;white-space:normal;word-break:normal;overflow-wrap:normal}
.market-picker .market-menu>a>span:nth-child(2){min-width:0}
.market-picker .market-menu>a.market-menu-all{grid-template-columns:22px minmax(0,1fr);font-weight:700;border-bottom:1px solid #d6dfeb;border-radius:8px 8px 0 0;margin-bottom:5px}
.market-picker .market-menu>a:focus-visible{outline:2px solid #3272d2;outline-offset:-2px}
@media(max-width:560px){.market-picker .market-menu{position:fixed;left:12px;right:12px;top:calc(100% + 4px);width:auto;max-width:none;max-height:calc(100dvh - 110px)}}
