/**
 * @file
 * Styling for the public self-service consolidated request form (#1500).
 *
 * #1347's card-grid hub was replaced by ONE dropdown-driven form; the former
 * grid/card/link rules were removed here along with it (nothing else uses
 * them - the whole page is now a single form). Mobile-first, BEM-like naming
 * with the tpemis- prefix per the project CSS standard. No !important.
 */

.tpemis-self-service__intro {
  margin-bottom: 1.5rem;
  max-width: 44rem;
}

.tpemis-self-service-request fieldset,
.tpemis-self-service-request .tpemis-self-service__group {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.tpemis-self-service__result {
  margin: 1rem 0 1.5rem;
  width: 100%;
  border-collapse: collapse;
}

.tpemis-self-service__result th,
.tpemis-self-service__result td {
  padding: 0.55rem 0.75rem;
  border-bottom: 1px solid #e2e6ea;
  text-align: left;
  vertical-align: top;
}

.tpemis-self-service__status {
  font-size: 1.15rem;
}

.tpemis-self-service__help-link {
  margin-top: 1rem;
  font-size: 0.95rem;
}
