.elevator-text, .elevator-text a {
  color: var(--beag-grey-rgb-base);
}

.elevator-text a {
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.05em;
}

.create-step { 
  padding: 1rem; 
  border: 1px solid #eee; 
  margin-bottom: 0.75rem; 
  border-radius: 6px; 
}

.create-step.hidden { 
  display: none; 
}

.wizard .form-check-label {
  display: inline-flex !important;
  align-items: flex-start !important;
}

.wizard .form-check-input {
  float: none;
  margin-top: 0.3em;
  margin-right: 0.3em;
  border-color: var(--beag-grey-rgb-base);
}

.wizard-btn-row {
  display: flex;
  gap: 0.5rem; /* space between Back and Next */
  margin-top: 1rem;
}

.community-type-option { 
  display:block; 
  margin: 0.5rem 0; 
}

fieldset { 
  border: none; 
  padding:0; 
}
