.cu-service-dropdown {
  max-height: 260px;
  overflow-y: auto;
}

.cu-service-dropdown__list {
  display: block;
  margin: 0;
  padding: 6px;
  list-style: none;
}

.cu-service-item {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 12px;
  color: #1a1c1e;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.3px;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.cu-service-item:hover,
.cu-service-item:focus,
.cu-service-item--sel {
  background-color: #e0f4f8;
}

.cu-service-item--sel {
  font-weight: 600;
}

html[dir="rtl"] .cu-service-item {
  justify-content: flex-end;
  text-align: right;
}
