
/* stylelint-disable declaration-no-important */
.w-100 {
  width: 100% !important;
}
.w-50 {
  width: 50% !important;
}
.w-auto {
  width: auto !important;
}
