.polaris-antd-select-simple-popover .ant-popover-inner-content {
  padding: 0;
}
.polaris-antd-select-simple-popover .polaris-antd-select-simple-popover-option {
  font-size: 14px;
  color: #252d39;
  padding: 8px 12px 8px 16px;
  margin: 0;
  cursor: pointer;
}
.polaris-antd-select-simple-popover .polaris-antd-select-simple-popover-option:hover {
  background-color: #f2f2f2;
}
.polaris-antd-select-simple-popover .polaris-antd-select-simple-popover-option.selected {
  background-color: #e6f7ff;
}
.polaris-antd-select-simple-popover .polaris-antd-select-simple-popover-option.disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
}
.polaris-antd-select-simple-popover-header {
  padding: 10px 10px;
  border-bottom: 1px solid #ebebeb;
}
.polaris-antd-select-simple-popover-tooltip {
  width: 250px;
}
.polaris-antd-select-simple-content {
  min-width: 200px;
  max-width: 350px;
  max-height: 350px;
  overflow-y: auto;
}
