 #wpconsent-container::part(wpconsent-settings-button) {
	left: auto;
	right: 20px;
	bottom: 20px;
}
#wpconsent-container::part(wp-consent-toggle-switch) {
	background-color: #757575;
}
#wpconsent-container::part(wp-consent-toggle-switch-checked) {
	background-color: #3b7537;
}
#wpconsent-container::part(wpconsent-checkbox-toggle) {
	border: 2px solid #7b2d19;
	border-radius: 20px;
}
#wpconsent-container::part(wpconsent-banner-logo) {
	height: auto;
	width: 100%;
	max-width: 160px;
}
#wpconsent-container::part(wp-consent-banner-header) {
	grid-template-columns: 100%;
	grid-column: none;
}
#wpconsent-container::part(wpconsent-banner),
#wpconsent-container::part(wpconsent-preferences-content) {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 300;
}
#wpconsent-container::part(wpconsent-button-cancel),
#wpconsent-container::part(wpconsent-button-accept),
#wpconsent-container::part(wpconsent-button-preferences),
#wpconsent-container::part(wpconsent-preferences-accept-button),
#wpconsent-container::part(wpconsent-preferences-cancel-button),
#wpconsent-container::part(wpconsent-preferences-save-button) {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
	letter-spacing: 2px;
    text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

#wpconsent-container::part(wpconsent-button-cancel):hover,
#wpconsent-container::part(wpconsent-button-cancel):focus,
#wpconsent-container::part(wpconsent-button-preferences):hover,
#wpconsent-container::part(wpconsent-button-preferences):focus,
#wpconsent-container::part(wpconsent-preferences-cancel-button):hover,
#wpconsent-container::part(wpconsent-preferences-cancel-button):focus,
#wpconsent-container::part(wpconsent-preferences-save-button):hover,
#wpconsent-container::part(wpconsent-preferences-save-button):focus {
	background-color: #7b2d19;
    color: #ffffff;
}

#wpconsent-container::part(wpconsent-button-accept):hover,
#wpconsent-container::part(wpconsent-button-accept):focus,
#wpconsent-container::part(wpconsent-preferences-accept-button):hover,
#wpconsent-container::part(wpconsent-preferences-accept-button):focus {
	background-color: #7b2d19;
}