/* Custom note styling */
.small-note {
  font-size: 1.2rem;   /* 12px */
  color: var(--color-secondary-text);
  display: block;
  padding: 0 2.4rem;   /* same left/right padding as callout */
  margin-bottom: 0.4rem; /* tight spacing above the callout */
}

.small-note + .kg-callout-card {
  margin-top: 0.6rem; /* tighter gap instead of the default 2em */
}