/* DMX_ASSETS_PRECIOS_CSS_COUPON_LANDSCAPE_WIDTH_V48J: extraído desde index.php */
/* DMX_DODO_COUPON_LANDSCAPE_WIDTH_V14 */
/*
  Móvil horizontal / pantalla mediana baja:
  cuando el ancho supera 760px, V13 no entra.
  Esta regla replica el ancho visual del switch solo en viewports bajos.
*/
@media (min-width:761px) and (max-width:1180px) and (max-height:680px){
  html body .dmxCouponCurrencyRowV4,
  html body .dmxCouponCurrencyRowV4.dmxCouponCurrencyNoCurrencyV4{
    width:var(--dmxCouponLandscapeSwitchWidthV14, 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,1.8vw,14px)!important;
    padding-left:9px!important;
    padding-right:9px!important;
  }

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

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