/* do not use stylelint -- these variables violate the expected naming it wants them with the ComponentName too */
.SavedViewsDropdown-SavedViewButtonList {
    --button-height: 40px; /* button height and padding */
    --buttons-row-num: 5;

    padding: 0.25rem 0.75rem;
    max-width: 26.875rem;
    max-height: calc(var(--button-height) * var(--buttons-row-num));
    overflow: auto;
    gap: 0.25rem;
    min-width: 16.25rem;
}

.SavedViewsDropdown-menu {
    box-shadow: 0 2px 4px var(--surface-container-selected);
}
