#content .intro {
  font-size: 18px !important;
  line-height: 1.7 !important;
  border-left: 4px solid #0F8B78;
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}

.infobox {
  background: #EAF5F3;
  border: 1px solid #9FE1CB;
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  margin: 1.25rem 0 1.75rem;
}

.infobox-label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #0F6E56;
  margin-bottom: 0.75rem;
}

.infobox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.infobox ul li {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 8px;
  padding: 5px 0;
  font-size: 16px !important;
  align-items: start;
}

.callout {
  background: #1A3A5C;
  border-radius: 8px;
  padding: 1.4rem 1.75rem;
  margin: 1.75rem 0;
}

.callout-label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9FE1CB;
  margin-bottom: 0.5rem;
}

.callout p {
  font-size: 16px !important;
  color: #B5D4F4;
  margin: 0;
  line-height: 1.65;
}

#content ol.steps {
  list-style: none !important;
  padding: 0 !important;
  margin: 0.5rem 0 1.25rem !important;
  counter-reset: step !important;
}

#content ol.steps li {
  counter-increment: step;
  display: flex !important;
  gap: 14px;
  align-items: flex-start;
  padding: 0.6rem 0 !important;
  border-top: 1px solid #e0e0e0 !important;
  font-size: 18px !important;
}

#content ol.steps li:last-child {
  border-bottom: 1px solid #e0e0e0;
}

#content ol.steps li::before {
  content: counter(step) !important;
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #1A3A5C !important;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 700;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  line-height: 1 !important;
  padding: 0 !important;
  flex-shrink: 0;
}