/* Web-only additions on top of pricing.css: site chrome around the store. */

.brand-home {
  display: inline-flex;
  border-radius: 9px;
}
.brand-home:focus-visible {
  outline: 2px solid #5ff0da;
  outline-offset: 2px;
}

.web-foot-links {
  margin-bottom: 10px;
}

.foot a {
  color: inherit;
}
.foot a:hover {
  color: #f3f7f6;
}

/* The notice that carries the sign-in button is a prompt, not a warning, and
   Google's white button needs room to breathe inside it. */
#stateNotice .gsi-button {
  margin-top: 12px;
}
