:root{
	/* ändra per domän o store */
	/* https://www.color-hex.com/color-palette/86271 */
    --zd-button-color-rgb: 79, 2, 5 !important; 
    --zd-button-color-hover-rgb: 150, 30, 35 !important; 
    --zd-primary-color-rgb: 110, 100, 86 !important; 
	--zd-link-color: #0d6efd !important; 

    --zd-primary-color-rgb: 60, 120, 55 !important; 
	--zd-primary-color: #3C7837 !important;
	
	--zd-footer-background-color-rgb: 45, 40, 38 !important; /* #EBEBE6 */
	--zd-footer-font-color-rgb: 245, 245, 240 !important; 
	--zd-footer-font-color: white; 
	--zd-body-background-color-rgb: 245, 245, 240 !important; /* #F5F5F0 */
    --zd-neutral-background-color: #969187 !important; 
    --zd-neutral-background-color-rgb: 150,145,135 !important; 
	

}


#block-zd-barrio-lankaromdrangens .ckeditor-accordion-container dl.styled {
	margin-bottom:0px; 
}

.site-footer #block-zd-barrio-geckomailerlitefooter { 
	background: rgba(var(--zd-primary-color-rgb), 0.4); 
	margin:0px; text-align:center;
	margin-bottom:0.5em; margin-top:0.5em;
	background: rgba(var(--zd-primary-white-rgb), 1); 
}
.site-footer .zd-mailerlite a {
	background:rgba(var(--zd-primary-color-rgb), 1)!important; 
	border: 1px solid rgba(var(--zd-primary-color-rgb), 0.6)!important; 
}

    /* Hover effect */
.site-footer .zd-mailerlite a:hover {
	background-color: rgba(var(--zd-primary-color-rgb), 0.3) !important; 
	border-color: rgba(var(--zd-primary-color-rgb), 0.4)!important;    
	color: white;
}
