.drawer:has(.custom-drawer){--duration-default: .5s;background:unset}.custom-drawer{opacity:0;transition:opacity var(--duration-default) ease;--drawer-inline-padding: 3.2rem;--drawer-block-padding: 1.6rem}@media screen and (max-width: 749px){.custom-drawer{--drawer-inline-padding: 2.4rem;--drawer-block-padding: 1.6rem}}.drawer.active .custom-drawer{opacity:1}.custom-drawer .drawer__close{height:var(--drawer-inline-padding)}.custom-drawer .drawer__inner{transform:translate(0);width:46rem;overflow-y:scroll}@media screen and (max-width: 749px){.custom-drawer .drawer__inner{max-width:90vw}}.custom-drawer .drawer__inner-content{height:100%}.custom-drawer .drawer__inner-body{height:-moz-fit-content;height:fit-content;padding-inline:var(--drawer-inline-padding);padding-bottom:var(--drawer-inline-padding);display:flex;flex-direction:column;flex:1}.custom-drawer .drawer__inner-header{display:flex;flex-direction:column;padding-inline:var(--drawer-inline-padding);position:sticky;top:0}.custom-drawer .drawer__inner-header-close{padding-block:16px;width:100%;display:flex;align-items:end;justify-content:end}.custom-drawer .drawer__inner-title{text-align:left;margin:0 0 12px;width:100%}.custom-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(var(--color-foreground),.25)}.custom-drawer__overlay:empty{display:block}.drawer--tabs .drawer__inner-body{display:none}.drawer__inner-footer{position:sticky;bottom:0;left:0;background-color:var(--color-neutral-95);padding:2.4rem var(--drawer-inline-padding);width:100%;display:flex;justify-content:space-between;border-top:1px solid var(--color-neutral-30)}.drawer__inner-footer-tab{display:none}.drawer__inner-footer-tab:checked+label:after{display:block}.drawer__inner-footer-tab-label{position:relative;cursor:pointer;padding-block:.4rem}.drawer__inner-footer-tab-label:after{content:"";top:-16px;left:calc(50% - 1rem);position:absolute;display:none;width:2rem;height:2rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 13.75C10.8427 11.4277 11.9784 9.24429 13.75 7.5L6.25 7.5C8.02163 9.2443 9.15738 11.4277 10 13.75Z' fill='%230F0F0F'/%3E%3C/svg%3E")}
