﻿/* Styles for the product names that appear after topic links in search results */

#resultList h3.title a::after /* product name style */
	{
  	color: #2d3237;
	background: #eaeaea;
	font-size:.7em;
	display: inline-block; /* must be inline-block to remove link formatting */
	margin-left: 10px;
	padding: 2px 5px 1px 5px;
	border-radius: 5px;
	}

#resultList h3.title a[href*="/authpoint/"]::after /* text to show for AuthPoint topics */
	{
	content: "AuthPoint";
	}
	
#resultList h3.title a[href*="/FireCloud/"]::after /* text to show for FireCloud topics */
	{
	content: "FireCloud";
	}

#resultList h3.title a[href*="/Wi-Fi-Cloud/"]::after /* text to show for WiFi Cloud topics */
	{
  	content: "Wi-Fi Cloud";
 	}


#resultList h3.title a[href*="/Fireware/"]::after /* text to show for Fireware topics */
	{
  	content: "Fireware";
  	}

#resultList h3.title a[href*="/Fireware/dimension/"]::after /* text to show for Dimension topics */
	{
	content: "Dimension";
	}

#resultList h3.title a[href*="/Fireware/services/tdr/"]::after /* text to show for TDR topics */
	{
  	content: "TDR";
	}

#resultList h3.title a[href*="/Fireware/services/dnswatch/"]::after /* text to show for DNSWatch topics */
	{
  	content: "DNSWatch";
	}

#resultList h3.title a[href*="/Fireware/services/dnswatch_go/"]::after /* text to show for DNSWatch topics */
	{
  	content: "DNSWatch";
	}
	
#resultList h3.title a[href*="Hardware-Guides/"]::after /* text to show for Hardware Guides topics */
	{
  	content: "Hardware Guide";
	}

#resultList h3.title a[href*="Integration-Guides/"]::after /* text to show for Integration Guides topics */
	{
  	content: "Integration Guide";
	}

#resultList h3.title a[href*="/WG-Cloud/"]::after /* text to show for WG Cloud topics */
	{
  	content: "WatchGuard Cloud";
	}

#resultList h3.title a[href*="/my_products/"]::after  /* text to show for Portal Help topics */
	{
  	content: "WatchGuard Portal";
 	}

#resultList h3.title a[href*="/Endpoint-Security/"]::after /* text to show for WES Help topics */
	{
	content: "Endpoint Security";
	}

#resultList h3.title a[href*="/ThreatSync/"]::after /* text to show for ThreatSync topics */
	{
  	content: "ThreatSync";
	}

#resultList h3.title a[href*="/ThreatSync-NDR/"]::after /* text to show for ThreatSync+ NDR topics */
	{
  	content: "ThreatSync";
	}
		
#resultList h3.title a[href*="/Self-Help/my_account/"]::after /* text to show for Account Manager topics */
	{
  	content: "WatchGuard Accounts";
	}