.alert {
  position: relative;
  padding: 0.75rem 2.75rem 0.75rem 1.25rem;
  margin-bottom: 24px;
  border: 1px solid transparent;
}

.alert * {
  margin-top: 0;
  color: inherit;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissible .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0.75rem;
  width: 2rem;
  height: 3.125rem;
  color: inherit;
}

.alert em {
  font-weight: 500;
  font-style: normal;
}

.alert-sm {
  padding: 0.25rem 0.75rem;
}
