.cb-note {
  background-color: #f0f7fb;
  background-repeat: no-repeat;
  border: solid 1px #3498db;
  border-radius: 4px;
  min-height: 48px;
  overflow: hidden;
  background-image: url('https://learn-by-design.org/wp-content/uploads/2025/09/help-callout-note.png');
  margin: 15px;
  background-position: 24px 18px;
  padding-left: 56px;
  padding-top: 0px;
  padding-right: 24px;
  padding-bottom: 0px;
}