#FeatureEditorial .content__reveal__trigger:not(.lc-button)::after,
#FeatureEditorial .content__reveal__trigger:not(.lc-button)::before {
  display: none;
}
#FeatureEditorial .content--large .content__desc {
  max-width: 800px;
}
#FeatureEditorial .content__reveal__trigger {
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
}
#FeatureEditorial .icon.iconbar__signin-icon {
  font-size: 10px !important;
}

#FeatureEditorial .new-hotspot {
  cursor: pointer;
  display: inline-block;
  rotate: -90deg;
  translate: 10px 0px;
  transition: rotate 0.5s, translate 0.5s;
}

#FeatureEditorial .new-hotspot.new-hotspot--active {
  rotate: 0deg;
  translate: 10px 6px;
  transition: rotate 0.5s, translate 0.5s;
}

.adjacent__title__lines__item {
  text-transform: none;
}
