.suggestadresse-list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #d6d4d4;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  max-height: 280px;
  overflow-y: auto;
}

.suggestadresse-item {
  padding: 10px 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.35;
  color: #232323;
  border-bottom: 1px solid #f0f0f0;
}

.suggestadresse-item:last-child {
  border-bottom: none;
}

.suggestadresse-item:hover,
.suggestadresse-item:focus {
  background: #f5f8ff;
}
