.hermoment-affiliate-highlights {
  margin: 0 0 30px;
  padding: 20px 18px 18px;
  background: #fff9f7;
  border: 1px solid #f2d8df;
  border-radius: 3px;
  box-shadow: 0 8px 24px rgba(92, 43, 62, .07);
}

.hermoment-affiliate-highlights__kicker {
  margin: 0 0 4px;
  color: #b03d63;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
}

.hermoment-affiliate-highlights__disclosure {
  margin: 0 0 16px;
  color: #7a6b70;
  font-size: 11px;
  line-height: 1.45;
}

.hermoment-affiliate-card {
  position: relative;
  overflow: hidden;
  margin: 0 0 12px;
  padding: 18px 16px 16px;
  color: #3d2830;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(70, 32, 47, .08);
}

.hermoment-affiliate-card:last-child { margin-bottom: 0; }

.hermoment-affiliate-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background: #e86e93;
}

.hermoment-affiliate-card--plum::before { background: #6b4c71; }
.hermoment-affiliate-card--teal::before { background: #488b86; }
.hermoment-affiliate-card--gold::before { background: #c39645; }
.hermoment-affiliate-card--violet::before { background: #826ab3; }
.hermoment-affiliate-card--coral::before { background: #d77669; }

.hermoment-affiliate-card__eyebrow {
  margin: 0 0 7px;
  color: #9c6c7b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hermoment-affiliate-card h3 {
  margin: 0 0 8px;
  color: #39212a;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  line-height: 1.12;
}

.hermoment-affiliate-card p:not(.hermoment-affiliate-card__eyebrow) {
  margin: 0 0 14px;
  color: #654e56;
  font-size: 13px;
  line-height: 1.5;
}

.hermoment-affiliate-card a {
  display: inline-block;
  color: #a83b60;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}

.hermoment-affiliate-card a:hover,
.hermoment-affiliate-card a:focus { color: #6c2740; text-decoration: underline; }

@media (max-width: 767px) {
  .hermoment-affiliate-highlights { margin: 0 0 22px; }
  .hermoment-affiliate-card h3 { font-size: 19px; }
}
