/* Accua Brevo frontend notices */
.notice-brevo {
  padding: 12px 16px;
  margin: 16px 0;
  border-left: 4px solid #2271b1;
  background: #f6f7f7;
  color: #1d2327;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.5;
}

/* Variants */
.notice-brevo.notice-success {
  border-color: #00a32a; /* WP success green */
  background: #edfff1;
}

.notice-brevo.notice-warning {
  border-color: #d63638; /* WP error red */
  background: #fff0f0;
}

.notice-brevo.notice-info {
  border-color: #2271b1; /* WP blue */
  background: #f0f7ff;
}

/* Optional: links inside notice */
.notice-brevo a {
  color: inherit;
  text-decoration: underline;
}
