/*
 * SEO/accessibility overrides.
 * Loaded after the main bundle so the change is easy to review and revert.
 */
.header-top .language .current,
.header-bottom .language .current,
.header-bottom #city .current {
	background: #333;
	color: #fff;
}

.header-top .language.hover .current,
.header-bottom .language.hover .current,
.header-bottom #city.hover .current {
	background: #1f1f1f;
	color: #fff;
}

.header-top .language .current:focus,
.header-bottom .language .current:focus,
.header-bottom #city .current:focus,
.header-top .language .list a:focus,
.header-bottom .language .list a:focus {
	outline: 2px solid #ffd93b;
	outline-offset: 2px;
}
