/* DMX_ASSETS_PRECIOS_CSS_COUPON_NO_CURRENCY_WIDTH_V48H: extraído desde index.php */
/* DMX_DODO_COUPON_NO_CURRENCY_WIDTH_V12 */
/*
  Caso sin selector de moneda:
  usar el ancho visual calculado por V4 para la cápsula del switch.
  No usar el bbox del texto interno, porque deja la etiqueta más angosta.
*/
html body .dmxCouponCurrencyRowV4.dmxCouponCurrencyNoCurrencyV4{
  width:var(--dmxCouponSwitchVisualWidthV4, 320px)!important;
  min-width:0!important;
  max-width:calc(100vw - 28px)!important;
  grid-template-columns:minmax(0,1fr)!important;
}

html body .dmxCouponCurrencyRowV4.dmxCouponCurrencyNoCurrencyV4 .dmxCouponCurrencyCouponColV4,
html body .dmxCouponCurrencyRowV4.dmxCouponCurrencyNoCurrencyV4 #dmxAffiliateDiscountStandaloneWrapV3,
html body .dmxCouponCurrencyRowV4.dmxCouponCurrencyNoCurrencyV4 #dmxAffiliateDiscountPlainV2{
  width:100%!important;
  max-width:none!important;
}

@media(max-width:560px){
  html body .dmxCouponCurrencyRowV4.dmxCouponCurrencyNoCurrencyV4{
    max-width:calc(100vw - 22px)!important;
  }
}
