bottom-up-sheet{display:contents}.bottom-up-sheet__dialog{background-color:var(--color-neutral-white);border:none;border-radius:0;color:var(--color-neutral-charcoal);inset:auto 0 0;margin:0 auto;max-height:90vh;max-height:90dvh;max-width:100%;overflow:clip;padding:0;position:fixed;width:100%;z-index:var(--z-modal,100)}.bottom-up-sheet__dialog[open]{animation:bottom-up-sheet-slide-in .28s ease-out;display:flex;flex-direction:column}.bottom-up-sheet__dialog.dialog-closing{animation:bottom-up-sheet-slide-out .24s ease-in forwards}.bottom-up-sheet__dialog::backdrop{background-color:#0006}.bottom-up-sheet__dialog[open]::backdrop{animation:bottom-up-sheet-backdrop-in .28s ease-out}.bottom-up-sheet__dialog.dialog-closing::backdrop{animation:bottom-up-sheet-backdrop-out .24s ease-in forwards}@keyframes bottom-up-sheet-slide-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes bottom-up-sheet-slide-out{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes bottom-up-sheet-backdrop-in{0%{background-color:#0000}to{background-color:#0006}}@keyframes bottom-up-sheet-backdrop-out{0%{background-color:#0006}to{background-color:#0000}}.bottom-up-sheet__header{align-items:center;border-bottom:1px solid var(--color-grey-divider);display:flex;flex:0 0 auto;gap:var(--spacing-6);padding:var(--spacing-7)}.bottom-up-sheet__icon{align-items:center;color:var(--color-neutral-charcoal);display:inline-flex;flex:0 0 auto;height:var(--size-icon-2xl);justify-content:center;width:var(--size-icon-2xl)}.bottom-up-sheet__icon svg{display:block;height:100%;width:100%}.bottom-up-sheet__headline{color:var(--color-neutral-charcoal);flex:1 1 auto;font-family:var(--font-family-primary);font-size:var(--font-size-sm);font-weight:var(--font-weight-regular);letter-spacing:var(--letter-spacing-normal);line-height:var(--line-height-base);text-transform:uppercase}.bottom-up-sheet__close{align-items:center;background:transparent;border:0;color:var(--color-neutral-charcoal);cursor:pointer;display:inline-flex;flex:0 0 auto;height:var(--size-icon-2xl);justify-content:center;padding:0;width:var(--size-icon-2xl)}.bottom-up-sheet__close .svg-wrapper{align-items:center;display:inline-flex;height:100%;justify-content:center;width:100%}.bottom-up-sheet__close svg{display:block;height:100%;width:100%}.bottom-up-sheet__close .bottom-up-sheet__icon-back,.bottom-up-sheet--nested .bottom-up-sheet__close .bottom-up-sheet__icon-close{display:none}.bottom-up-sheet--nested .bottom-up-sheet__close .bottom-up-sheet__icon-back{display:inline-flex}.bottom-up-sheet__body{flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}@media(prefers-reduced-motion:no-preference){.bottom-up-sheet__body--push{animation:bottom-up-sheet-view-in-right .22s ease-out}.bottom-up-sheet__body--pop{animation:bottom-up-sheet-view-in-left .22s ease-out}}@keyframes bottom-up-sheet-view-in-right{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes bottom-up-sheet-view-in-left{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}.bottom-up-sheet__handle{align-items:flex-end;background:transparent;border:0;cursor:pointer;display:flex;flex:0 0 auto;height:33px;justify-content:center;padding-bottom:var(--spacing-5);touch-action:none;width:100%}.bottom-up-sheet__handle:focus-visible{outline:2px solid var(--color-neutral-charcoal);outline-offset:-4px}.bottom-up-sheet__handle:before{background-color:var(--color-neutral-black);border-radius:100px;content:"";display:block;height:5px;width:135px}.bottom-up-sheet__header{touch-action:none}.bottom-up-sheet--filtering .bottom-up-sheet__body,.bottom-up-sheet--loading .bottom-up-sheet__body{position:relative}.bottom-up-sheet--loading .bottom-up-sheet__body{min-height:200px}.bottom-up-sheet--filtering .bottom-up-sheet__body:before{background:#fff9;content:"";inset:0;position:absolute;z-index:10}.bottom-up-sheet--filtering .bottom-up-sheet__body:after,.bottom-up-sheet--loading .bottom-up-sheet__body:after{animation:spinner-rotate var(--spinner-duration) linear infinite;border:var(--spinner-thickness) solid var(--spinner-track);border-radius:50%;border-top-color:var(--spinner-head);content:"";height:32px;left:50%;margin:-16px 0 0 -16px;position:absolute;top:50%;width:32px;z-index:11}@media(min-width:750px){.bottom-up-sheet__dialog{max-width:480px}}@media(prefers-reduced-motion:reduce){.bottom-up-sheet__dialog.dialog-closing,.bottom-up-sheet__dialog.dialog-closing::backdrop,.bottom-up-sheet__dialog[open],.bottom-up-sheet__dialog[open]::backdrop{animation-duration:.01ms!important}.bottom-up-sheet__dialog{transition:none!important}}
