

/* Start:/local/templates/em/components/nastart/main.feedback/consultation/style.css?1788351558567*/
.nw-select {
  position: relative;
}

.nw-select__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 20;
  max-height: 240px;
  overflow-y: auto;
  margin: 4px 0 0;
  padding: 4px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.nw-select__dropdown.is-open {
  display: block;
}

.nw-select__item {
  padding: 8px 16px;
  cursor: pointer;
}

.nw-select__item:hover {
  background: #f2f2f2;
}

/* End */
/* /local/templates/em/components/nastart/main.feedback/consultation/style.css?1788351558567 */
