/* module:callout - the one-rule panel with mint wash (Night Shift).
   Every selector starts with .m-callout. */

.m-callout{
  background:linear-gradient(135deg, rgba(55,228,170,0.09), rgba(55,228,170,0.02) 45%), var(--panel);
  border:1px solid var(--line);
  border-left:3px solid var(--accent);
  border-radius:var(--radius-md);
  box-shadow:var(--glow-soft);
  padding:18px 20px;
  margin:20px 0 32px;
  font-size:0.98rem;
  line-height:1.55;
}

.m-callout b{
  color:var(--accent);
  font-weight:700;
}
