.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;top: calc(100% + 9px);transform: translateY(-1rem);z-index: 2;background-color: #fff;border-radius: var(--popup-corner-radius);box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));}.disclosure__list {position: relative;overflow-y: auto;font-size: 1.4rem;padding-bottom: 0;padding-top: 0;scroll-padding: 0;min-height: 8.2rem;max-height: 19rem;max-width: 22rem;min-width: 150px;width: max-content;}.disclosure__list::-webkit-scrollbar-track-piece {background: #f1f1f1}.disclosure__list::-webkit-scrollbar {width: 8px;height: 8px}.disclosure__list::-webkit-scrollbar-thumb {background: #ccc;border-radius: 4px}.disclosure__item {position: relative;}.disclosure__link {display: block;padding: 0.5rem 2.2rem;text-decoration: none;line-height: calc(1 + 0.8 / var(--font-body-scale));}.disclosure__link--active {font-weight: 600}