/* css styles */

/* 1. Ganze Callout-Box */
.callout.callout-note {
  background-color: #f5f5f5 !important;
  border-left: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  color: #333 !important;
  box-shadow: none !important;
}

/* 2. Header-Leiste bei collapse=true */
.callout.callout-note .callout-header {
  background-color: #f5f5f5 !important;
  border-left: none !important;
  box-shadow: none !important;
}

/* 3. Titeltext – NICHT fett */
.callout.callout-note .callout-title {
  font-weight: normal !important;
  color: #333 !important;
}

.callout .callout-icon {
  display: none !important;
}

#refs {
  display: none;
}





