mark.cwgmark {
	padding: 3px 10px 3px 10px;
	border-radius: 2px;
	text-transform: uppercase;
	font-weight: bold;
}

mark.cwgsubscribed {
	background: #0073aa;
	color: #fff;

}

mark.cwgunsubscribed {
	background: #e0e0e0;
	color: #000;
}

mark.cwgmailsent {
	background: #28a745;
	color: #fff;
}

mark.cwgpurchased {
	background: #6f42c1;
	color: #fff;
}

mark.cwg_mailnotsent {
	background: #dc3545;
	color: #fff;
}

mark.cwgqueued {
	background: #fd7e14;
	color: #000;
}

mark.cwgdoubleoptin {
	background: #ffc107;
	color: #000;
}


mark.cwgmark_exists {
	background: green;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
}

mark.cwgmark_notexists {
	background: red;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
}

#cwginstocknotifier_settings .form-table {
	background: #fff;
}

#cwginstocknotifier_settings .form-table th,
#cwginstocknotifier_settings .form-table td {
	padding: 10px;
}

.cwginstock_test_email_info.success,
.cwginstock_status_1 {
	color: green;
}

.cwginstock_test_email_info.failure,
.cwginstock_status_0 {
	color: red;
}

div.cwg-addon-wrap {
	width: 100%;
}

div.cwg-addon-wrap .cwg-section {
	width: 200px;
	height: 200px;
	float: left;
	margin: 10px;
}

div.cwg-section {
	background: #ff554f;
	position: relative;
}



div.cwg-section .cwg-addon-title {
	padding: 5px;
	text-align: center;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	color: #fff;
	font-weight: bolder;
	font-size: 15px;
	line-height: 30px;
}

.cwg-addon-bottom {

	position: absolute;
	bottom: 0;
	left: 0;
}

.cwg-addon-bottom input {
	width: 200px;
}

.pricetag {
	white-space: nowrap;
	position: relative;
	margin: 0 5px 0 10px;
	displaY: inline-block;
	height: 25px;
	border-radius: 0 5px 5px 0;
	padding: 0 25px 0 15px;
	background: green;
	border: 0 solid green;
	border-top-width: 1px;
	border-bottom-width: 1px;
	color: #fff;
	line-height: 23px;
}

.pricetag:before {
	position: absolute;
	content: "\25CF";
	color: white;
	text-shadow: 0 0 1px #333;
	font-size: 11px;
	line-height: 0px;
	text-indent: 12px;
	left: -15px;
	width: 1px;
	height: 0px;
	border-right: 14px solid green;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
}

.wp-admin.wc-wp-version-gte-53 .select2-container--default .select2-results__option--highlighted[aria-selected],
.wp-admin.wc-wp-version-gte-53 .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #0073aa !important;
}

.cwg_stock_instock {
	color: #0f834d;
}

.cwg_stock_outofstock {
	color: #e2401c;
}

.cwg_stock_backorder {
	color: #ffa500 !important;
}

.cwg-email-buttons-wrap {
	padding: 8px 0;
}

.cwg-email-btn-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 12px;
}

.cwg-email-template-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 20px;
	background: #0073aa;
	color: #fff !important;
	text-decoration: none !important;
	border-radius: 4px;
	font-weight: 600;
	font-size: 13px;
	transition: background 0.2s ease;
}

.cwg-email-template-btn:hover,
.cwg-email-template-btn:focus {
	background: #005a87;
	color: #fff !important;
}

.cwg-email-template-btn .dashicons {
	font-size: 16px;
	width: 16px;
	height: 16px;
	line-height: 16px;
}

.cwg-email-info-box {
	background: #f0f6fc;
	border: 1px solid #c3d8e6;
	border-radius: 6px;
	padding: 14px 18px;
	margin-top: 12px;
	font-size: 13px;
	color: #1d2327;
	line-height: 1.6;
}

.cwg-email-info-box .dashicons {
	color: #0073aa;
	margin-right: 4px;
	vertical-align: middle;
}
