.custom-help-article__short-answer {
  color: var(--help-color-ink, #283033);
  font-size: 16px;
  line-height: 1.65;
}

.custom-help-article__short-answer-panel {
  position: relative;
  padding: 18px 22px;
  border: 1px solid #c8efec;
  border-radius: 8px;
  background-color: #67dbe136;
}

.custom-help-article__short-answer p {
  margin-bottom: 18px;
}

.custom-help-article__short-answer p:last-child {
  margin-bottom: 0;
}
