/* updated 8.6.2024 */
/* FID 175646 */
/* https://www.mazdausa.com/mp/custom_css/mpcss.css */

/* 1033963 | 5.31.2023 */
@media only screen and (min-width:1280px)and (max-width:9000px){
  #Electrified > nav > ul > li:nth-child(2) > div > a:nth-child(3) > div > div > div > div.vehicle-nav__msrp > p:nth-child(1){
    min-width: max-content;
  }
}

/* 00013393 | 8.2.2024 */
@media only screen and (min-width:1080px){
  .mdp-flexiblecontent-trims-carousel-three-slides__slide-ctas{
    max-width: 32rem;
  }
}
@media only screen and (max-width:1079px){
  .mdp-flexiblecontent-trims-carousel-three-slides__slide-ctas .cta{
    white-space: normal;
  }
}

/* 00013534 | 8.6.2024 */
.mdp-navigation-vlp-secondary .vlp-navigation .nav-item__dropdown-cta{
  max-width:min-content; 
}