@import "../vendor/bootstrap/scss/toasts";

.toast {
  .toast-icon { margin-right: 0.875rem; }

  .toast-body a {
    @extend %text-md-semibold;

    color: $primary;
  }
}

@include media-breakpoint-down(sm) {
  .toast {
    max-width: calc(100vw - 2 * #{$toast-position-right});
  }
}
