.cp-change-history {
  margin: 0 0 30px;
}

.cp-change-history--mobile {
  display: none;
}

.cp-change-history__section-title {
  display: block;
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.35;
}

.cp-change-history__section-title::after {
  background: var(--brand-yellow);
  content: "";
  display: block;
  height: 2px;
  margin-top: 8px;
  width: 100%;
}

.cp-change-history__head {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.cp-change-history__releases {
  display: grid;
  gap: 18px;
}

.cp-change-history__release {
  display: grid;
  gap: 0;
}

.cp-change-history__title {
  color: var(--brand-yellow);
  font-size: 1em;
  line-height: 1.2;
  margin: 0;
}

.cp-change-history__new {
  color: var(--accent-magenta);
  font-size: 0.68em;
  line-height: 1;
  text-transform: uppercase;
}

.cp-change-history__items {
  display: grid;
  gap: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cp-change-history__item {
  align-items: start;
  display: grid;
  gap: 8px;
  grid-template-columns: auto 1fr;
}

.cp-change-history__bullet {
  color: var(--brand-yellow);
}

.cp-change-history__text {
  color: var(--white);
}

@media (max-width: 768px) {
  .single-sidebar .cp-change-history--desktop {
    display: none;
  }

  .cp-change-history--mobile {
    display: block;
    margin: 0 0 30px;
  }
}
