/* Shared compatibility styles for the Bootstrap 5 rebuild. */
.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.text-left,
.text-sm-left,
.text-md-left {
  text-align: left !important;
}

.text-right,
.text-sm-right,
.text-md-right {
  text-align: right !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

img {
  max-width: 100%;
}
