/* DMX_ASSETS_PRECIOS_CSS_SWITCH_SAVINGS_V48N: extraído desde index.php */
[data-billing-label="year"] b{
          filter:none!important;
          opacity:1!important;
          color:#15803d!important;
          background:rgba(22,163,74,.12)!important;
          border:1px solid rgba(22,163,74,.28)!important;
          box-shadow:0 0 0 1px rgba(22,163,74,.08)!important;
          transition:color .22s ease, background .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease;
        }
        .dmxBillingYearly [data-billing-label="year"].active b{
          color:#ffffff!important;
          background:#2ECA42!important;
          border-color:#2ECA42!important;
          box-shadow:0 0 0 1px rgba(46,202,66,.30), 0 10px 24px rgba(46,202,66,.28)!important;
          animation:dmxSavingsPop .55s ease both;
        }
        @keyframes dmxSavingsPop{
          0%{transform:scale(.92)}
          45%{transform:scale(1.08)}
          100%{transform:scale(1)}
        }
      
/* DMX_PLAN_TITLE_PERIOD_LABEL_V1 */
.dmxPlanTop h2 .dmxPlanPeriodLabel{
  display:inline-block;
  position:relative;
  top:-.28em;
  margin-left:.32em;
  font-size:.42em;
  line-height:1;
  font-weight:600;
  letter-spacing:.01em;
  text-transform:lowercase;
  opacity:.68;
  vertical-align:super;
  white-space:nowrap;
}
/* DMX_PLAN_TITLE_PERIOD_LABEL_V1_END */

/* DMX_PRICE_SIZE_FINAL_OVERRIDE_START */
html body [data-price-value],
html body b[data-price-value],
html body .dmxPricingCard [data-price-value],
html body .dmxPricingPrice [data-price-value],
html body .dmxPrice [data-price-value],
html body .dmxPlanPrice [data-price-value]{
  font-size: clamp(2.35rem, 4.05vw, 3.65rem) !important;
  line-height: .9 !important;
  letter-spacing: -0.055em !important;
}

html body [data-price-currency-symbol],
html body .dmxPricingCard [data-price-currency-symbol],
html body .dmxPricingPrice [data-price-currency-symbol],
html body .dmxPrice [data-price-currency-symbol]{
  font-size: clamp(1.25rem, 2vw, 1.95rem) !important;
  line-height: 1 !important;
  transform: translateY(-.12em);
}
/* DMX_PRICE_SIZE_FINAL_OVERRIDE_END */

/* DMX_PRICE_DECIMAL_SUP_CSS_V_FINAL */
.dmxPrice sup[data-price-decimal-sup],
html body .dmxPrice sup[data-price-decimal-sup]{
  display:inline-block !important;
  font-size:.36em !important;
  line-height:1 !important;
  font-weight:900 !important;
  vertical-align:super !important;
  align-self:flex-start !important;
  position:relative !important;
  top:.16em !important;
  transform:none !important;
  margin-left:-.035em !important;
  letter-spacing:-.015em !important;
  opacity:.98 !important;
  white-space:nowrap !important;
}


/* DMX_PRICE_DECIMAL_SUP_CSS_V1 */
.dmxPrice sup[data-price-decimal-sup]{
  display:inline-block;
  font-size:.34em;
  line-height:1;
  font-weight:800;
  vertical-align:super;
  margin-left:.08em;
  letter-spacing:-.01em;
  opacity:.95;
  white-space:nowrap;
}
