/* Standart uses premium-page.css as the shared template.
   Only the comparison-table highlight column differs (Standart = 3rd). */
.premium-page[data-series="standart"] .compare th:nth-child(2) {
  background: transparent;
  color: inherit;
}

.premium-page[data-series="standart"] .compare td:nth-child(2) {
  font-weight: inherit;
}

.premium-page[data-series="standart"] .compare th:nth-child(3) {
  background: var(--pm-orange);
  color: #fff;
}

.premium-page[data-series="standart"] .compare td:nth-child(3) {
  font-weight: 750;
}

.premium-page[data-series="standart"] .metric:first-child .icon {
  font-size: 13px;
  letter-spacing: -0.03em;
}

.premium-page[data-series="standart"] .calc-out a {
  color: var(--pm-orange);
  font-weight: 750;
  text-decoration: underline;
}
