.ewss-box {
  z-index: 2147483647;
  background: #fff;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 10px;
  box-shadow: 0 12px 35px rgba(0,0,0,.12);
  overflow: hidden;
}

.ewss-item {
  width: 100%;
  border: 0;
  background: #fff;
  padding: 11px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  font-size: 15px;
  text-align: left;
  color: #222;
}

.ewss-item:hover,
.ewss-item:focus {
  background: #f6f4ef;
}

.ewss-item span {
  font-weight: 600;
}

.ewss-item em {
  font-style: normal;
  font-size: 12px;
  color: #777;
  text-transform: capitalize;
}