/* Invoice hint card */
.afm-hint-card{
  margin: 8px 0 14px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f6f7f9;
  border: 1px solid #e5e7eb;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.45;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.afm-hint-card .afm-hint-icon{
  font-size: 16px;
  line-height: 1;
  margin-top: 2px;
  opacity: .9;
}
.afm-hint-card.afm-hint-muted{ opacity: .7; }