.email-suggestions {
  position: absolute;
  z-index: 9999;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  border-radius: 4px;
  max-height: 180px;
  overflow-y: auto;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.email-suggestions__item {
  padding: 8px 12px;
  cursor: pointer;
}

.email-suggestions__item:hover {
  background: #f2f2f2;
}

.t-tildalаbеl {
    background-color: #851210 !important;
    background: #851210;
}