footer-view{display:flex;background-color:var(--footer-bg-color);color:var(--footer-font-color);border:1px solid var(--footer-border-color);font-size:.75rem}body.content-loading footer-view{opacity:0}footer-view a{color:var(--wu-lightblue)}footer-view .inner{max-width:592px;margin-block:var(--space-16);margin-inline:auto;display:flex;flex-direction:column;row-gap:var(--space-8)}footer-view .sections{display:flex;gap:64px;justify-content:center}footer-view section{display:flex;flex-direction:column;row-gap:var(--space-3);text-align:center;min-width:128px}footer-view .accessibility{width:48px;height:18px;background-image:var(--accessibility-image);background-repeat:no-repeat;background-size:contain;text-indent:-4000px;display:block;margin:0 auto}footer-view .privacy-link{display:flex;flex-direction:column;font-weight:700}footer-view .consent-choice,footer-view .consent-choice-ad-free{font-weight:400;color:var(--footer-font-color)}html.is-ad-free footer-view .consent-choice[data-purpose=sale-of-data],html:not(.is-ad-free) footer-view .consent-choice-ad-free,html:not(.is-authed) footer-view .sensitive-data{display:none}footer-view .ad-choices::after{content:"";display:inline-block;width:15px;height:15px;margin-inline-start:.4em;vertical-align:middle;background-image:var(--ad-choices-image);background-repeat:no-repeat;background-size:contain;background-position:center}footer-view button.cookie-settings{padding:0;border:none;border-radius:0;background:0 0;font-family:inherit;font-size:inherit;line-height:inherit;color:var(--wu-lightblue)}footer-view .logos{display:flex;gap:16px;justify-content:center;align-items:center}footer-view .logos a{width:48px;height:48px;background-repeat:no-repeat;background-size:contain;background-position:center;text-indent:-4000px;display:block}footer-view .logos .weather-company{background-image:var(--weather-company-logo-image);width:60px;height:60px}footer-view .logos .weather-channel{background-image:var(--weather-channel-logo-image)}footer-view .logos .weather-underground{background-image:var(--weather-underground-logo-footer-image);width:60px;height:60px}footer-view .logos .storm-radar{background-image:var(--storm-radar-logo-image);width:65px;height:65px}footer-view .copyright{text-align:center}@media (max-width:640px){footer-view .sections{flex-direction:column;row-gap:var(--space-8);column-gap:32px}}