/* v1139O — mobile Fast Track optional add-on alignment.
   Pull only the optional add-on rows closer to the left edge on mobile. */
@media (max-width:700px){
  html body.fasttrack-polished-v1136W .fasttrack-included-step-v1138I:last-child > .fasttrack-included-list-v1138I{
    margin-left:-38px!important;
    margin-right:0!important;
    width:calc(100% + 38px)!important;
    gap:18px!important;
  }

  html body.fasttrack-polished-v1136W .fasttrack-included-step-v1138I:last-child > .fasttrack-included-list-v1138I > li{
    gap:9px!important;
    padding-left:0!important;
    padding-right:0!important;
    align-items:flex-start!important;
  }

  html body.fasttrack-polished-v1136W .fasttrack-included-step-v1138I:last-child > .fasttrack-included-list-v1138I > li > span[aria-hidden="true"]{
    width:32px!important;
    height:32px!important;
    flex:0 0 32px!important;
    font-size:17px!important;
  }

  html body.fasttrack-polished-v1136W .fasttrack-included-step-v1138I:last-child > .fasttrack-included-list-v1138I > li > div{
    min-width:0!important;
    width:calc(100% - 41px)!important;
  }

  html body.fasttrack-polished-v1136W .fasttrack-included-step-v1138I:last-child > .fasttrack-included-list-v1138I strong{
    margin-top:0!important;
    margin-bottom:4px!important;
    line-height:1.18!important;
  }

  html body.fasttrack-polished-v1136W .fasttrack-included-step-v1138I:last-child .fasttrack-included-note-v1138I{
    padding-left:0!important;
    margin-left:0!important;
  }
}

@media (max-width:420px){
  html body.fasttrack-polished-v1136W .fasttrack-included-step-v1138I:last-child > .fasttrack-included-list-v1138I{
    margin-left:-42px!important;
    width:calc(100% + 42px)!important;
  }
}
