/**
 * Copyright: 2007-2015, Web Techtonics, LLC
 * This code is property of Web Techtonics, LLC. All rights reserved.
 * May not be re-used, re-distributed or modified without permission.


*/

/* WText-3 */
:root{
        --placeholderSvg: 25px;
}
.AV-WText-3.widget {
        width: 100%;
        min-height: 99px;
}
.AV-WText-3 h1,
.AV-WText-3 h2,
.AV-WText-3 h3,
.AV-WText-3 h4 {
        margin-top: 0;
        font-weight: 400;
}
.AV-WText-3 a {
        font-weight: 600;
}

.AV-WText-3 a:hover {
        text-decoration: none;
}
.AV-WText-3 img {
        max-width: 100%;
}
.AV-WText-3 .placeholder{ 
        text-align: center;
        padding: 20px 0 !important;
}
.AV-WText-3 .WTerms-layout > svg,
.AV-WText-3 .WPrivacy-layout > svg {
        width: 100%;
        margin: auto;
        display: block;
        max-width: var(--placeholderSvg);
        max-height: var(--placeholderSvg);
}
.AV-WText-3 .placeholder *{
        overflow: clip !important;
}
.AV-WText-3 .placeholder {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: hidden !important;
}
.AV-WText-3 .placeholder > span{
        display: inline-block;
        max-height: 84px;
}
/* Target all elements inside the span */
.AV-WText-3 .placeholder > span, 
.AV-WText-3 .placeholder > span *:not(img, video, iframe) {
        all: revert !important;
	font-family: Arial, sans-serif !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: normal !important;
	color: #333 !important;
	line-height: 1.5 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	border: none !important;
	text-decoration: none !important;
	box-shadow: none !important;
}
.AV-WText-3 .placeholder > span img,
.AV-WText-3 .placeholder > span video,
.AV-WText-3 .placeholder > span iframe{
        max-width: 56px;
        max-height: 56px;
	object-fit: contain;
}
