/* DMX_ASSETS_PRECIOS_CSS_COUPON_MOBILE_WIDTH_V48I: extraído desde index.php */
/* DMX_DODO_COUPON_MOBILE_WIDTH_V13 */
/*
  Solo móvil/tablet pequeña:
  la fila 2 debe copiar el ancho visual real del switch, no el mínimo 320px.
*/
@media(max-width:760px){
  html body .dmxCouponCurrencyRowV4,
  html body .dmxCouponCurrencyRowV4.dmxCouponCurrencyNoCurrencyV4{
    width:var(--dmxCouponMobileSwitchWidthV13, var(--dmxCouponSwitchVisualWidthV4, 320px))!important;
    min-width:0!important;
    max-width:calc(100vw - 22px)!important;
  }

  html body .dmxCouponCurrencyRowV4 .dmxCouponCurrencyCouponColV4,
  html body .dmxCouponCurrencyRowV4 #dmxAffiliateDiscountStandaloneWrapV3,
  html body .dmxCouponCurrencyRowV4 #dmxAffiliateDiscountPlainV2{
    min-width:0!important;
    max-width:none!important;
  }

  html body .dmxCouponCurrencyRowV4 #dmxAffiliateDiscountPlainV2.dmxCouponPillV4{
    font-size:clamp(12px,3.1vw,13px)!important;
    padding-left:8px!important;
    padding-right:8px!important;
  }

  html body .dmxCouponCurrencyRowV4 .dmxCouponCurrencyCurrencyColV4{
    min-width:96px!important;
    max-width:108px!important;
  }

  html body .dmxCouponCurrencyRowV4 .dmxCouponCurrencyCurrencyColV4 .dmxCurrencySwitch,
  html body .dmxCouponCurrencyRowV4 .dmxCouponCurrencyCurrencyColV4 .dmxCurrencySwitch select,
  html body .dmxCouponCurrencyRowV4 .dmxCouponCurrencyCurrencyColV4 .dmxCurrencySelected{
    min-width:96px!important;
    max-width:108px!important;
    font-size:clamp(12px,3.1vw,13px)!important;
  }
}
