.cd-icon {
  transition: color 0.3s;
}

.cd-title-input {
  padding: 3px 8px;
  font-size: 1.7em;
  line-height: 100%;
  height: 1.7em;
  width: 100%;
  outline: none;
  margin: 0 0 3px;
  background-color: #fff;
}

.cd-dashicon-selector {
  display: table-cell;
  font-size: 1.7em;
  line-height: 100%;
  height: 1.7em;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;;
  border: 1px solid #ddd;
  border-right: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  color: #32373c;
  box-sizing: border-box;
  width: 1%;
  transition: 0.05s border-color ease-in-out;

  &.cd-dashicon-selector-open {
    border-color: #5b9dd9;
    box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
  }

  .cd-dashicon-selector-preview {
    padding: 0 0.5em;
  }

  .dashicons {
    font-size: inherit;
    height: auto;
    width: auto;
  }
}