/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

/* Support banner on gateway settings pages */
.woo-phxmn-support-banner {
	margin: 16px 0 8px;
	padding: 10px 14px;
	background: #f0f0f1;
	border-left: 3px solid #8c8f94;
	border-radius: 2px;
	font-size: 13px;
	color: #50575e;
	line-height: 1.5;
}

.woo-phxmn-support-banner a {
	color: #2271b1;
	text-decoration: none;
	font-weight: 500;
}

.woo-phxmn-support-banner a:hover {
	color: #135e96;
	text-decoration: underline;
}