.uw-callout, p.callout {
  border-inline-start: 4px solid var(--bs-primary);
  background-color: #f5f5f5;
  margin-block-end: 1rem;
  padding: 1rem;
}

.uw-callout .uw-callout__title {
  margin-block-start: 0;
}

.uw-callout p.uw-callout__title {
  font-weight: bold;
}

.uw-callout .uw-callout__content > :last-child, .uw-callout .uw-callout__content p:last-child {
  margin-block-end: 0;
}

.uw-callout.variant-large {
  padding: 2rem;
}

.uw-callout.theme-information {
  border-inline-start-color: var(--bs-primary);
  background-color: #f2fafd;
}

.uw-callout.theme-success {
  background-color: #f4f7f5;
  border-inline-start-color: #2d5f37;
}

.uw-callout.theme-warning {
  background-color: #fefaf4;
  border-inline-start-color: #fd9e37;
}

.uw-callout.theme-error {
  background-color: #faf3f5;
  border-inline-start-color: #a01d43;
}


/*# sourceMappingURL=callout.rtl.css.map */