/* Position-only correction for the existing lower shelf. */
@media (min-width:901px){
  .rack .bottom-shelf{
    grid-template-columns:repeat(4,minmax(0,clamp(130px,12.35vw,178px))) minmax(0,1fr) minmax(102px,126px)!important;
    justify-content:start!important;
    gap:clamp(8px,.7vw,11px)!important;
  }
  .rack .bottom-shelf .magazine{transform:translateY(-48px) rotate(var(--tilt,0deg))!important}
  .rack .bottom-shelf .magazine:hover{transform:translateY(-55px) rotate(var(--tilt,0deg))!important}
  .rack .bottom-shelf .note-stack{grid-column:6!important}
  .rack .left-notes{left:-65px!important}
}
