/**
 * WhoKnew Shield — Admin notice styles
 * Loaded on all admin pages so notices render correctly wherever they appear.
 */

/* Dismiss button colour per notice type */
.whoknewshield-notice-info    .notice-dismiss:before { color: #1e3a8a; font-size: 20px; }
.whoknewshield-notice-warning .notice-dismiss:before { color: #ca8a04; font-size: 20px; }
.whoknewshield-notice-error   .notice-dismiss:before { color: #dc2626; font-size: 20px; }
.whoknewshield-notice-success .notice-dismiss:before { color: #16a34a; font-size: 20px; }

.whoknewshield-notice-info    .notice-dismiss:hover:before { color: #3b82f6; }
.whoknewshield-notice-warning .notice-dismiss:hover:before { color: #f59e0b; }
.whoknewshield-notice-error   .notice-dismiss:hover:before { color: #b91c1c; }
.whoknewshield-notice-success .notice-dismiss:hover:before { color: #15803d; }

/* Link colours per notice type */
.whoknewshield-notice-info    a { color: #1e3a8a; text-decoration: none; transition: color 0.2s ease; }
.whoknewshield-notice-info    a:hover { color: #3b82f6; }
.whoknewshield-notice-warning a { color: #ca8a04; text-decoration: none; transition: color 0.2s ease; }
.whoknewshield-notice-warning a:hover { color: #f59e0b; }
.whoknewshield-notice-error   a { color: #dc2626; text-decoration: none; transition: color 0.2s ease; }
.whoknewshield-notice-error   a:hover { color: #b91c1c; }
.whoknewshield-notice-success a { color: #16a34a; text-decoration: none; transition: color 0.2s ease; }
.whoknewshield-notice-success a:hover { color: #15803d; }

/* Review stars */
.whoknewshield-review-stars              { color: #fbbf24; text-decoration: none; }
.whoknewshield-review-stars .dashicons   { font-size: 16px; width: 16px; height: 16px; }
