#wpadminbar .sppwp-status-node .ab-item {
	padding: 0 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
}
#wpadminbar .sppwp-status-node .ab-icon {
	margin-right: 0 !important;
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#wpadminbar .sppwp-status-node.sppwp-enabled .ab-item {
	background-color: #46b450 !important;
	color: #fff !important;
}
#wpadminbar .sppwp-status-node.sppwp-enabled:hover .ab-item {
	background-color: #3fa348 !important;
}
#wpadminbar .sppwp-status-node svg {
	position: relative;
	top: 0;
	margin: 0;
}

#wp-admin-bar-sppwp-temp-indicator {
    background-color: #d63638 !important;
    margin-right: 10px;
}
#wp-admin-bar-sppwp-temp-indicator .ab-item {
    color: #fff !important;
    font-weight: 600 !important;
}
#wp-admin-bar-sppwp-temp-indicator:hover {
    background-color: #b32d2e !important;
}
