[data-cb-single-client-field='true'] {
  grid-column: 1 / -1 !important;
  position: relative;
}
.cb-client-source-select[hidden],
.cb-task-title-source[hidden] {
  display: none !important;
}
.cb-client-suggestions {
  position: absolute;
  z-index: 10000;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  box-sizing: border-box;
  max-height: 240px;
  overflow: auto;
  padding: 4px;
  border: 1px solid #d7dee4;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(18, 35, 48, 0.16);
}
.cb-client-suggestions[hidden] {
  display: none !important;
}
.cb-client-suggestion {
  display: block;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  border-radius: 6px;
  background: #fff;
  color: #253846;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.cb-client-suggestion:hover,
.cb-client-suggestion:focus {
  background: #f5ead2;
  outline: none;
}
