.announcement-bar {
  text-align: center;
  font-weight: 700;
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.06);
  height: 2.5rem;
  padding: 0.25rem 0;
  font-size: 1.2rem;
}

.announcement-bar p {
  margin: 0;
  line-height: 2rem;
}

.announcement-bar a {
  color: inherit;
  text-decoration: none;
  display: block;
}

@media (min-width: 576px) {
  .announcement-bar {
    font-size: 1.3rem;
  }
}
