.kicker {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: .16em;
}

.kicker.dark {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #17392d;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .11em;
  text-shadow: none;
}

.kicker.dark::before {
  content: "";
  flex: 0 0 36px;
  width: 36px;
  height: 3px;
  border-radius: 2px;
  background: #a87531;
}

.forest .kicker {
  color: #f0d7aa;
}

.chooser .heading .kicker.dark {
  display: inline-flex;
  width: fit-content;
  padding: 11px 16px;
  color: #fff;
  background: #17392d;
  border-radius: 2px;
  font-size: 16px;
  line-height: 1.25;
}

.chooser .heading .kicker.dark::before {
  background: #d1ad72;
}

.complex .kicker,
.complex .kicker.dark {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  color: #fff;
  background: #17392d;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 2px;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: .1em;
}

.complex .kicker::before,
.complex .kicker.dark::before {
  content: "";
  flex: 0 0 25px;
  width: 25px;
  height: 3px;
  background: #d1ad72;
}

.complex.forest .kicker {
  color: #17392d;
  background: #f3eee4;
  border-color: #f3eee4;
}

.included .kicker.dark {
  display: inline-flex;
  width: fit-content;
  padding: 11px 16px;
  color: #fff;
  background: #17392d;
  border-radius: 2px;
  font-size: 16px;
  line-height: 1.25;
}

.included .kicker.dark::before {
  background: #d1ad72;
}

@media (max-width: 600px) {
  .kicker {
    font-size: 13px;
    letter-spacing: .11em;
  }

  .kicker.dark {
    gap: 9px;
    font-size: 14px;
    letter-spacing: .07em;
  }

  .kicker.dark::before {
    flex-basis: 25px;
    width: 25px;
  }

  .chooser .heading .kicker.dark {
    padding: 10px 12px;
    font-size: 14px;
  }

  .complex .kicker,
  .complex .kicker.dark {
    padding: 9px 11px;
    font-size: 14px;
    letter-spacing: .07em;
  }

  .included .kicker.dark {
    padding: 10px 12px;
    font-size: 14px;
  }
}
