/* Layout exclusivo da página de alocação. */
.allocation-page .allocation-layout{grid-template-columns:minmax(0,1.55fr) minmax(280px,1fr);align-items:start}
.allocation-page .allocation-copy-flow{min-width:0}
.allocation-page .allocation-copy-flow .allocation-topic:last-child{margin-bottom:0}
.allocation-page .allocation-aside{position:static;min-width:0}
@media(min-width:1001px) and (min-height:900px){
 .allocation-page .allocation-aside{position:sticky;top:120px;max-height:calc(100vh - 144px);overflow-y:auto;overscroll-behavior:contain}
}
@media(max-width:1000px){
 .allocation-page .allocation-layout{grid-template-columns:minmax(0,1fr);gap:28px}
 .allocation-page .allocation-aside{position:static;max-height:none;overflow:visible;margin-bottom:0}
}
