<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************************************************************************************************************************/
/* TOOLTIPS ************************************************************************************************************************/
/***********************************************************************************************************************************/

.template-v5 .tooltip-style-0 {
	background:#fdfff0;
	border-radius: 4px;
	border: 2px solid #fdfff0;
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
	color: #3d251b;
	font-size: 13px;
	line-height: 18px;
	max-width: 250px;
	padding: 5px 10px;
	position: relative;
}
.template-v5 .tooltip-style-0 ul.arrow li {
	list-style: square inside none;
	margin-left: 7px;
	text-indent: -12px;
}
.template-v5 .tooltip-style-0 li {
	padding-left: 8px;
}
.template-v5 .tooltip-style-0 img{
	max-width: 200px;
}
.template-v5 .tooltip-style-0 .coche {
	background:#fdfff0;
	position: absolute;
	width: 12px;
	height: 12px;
	border-style: solid;
	border-color: #fdfff0;
	transform: rotate(45deg);
}
.template-v5 .tooltip-style-0 .coche.left-top{
    top: -9px;
    left: 14px;
    border-width: 2px 0 0 2px;
}
.template-v5 .tooltip-style-0 .coche.left-bottom{
    bottom: -9px;
    left: 14px;
    border-width: 0 2px 2px 0;
}
.template-v5 .tooltip-style-0 .coche.right-top{
    top: -9px;
    right: 14px;
    border-width: 2px 0 0 2px;
}
.template-v5 .tooltip-style-0 .coche.right-bottom{
    bottom: -9px;
    left: 14px;
    border-width: 0 2px 2px 0;
}</pre></body></html>