.circular-rhythm-selector__results {
  position: absolute;
  inset: calc(100% + 0.2rem) 0 auto;
  z-index: 1080;
  max-height: 18rem;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.5rem;
  background: var(--bs-body-bg);
  color: var(--bs-body-color);
  box-shadow: 0 0.6rem 1.5rem rgba(0, 0, 0, 0.18);
}

.circular-rhythm-selector__result {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  width: 100%;
  padding: 0.62rem 0.78rem;
  border: 0;
  border-bottom: 1px solid var(--bs-border-color-translucent);
  background: transparent;
  color: inherit;
  text-align: left;
}

.circular-rhythm-selector__result:last-child {
  border-bottom: 0;
}

.circular-rhythm-selector__result:hover,
.circular-rhythm-selector__result:focus-visible {
  background: var(--bs-tertiary-bg);
}

.circular-rhythm-selector__result:focus-visible {
  outline: 2px solid var(--bs-primary);
  outline-offset: -2px;
}

.circular-rhythm-selector__result-title {
  font-weight: 700;
  line-height: 1.25;
  color: var(--bs-body-color);
}

.circular-rhythm-selector__result-meta {
  font-size: 0.82rem;
  line-height: 1.25;
  color: var(--bs-secondary-color);
}

.circular-rhythm-selector__result--empty {
  cursor: default;
}

.circular-rhythm-selector__result--empty:hover {
  background: transparent;
}
