.round-course-picker {
  position: relative;
}

.round-course-results {
  background: #ffffff;
  border: 1px solid #c9ded0;
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(16, 59, 44, 0.16);
  display: grid;
  gap: 0.15rem;
  left: 0;
  max-height: 260px;
  overflow: auto;
  padding: 0.35rem;
  position: absolute;
  right: 0;
  top: calc(100% + 0.25rem);
  z-index: 10020;
}

.round-course-results[hidden] {
  display: none;
}

.round-course-results button {
  appearance: none;
  background: #f7faf8;
  border: 1px solid transparent;
  border-radius: 7px;
  color: #123d2c;
  cursor: pointer;
  display: grid;
  gap: 0.12rem;
  padding: 0.48rem 0.55rem;
  text-align: left;
  width: 100%;
}

.round-course-results button:hover,
.round-course-results button:focus {
  background: #eef7f1;
  border-color: #9fc9ae;
  outline: none;
}

.round-course-results strong {
  font-size: 0.82rem;
  line-height: 1.2;
}

.round-course-results small,
.round-course-empty {
  color: #52645b;
  font-size: 0.72rem;
  font-weight: 750;
}

.round-course-empty {
  padding: 0.5rem;
}
