h2 {
  margin-top: 2rem;
}

h3.top_margin,
p.top_margin {
  margin-top: 2rem !important;
}

/* Reset and enable counter */
ol#steps {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  counter-reset: step;
}

/* Each list item */
ol#steps > li {
  counter-increment: step;
  position: relative;
  padding-left: 3rem; /* space for circle */
  margin-bottom: 1rem;
  margin-top: 2rem;
}

/* The circled number */
ol#steps > li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 3px solid #1b1b1b;
  background: #fff;
  color: #1b1b1b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1;
}

/* Acceptable IDs grid */
.apl-acceptable-grid {
  clear: both; /* prevents #help_box float from squeezing it */
  display: grid;
  grid-template-columns: 1fr; /* default: stacked */
  gap: 1.25rem;
  margin: 2rem 0;
}

/* Go side-by-side only when wide enough */
@media (min-width: 48rem) {
  .apl-acceptable-grid {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
}

/* Shared box styling */
#acceptable_box,
#acceptable_box2 {
  background: #dcf2fd;
  border: 1px solid #b9dde3;
  border-radius: 0.35rem;
  padding: 1rem 1.1rem;

  /* lets the footer link sit at the bottom */
  display: flex;
  flex-direction: column;
}

/* Headings inside boxes */
#acceptable_box h3,
#acceptable_box2 h3 {
  margin: 0 0 0.75rem 0;
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.25;
}

/* Lists inside boxes */
#acceptable_box ul,
#acceptable_box2 ul {
  margin: 0 0 1em 0;
  padding-left: 1.15rem;
}

#acceptable_box li,
#acceptable_box2 li {
  margin: 0 0 0.5rem 0;
  line-height: 1.4;
}

#acceptable_box li:last-child,
#acceptable_box2 li:last-child {
  margin-bottom: 0;
}

/* Footer link wrapper paragraph */
#acceptable_box p,
#acceptable_box2 p {
  margin-top: auto;
  margin-bottom: 0;
  text-align: center;
  padding-top: 0.75rem;
}

#acceptable_box p a,
#acceptable_box2 p a {
  font-weight: 700;
  text-decoration: underline;
}

body .views-field.views-field-field-body-top-.grid-col-10.grid-offset-1 p {
  margin-bottom: 0 !important;
}

#help_box {
  float: right;
  width: 30%;
  padding-top: 2.3rem;
  margin-left: 2rem;
}

#customer_service,
.top_margin {
  margin-top: 1rem !important;
}
