.bs-callout {
  margin: 1.25rem 0;
  padding: 1.25rem;
  border: 1px solid #e2e2e2;
  border-left-width: 5px;
  border-radius: 0.1875rem;
}
.bs-callout:before {
  display: table;
  content: " ";
}
.bs-callout:after {
  clear: both;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 0.3125rem;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 0.1875rem;
}

.bs-callout + .bs-callout {
  margin-top: -0.3125rem;
}

.bs-callout-danger {
  border-left-color: #ef4a60;
}
.bs-callout-danger h4 {
  color: #ef4a60;
}

.bs-callout-warning {
  border-left-color: #faeb00;
}
.bs-callout-warning h4 {
  color: #faeb00;
}

.bs-callout-info {
  border-left-color: #0072bc;
}
.bs-callout-info h4 {
  color: #0072bc;
}

[dir=rtl] .bs-callout {
  border-right-width: 5px;
  border-left-width: 1px;
}

[dir=rtl] .bs-callout-danger {
  border-right-color: #ef4a60;
  border-left-color: #e2e2e2;
}

[dir=rtl] .bs-callout-warning {
  border-right-color: #faeb00;
  border-left-color: #e2e2e2;
}

[dir=rtl] .bs-callout-info {
  border-right-color: #0072bc;
  border-left-color: #e2e2e2;
}
