.mcpp-alternative {
  margin: 1rem 0;
  padding: 14px 16px;
  border: 1px solid #d7e6dc;
  border-radius: 8px;
  background: #f7fbf8;
  color: #1f2d3d;
}

.mcpp-alternative--discount {
  border-color: #b7dfc6;
  background: #f2fbf5;
}

.mcpp-alternative__title {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 1.35;
}

.mcpp-alternative__text {
  margin: 0 0 8px;
  color: #111827;
  font-size: 14px;
  line-height: 1.5;
}

.mcpp-alternative__text strong {
  color: #111827;
  font-weight: 700;
}

.mcpp-alternative__link {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  color: #177245;
  font-weight: 600;
  text-decoration: none;
}

.mcpp-alternative__link:hover,
.mcpp-alternative__link:focus {
  color: #0f5d36;
  text-decoration: none;
}

.mcpp-promo-notice {
  margin: 0 0 18px;
  padding: 15px 17px 15px 18px;
  border: 1px solid #be123c;
  border-radius: 8px;
  background: #fff1f2;
  color: #1f2937;
  box-shadow: 0 10px 24px rgba(136, 19, 55, 0.13);
}

.mcpp-promo-notice__title {
  display: block;
  margin-bottom: 5px;
  color: #111827;
  font-size: 16px;
  line-height: 1.35;
}

.mcpp-promo-notice__text {
  margin: 0 0 9px;
  color: #4a1720;
  font-size: 14px;
  line-height: 1.5;
}

.mcpp-promo-notice__text strong {
  color: #9f1239;
}

.mcpp-promo-notice__link {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  color: #9f1239;
  font-weight: 700;
  text-decoration: none;
}

.mcpp-promo-notice__link:hover,
.mcpp-promo-notice__link:focus {
  color: #7f1d1d;
  text-decoration: none;
}
