/* Admin: Contact Messages reply mode banner contrast fixes */
.admin-reply-mode-banner.is-internal {
	color: #212529; /* dark text default within banner */
}
.admin-reply-mode-banner.is-external {
	color: #212529; /* keep default dark text */
}
.admin-reply-mode-banner small,
.admin-reply-mode-banner .text-muted,
.admin-reply-mode-banner .text-white {
	color: #fff !important; /* explanatory text always white */
}
.admin-reply-mode-banner.is-internal .badge.bg-warning {
	color: #212529 !important; /* black text on yellow in INTERNAL mode */
}
.admin-reply-mode-banner.is-internal .title,
.admin-reply-mode-banner.is-internal > *:not(.text-white):not(.badge):not(strong) {
	color: #212529 !important; /* keep other texts dark in INTERNAL */
}
/* Current mode label should be white */
.admin-reply-mode-banner strong {
	color: #fff !important;
}
.admin-reply-mode-banner .badge.bg-success {
	color: #fff; /* white text on dark green */
}
.admin-reply-mode-banner .badge.bg-info,
.admin-reply-mode-banner .badge.bg-primary {
	color: #fff; /* white text on darker info/primary */
}
.admin-reply-mode-banner .badge.bg-light {
	color: #212529; /* dark text on light backgrounds */
}
