/* SatHack Portal 2.3.1 — dedicated 235px right sidebar */
:root{--sidebar-right-width:235px}
.content-layout.has-sidebar{grid-template-columns:minmax(0,1fr) var(--sidebar-right-width)}
.sidebar-right{width:var(--sidebar-right-width);max-width:100%;justify-self:end}
.sidebar-right .moduletable,.sidebar-right .card{width:100%;overflow-wrap:anywhere}
@media(max-width:1100px){.content-layout.has-sidebar{grid-template-columns:1fr}.sidebar-right{width:100%;justify-self:stretch}}
