.shared-rapid-input {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
}

.shared-rapid-input__label {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--modal-muted, rgba(255, 255, 255, 0.6));
}

.shared-rapid-input__field {
  width: 100%;
  min-width: 220px;
  border: 1px solid var(--modal-border, rgba(255, 255, 255, 0.08));
  border-radius: 999px;
  padding: 6px 12px;
  background: transparent;
  color: inherit;
  font-size: 0.85rem;
}

.shared-rapid-input__actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.shared-rapid-input__button {
  border-radius: 999px;
  padding: 6px 16px;
  min-width: 110px;
  font-weight: 600;
  cursor: pointer;
  background: var(--modal-primary, #7c5cff);
  color: #fff;
  border: none;
}

.shared-rapid-input__rules {
  font-size: 0.7rem;
  color: var(--modal-muted, rgba(255, 255, 255, 0.6));
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.shared-rapid-input__rules span {
  padding: 2px 6px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 4px;
}
