/* ****************** icon & tooltip content dataset *************** */
article p > img					{margin-bottom: -4px;height:17px}
.i_gan							{background: linear-gradient(45deg, #4678b4 0%, #46b478 100%); color: #fff!important}
.i_oem							{padding: 1px 5px; margin-left: 1px}
.i_oem::before					{content: "\f30f"; font-family: "Font Awesome 5 Pro"}
.i_oem::after					{content: "OEM products are produced by a single company, but sold under various brands an trade names."}
.i_ptc							{color: #46b478; padding: 1px 4px 1px 3px;}
.i_ptc::before					{content: "\f074"; font-family: "Font Awesome 5 Pro"}
.i_ptc::after					{content: "supports Pass-through Charging"}
.i_qqc							{background: url("/media/design/QuickCharge.png") 0px -1px no-repeat;padding:0 2px 0 16px !important;background-size: 17px 18px!important;}
.i_qqc[data-qqc]::after			{content: "supports Qualcomm Quick Charge " attr(data-qqc) ".0"}
.i_usba, .i_usba_chg			{background: url("/media/design/USB-A.svg") 1px -1px no-repeat}
.i_usba[data-usba]::after		{content: "This powerbank has " attr(data-usba) " USB A outlets."}
.i_usba[data-usba="1"]::after	{content: "This powerbank has one USB A outlet."}
.i_usba_chg[data-usba]::after	{content: "This charger has " attr(data-usba) " USB A outlets with up to " attr(data-usbaw) "W."}
.i_usba_chg[data-usba="1"]::after	{content: "This charger has one USB A outlet with up to " attr(data-usbaw) "W."}
.i_usba_chg_qc					{background: url("/media/design/USB-A_QC.svg") 1px -1px no-repeat}
.i_usba_chg_qc[data-usba]::after	{content: "This charger has " attr(data-usba) " USB A outlets (up to " attr(data-usbaw) "W) and supports Qualcomm Quick Charge " attr(data-qqc) ".0 (up to " attr(data-qqcw) "W)."}
.i_usba_chg_qc[data-usba="1"]::after{content: "This charger has one USB A outlet (up to " attr(data-usbaw) "W) and supports Qualcomm Quick Charge " attr(data-qqc) ".0 (up to " attr(data-qqcw) "W)."}
.i_usbc, .i_usbc_chg			{background: url("/media/design/USB-C.svg") 1px -1px no-repeat}
.i_usbc[data-usbc]::after		{content: "This powerbank has " attr(data-usbc) " USB-C in/outlets."}
.i_usbc[data-usbc="1"]::after	{content: "This powerbank has one USB-C in/outlet."}
.i_usbc_pd, .i_usbc_chg_pd		{background: url("/media/design/USB-C_PD.svg") 1px -1px no-repeat}
.i_usbc_pd[data-usbc]::after	{content: "This powerbank has " attr(data-usbc) " USB-C in/outlets and supports USB Power Delivery " attr(data-pdv) ".0 (up to " attr(data-pdw) "W)."}
.i_usbc_pd[data-usbc="1"]::after{content: "This powerbank has one USB-C in/outlet with USB Power Delivery " attr(data-pdv) ".0 (up to " attr(data-pdw) "W)."}
.i_usbc_chg_pd[data-usbc]::after	{content: "This charger has " attr(data-usbc) " USB-C outlet with USB Power Delivery up to " attr(data-pdw) "W."}
.i_usbc_chg_pd[data-usbc="1"]::after{content: "This charger has one USB-C outlet with USB Power Delivery up to " attr(data-pdw) "W."}