.stringDropdownSectionWrapper{background-color:var(--bg-surface);border:1px solid var(--border-main);border-radius:var(--radius-sm);box-shadow:0 1px 3px 0 rgba(0,0,0,.12),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.2)}.stringDropdownSectionDivider{background-color:var(--border-main);width:100%;height:1px}.stringDropdownSectionUpperPart{padding:12px 8px}.stringDropdownSectionMiddlePart{padding:12px 8px;gap:8px;max-height:210px;overflow:scroll}.stringDropdownSectionLowerPart{padding:12px 8px;display:flex;flex-direction:row;justify-content:space-between}.stringDropdownSectionNoItemsText{padding:0 8px;font-family:var(--font-family-ebrands);color:var(--text-secondary);font-size:var(--font-size-body);line-height:var(--line-height-body);font-weight:var(--font-weight-medium)}.stringDropdownSectionRightButtons{display:flex;flex-direction:row;gap:16px}