/* stylelint-disable scss/at-import-no-partial-leading-underscore */
/* stylelint-disable-next-line number-max-precision */
.style-editor .cs-dropdown {
  display: flex;
  text-align: left;
  padding-left: 0.5rem;
  width: 100%;
  justify-content: space-between;
  border-radius: 4px;
  border: 1px solid var(--dh-color-input-border);
  min-width: 14rem;
  background-position: right 0.75rem center;
  background-size: 10px 6px;
  background-repeat: no-repeat;
}
.style-editor .cs-dropdown:focus {
  border-color: var(--dh-color-input-focus-border);
}
.style-editor .cs-dropdown.btn-inline:active {
  background: var(--dh-svg-icon-select-indicator) right 0.75rem center/10px 6px no-repeat, var(--dh-color-action-down-bg);
}

.style-dropdown-menu {
  border-radius: 4px;
}
.style-dropdown-menu .style-options {
  max-height: 400px;
  overflow: auto;
}
.style-dropdown-menu .style-option-btn {
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 0.42145rem 0.75rem;
  white-space: nowrap;
  text-decoration: none;
  background-color: transparent;
  text-align: left;
  cursor: pointer;
  user-select: none;
  display: block;
}
.style-dropdown-menu .style-option-btn:hover {
  opacity: 0.8;
}
.style-dropdown-menu .style-option-btn:focus {
  outline: none;
  box-shadow: none;
}
.style-dropdown-menu .style-option-btn:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.style-dropdown-menu .style-option-btn:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/*# sourceMappingURL=StyleEditor.css.map */
