.alert-bar {
  --padding: 10px 15px;
  background: rgb(var(--color-secondary));
  color: rgb(var(--color-light));
  font-size: calc(19 / var(--base) * 1rem);
  font-weight: 800;
  padding: var(--padding);
  position: relative;
  text-align: center;
}
.alert-bar,
.alert-bar a {
  color: rgb(var(--color-light));
}
.alert-bar a:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
