.updated-site-bridge {
  background: #141414;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 18px 16px;
  text-align: center;
}

.updated-site-bridge a {
  align-items: center;
  background: #b5121b;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  min-height: 42px;
  padding: 0 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.updated-site-bridge a:hover,
.updated-site-bridge a:focus {
  background: #8f0e16;
  color: #fff;
  text-decoration: none;
}
