.lamar-announcement-banner {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 1rem;
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  box-sizing: border-box !important;
}

.lamar-announcement-banner-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  font-size: 0.9rem;
  max-width: 1280px;
  padding: 0 1rem;
  margin: 0 auto;
  gap: 2px;
}

.lamar-announcement-banner-content p {
  margin-bottom: 0px;
}

.lamar-announcement-banner.announcement-level-notice {
  background-color: #ffc62e;
  color: #000000;
}

.lamar-announcement-banner.announcement-level-alert {
  background-color: #b11e0e;
  color: #ffffff;
}

.lamar-announcement-banner-content a {
  color: inherit;
  display: block;
}
