.step-pane.d-none { display: none !important; }
#stepper .step-pill { cursor: not-allowed; opacity: .5; }
#stepper .step-pill.active { cursor: pointer; opacity: 1; font-weight: 600; }

.position-relative { position: relative; }

.suggest-box {
  position: absolute;
  left: 0; right: 0; top: 60%;
  margin-top: 2px;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: .375rem;
  box-shadow: 0 6px 18px rgba(0,0,0,.07);
  max-height: 240px;              /* ← limite de altura */
  overflow-y: auto;               /* ← scroll quando passa */
  z-index: 1050;                  /* acima do card */
}

.suggest-item {
  padding: .5rem .75rem;
  cursor: pointer;
  line-height: 1.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.suggest-item:hover,
.suggest-item.active {
  background: #f1f5f9;
}


#blackout_chips .badge {
  background: #fff;
  border-color: #e2e8f0;
  font-weight: 500;
}
#blackout_chips .badge:hover {
  background: #f8fafc;
}



