html[data-theme="dark"] .pricing-admin-badge {
  background: rgba(74, 158, 255, .14);
  border: 1px solid rgba(143, 216, 255, .28);
  color: #bfe4ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

html[data-theme="dark"] .pricing-admin-value > span[data-price-cycle].is-active {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html[data-theme="dark"] .pricing-admin-value > span[data-price-cycle].is-active strong,
html[data-theme="dark"] .pricing-admin-value > span[data-price-cycle].is-active small {
  background: transparent !important;
}

html[data-theme="dark"] .pricing-cycle-toggle button.is-active {
  background: linear-gradient(180deg, #4a9eff 0%, #0f73e7 100%);
  border-color: rgba(74, 158, 255, .55);
  color: #fff;
}
