.sbh-alert {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .sbh-alert--has-padding {
    padding: 8px; }
  .sbh-alert__icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 8px; }
    .sbh-alert__icon img {
      width: 100%;
      height: auto; }
  .sbh-alert__txt {
    margin-bottom: 0;
    margin-top: 2px; }
    @media (min-width: 1200px) {
      .sbh-alert__txt {
        margin-top: 0px; } }
  .sbh-alert[data-type="text"] {
    background: transparent !important; }
  .sbh-alert[data-type="fullfillment"] {
    width: 100%; }
  .sbh-alert[data-status="success"] {
    background-color: #E2F3E4; }
    .sbh-alert[data-status="success"], .sbh-alert[data-status="success"] .sbh-alert__txt {
      color: #2D7B43; }
  .sbh-alert[data-status="info"] {
    background-color: #D2E6FE; }
    .sbh-alert[data-status="info"], .sbh-alert[data-status="info"] .sbh-alert__txt {
      color: #104B93; }
  .sbh-alert[data-status="warning"] {
    background-color: #FEEFCD; }
    .sbh-alert[data-status="warning"], .sbh-alert[data-status="warning"] .sbh-alert__txt {
      color: #865000; }
  .sbh-alert[data-status="error"] {
    background-color: #FCDEE4; }
    .sbh-alert[data-status="error"], .sbh-alert[data-status="error"] .sbh-alert__txt {
      color: #B50021; }
  .sbh-alert[data-status="info"][data-type="fullfillment"] {
    background-color: #FCE6E4; }
    .sbh-alert[data-status="info"][data-type="fullfillment"], .sbh-alert[data-status="info"][data-type="fullfillment"] .sbh-alert__txt {
      color: #464646; }
