.cpc-next-steps {
  background: #f6f1ef;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cpc-next-steps__title {
  font-size: 21px;
  font-weight: bold;
  margin: 0;
  color: #006a52;
}

.cpc-next-steps__content {
  font-size: 16px;
  line-height: 1.6;
  color: #2e2d2b;
}

.cpc-next-steps__content p {
  margin: 0 0 0.75em 0;
}

.cpc-next-steps__content p:last-child {
  margin-bottom: 0;
}

.cpc-next-steps__cta {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #006a52;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 999px;
  border: 2px solid #006a52;
  transition: background 120ms ease;
}

.cpc-next-steps__cta:hover {
  background: #2e2d2b;
  border-color: #2e2d2b;
}
