/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 08 2026 | 00:10:03 */
#read-more {display:none;}

#read-more h2 {
    font-size: 28px;
    margin: 40px 0px 10px;
}

#read-more h3 {
    font-size: 20px;
    margin: 30px 0px 10px;
}

#read-more strong {
    font-weight: 500;
}

.fp-button-fix a.uabb-button.ast-button.uabb-creative-button.uabb-creative-default-btn {
    background-color: #fff;
}

.fp-google-badge-container {
		display: block;
		position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 100;
    width: 200px;
    height: auto;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.4));
}

@media (max-width: 800px) {
    .fp-google-badge-container {
        width: 125px;
				bottom: 20px;
				left: 20px;
			
    }
}