/*
Generated time: October 28, 2025 18:06
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.disclosure{position:relative}.disclosure__button{align-items:center;cursor:pointer;display:flex;height:4rem;padding:0 1.5rem 0 1.5rem;font-size:1.3rem;background-color:transparent;position:relative;z-index:1;border-radius:var(--buttons-radius)}.disclosure__list-wrapper{border-width:var(--popup-border-width);border-style:solid;border-color:rgba(var(--color-foreground),var(--popup-border-opacity));overflow:hidden;position:absolute;bottom:100%;transform:translateY(-1rem);z-index:2;background-color:var(--color-base-background-2);border-radius:10px}.disclosure__list{position:relative;overflow-y:auto;font-size:1.4rem;padding-bottom:.5rem;padding-top:.5rem;scroll-padding:0.5rem 0;min-height:8.2rem;max-height:19rem;max-width:22rem;min-width:12rem;width:max-content}.disclosure__item{position:relative;font-family:var(--font-body-family);font-size:var(--font-body-size)}.disclosure__item a{color:var(--color-base-text);opacity:.5;transition:all .4s}.disclosure__item a:hover{opacity:1}.disclosure__item a[aria-current=true]{opacity:1}.disclosure__link{display:block;padding:.5rem 2.2rem;text-decoration:none;line-height:calc(1 + .8)}