


/* ========================================
   TEAL CALLOUT
   ======================================== */

.callout-note.teal {
  border-left-color: #20c997 !important;
}

.callout-note.teal .callout-header {
  background-color: #e3f7f1 !important;
}

.callout-note.teal .callout-title-container {
  color: #13795b !important;
}


/* ========================================
   GRAY CALLOUT
   ======================================== */

.callout.callout-style-default.proof {
  border-left-color: #6c757d !important;
}

.callout.callout-style-default.proof > .callout-header {
  background-color: #f0f1f2 !important;
}

.callout.callout-style-default.proof .callout-title-container {
  color: #495057 !important;
}