@use '../../_styles/mixin.scss' as *;

@include respond('<=pad_v') {
  .o-toast {
    --toast-max-width: 75%;
  }
}

@include respond('phone') {
  .o-toast {
    --toast-max-width: 100%;
  }
}
