.nsr-ra-wrap {
  position: relative !important;
}

.nsr-ra-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 99999;
  background: rgba(13, 13, 13, 0.98);
  border: 1px solid rgba(201, 162, 39, 0.45);
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  max-height: 320px;
  overflow-y: auto;
}

.nsr-ra-item {
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(201, 162, 39, 0.12);
  padding: 12px 14px;
  cursor: pointer;
}

.nsr-ra-item:last-child {
  border-bottom: 0;
}

.nsr-ra-item:hover,
.nsr-ra-item:focus {
  background: rgba(201, 162, 39, 0.12);
  outline: none;
}

.nsr-ra-primary {
  display: block;
  color: #f5f0e6;
  font-family: 'Oswald', sans-serif;
  font-size: 0.98rem;
  line-height: 1.25;
}

.nsr-ra-secondary {
  display: block;
  color: #e4c474;
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  line-height: 1.2;
  margin-top: 3px;
  opacity: 0.95;
}
