/* Structune Hub V17.7.4.522 — SCI07, main Cold Rolled register only. */
#coldRolledContextDrawer{display:none}

html.cold-rolled-first-paint #coldRolledContextDrawer,
html body.v17-cold-rolled-constrained #coldRolledContextDrawer{
  display:block!important;
  position:fixed!important;
  top:48px!important;
  right:0!important;
  bottom:48px!important;
  left:auto!important;
  width:var(--v432-drawer-w,264.207px)!important;
  min-width:0!important;
  max-width:264.207px!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  background:#0B1723!important;
  border:0!important;
  border-left:1px solid rgba(255, 255, 255, 0.06)!important;
  border-radius:0!important;
  box-shadow:none!important;
  transform:translateX(102%)!important;
  transition:transform .18s ease!important;
  z-index:3000!important;
}

html.cold-rolled-first-paint #coldRolledContextDrawer,
html body.v17-cold-rolled-constrained.v17-right-open #coldRolledContextDrawer{
  transform:translateX(0)!important;
}

/* Override the historical reserved-zone rule only on the Cold Rolled route. */
html.cold-rolled-first-paint body.v17-right-drawer-page>button.v17-edge-handle.v17-right-handle,
html body.v17-cold-rolled-constrained.v17-right-drawer-page>button.v17-edge-handle.v17-right-handle{
  display:grid!important;
  visibility:visible!important;
  pointer-events:auto!important;
  right:0!important;
}

html.cold-rolled-first-paint body.v17-right-open>button.v17-edge-handle.v17-right-handle,
html body.v17-cold-rolled-constrained.v17-right-open>button.v17-edge-handle.v17-right-handle{
  right:var(--v432-drawer-w,264.207px)!important;
}

@media(max-width:820px){
  html.cold-rolled-first-paint #coldRolledContextDrawer,
  html body.v17-cold-rolled-constrained #coldRolledContextDrawer{
    width:min(360px,86vw)!important;
    max-width:min(360px,86vw)!important;
  }
  html.cold-rolled-first-paint body.v17-right-open>button.v17-edge-handle.v17-right-handle,
  html body.v17-cold-rolled-constrained.v17-right-open>button.v17-edge-handle.v17-right-handle{
    right:min(360px,86vw)!important;
  }
}
