.dadata-secure-simple-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 9999;
  display: none;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.dadata-secure-simple-option {
  display: block;
  width: 100%;
  border: 0;
  background: #fff;
  text-align: left;
  padding: 10px 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
}

.dadata-secure-simple-option:hover,
.dadata-secure-simple-option:focus {
  background: #f5f7fa;
  outline: none;
}
