/* Контраст CTA-блока для публикаций блога. */
.article .cta-strip {
  color: #f5fff8 !important;
}

.article .cta-strip .eyebrow {
  color: #c6ff57 !important;
}

.article .cta-strip h2 {
  color: #f5fff8 !important;
}

.article .cta-strip p {
  color: #d4e7e2 !important;
}

.article .cta-strip .button.light {
  color: #062c33 !important;
  background: #c6ff57 !important;
  border-color: #c6ff57 !important;
}

.article .cta-strip .button.light:hover,
.article .cta-strip .button.light:focus-visible {
  color: #062c33 !important;
  background: #e4ffac !important;
  border-color: #e4ffac !important;
}
