:root { --header-bg: #7ebebe; --footer-bg: #6a7581; }
.site-header { background-color: var(--header-bg) !important; }
.site-footer { background-color: var(--footer-bg) !important; }
.site-tagline { background-color: rgba(0,0,0,.04); color: #555; }
.contact-content { white-space: normal; }
.site-logo { max-height: 40px; width: auto; background: #fff; border-radius: 4px; padding: 2px 4px; }