.info-drawer__overlay{position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:999;display:block !important;background:rgb(var(--color-foreground), 0.5)}.info-drawer__overlay.active{opacity:.8;pointer-events:auto}.info-drawer{position:fixed;top:0;right:0;transform:translateX(100%);height:100%;width:100vw;box-shadow:-2px 0 10px rgba(0,0,0,.2);transition:transform .3s ease;z-index:1000;padding:0 24px 24px 24px;overflow-y:scroll;background:rgb(var(--color-background))}.info-drawer.open{transform:translateX(0)}@media(min-width: 990px){.info-drawer{width:21vw;min-width:400px}}.info-drawer__header-button{min-height:unset !important;transition:transform .3s ease;background:none;padding:0;min-width:unset !important;color:rgb(var(--color-foreground))}.info-drawer__header-button:hover,.info-drawer__header-button:focus{transform:scale(1.1)}.info-drawer__header-button svg{width:24px;height:24px}.info-drawer__header-button:after{content:none}.info-drawer__header-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:sticky;top:0;padding:24px;margin:0 -24px -24px}.info-drawer__inner{margin-top:24px}body.no-scroll{overflow-y:hidden !important}
