.monsterinsights-wooedd-upsell-left {
	width: 50%;
	display: table-cell;
	float: left;
}

.monsterinsights-wooedd-upsell-right {
	width: 50%;
	display: table-cell;
	float: left;
}

.monsterinsights-wooedd-upsell-image {
	width: 100%;
	height: auto;
	padding: 20px;
}

.monsterinsights-wooedd-upsell-image-small {
	display: none;
}

.monsterinsights-wooedd-upsell-row {
	display: table;
}

.monsterinsights-wooedd-upsell-left p {
	margin: 1em 0;
	font-size: 16px;
}

@media (max-width: 900px) {
	.monsterinsights-wooedd-upsell-left {
		width: 100%;
	}

	.monsterinsights-wooedd-upsell-right {
		display: none;
	}

	.monsterinsights-wooedd-upsell-image-small {
		display: block;
	}

	.monsterinsights-wooedd-upsell-image-large {
		display: none;
	}
}

#wpadminbar .monsterinsights-menu-notification-indicator,
.monsterinsights-menu-notification-indicator {
	min-width: 8px;
	height: 18px;
	border-radius: 9px;
	background: #ca4a1f;
	display: inline-block;
	margin-left: 8px;
	font-size: 11px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	line-height: 1.6;
	padding: 0 5px;
}

#adminmenu .monsterinsights-menu-notification-indicator.update-plugins {
	margin-left: 8px;
}

@media (max-width: 782px) {
	#wpadminbar .monsterinsights-menu-notification-indicator {
		margin: 0 0 10px -13px;
		z-index: 10;
		position: relative;
	}
}

.monsterinsights-submenu-highlight {
	background: #1da867;
}

.monsterinsights-submenu-highlight a span {
	color: #fff;
	font-weight: 600;
}

.monsterinsights-menu-new-indicator{
	color:#f18200;
	vertical-align:super;
	font-size:9px
}

.monsterinsights-sidebar-label--tight,
.monsterinsights-sidebar-label--tight + .monsterinsights-menu-new-indicator {
	flex: 1;
}

/* WPConsent admin notice — shown on plain WordPress admin pages outside of
 * the MonsterInsights / ExactMetrics screens, so it can't ride along with the
 * Vue 3 page-specific CSS. Brand color is hardcoded to MonsterInsights blue
 * (#2e7fbe — the Vue 2 $color_button_border value for the MI brand); the
 * ExactMetrics build doesn't currently override it, so EM users will see the
 * MI blue on this single notice instead of the EM purple (#6528f5). Known
 * minor visual regression for EM, fixed up by the brand-specific build step
 * once admin-common.css participates in brand replacement. */
.monsterinsights-wpconsent-notice-box {
	display: flex;
	border: 1px solid #e0e0e0;
	border-left: 4px solid #2e7fbe;
	border-radius: 4px;
	background-color: #fff;
	position: relative;
	padding: 0;
}

[dir=rtl] .monsterinsights-wpconsent-notice-box {
	border-left: none;
	border-right: 4px solid #2e7fbe;
}

.monsterinsights-wpconsent-notice-box .monsterinsights-wpconsent-sidebar {
	padding: 20px 5px 20px 20px;
}

[dir=rtl] .monsterinsights-wpconsent-notice-box .monsterinsights-wpconsent-sidebar {
	padding: 20px 20px 20px 5px;
}

.monsterinsights-wpconsent-notice-box .monsterinsights-wpconsent-icon img {
	width: 72px;
	height: auto;
}

.monsterinsights-wpconsent-notice-box .monsterinsights-wpconsent-close {
	position: absolute;
	top: 1px;
	right: 4px;
	border: none;
	background: transparent;
	font-size: 22px;
	cursor: pointer;
	padding: 0 5px;
}

[dir=rtl] .monsterinsights-wpconsent-notice-box .monsterinsights-wpconsent-close {
	right: auto;
	left: 4px;
}

.monsterinsights-wpconsent-notice-box .monsterinsights-wpconsent-content {
	flex: 1;
	position: relative;
	padding: 20px;
}

.monsterinsights-wpconsent-notice-box .monsterinsights-wpconsent-content h3 {
	margin: 0 0 9px;
	font-size: 18px;
	font-weight: 600;
}

.monsterinsights-wpconsent-notice-box .monsterinsights-wpconsent-content p {
	margin: 0 0 15px;
	color: #555;
	font-size: 14px;
	padding: 0;
}

.monsterinsights-wpconsent-notice-box .monsterinsights-wpconsent-buttons {
	display: flex;
	gap: 10px;
}

.monsterinsights-wpconsent-notice-box .monsterinsights-wpconsent-buttons a {
	padding: 8px 15px;
	border-radius: 4px;
	font-size: 14px;
	text-decoration: none;
	border: 1px solid #2e7fbe;
}

.monsterinsights-wpconsent-notice-box .monsterinsights-wpconsent-btn-primary {
	background-color: #2e7fbe;
	color: #fff;
}

.monsterinsights-wpconsent-notice-box .monsterinsights-wpconsent-btn-secondary {
	background-color: transparent;
	color: #2e7fbe;
}
