.announcement-banner_banner__mdTlD {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  background: var(--c-green-dark);
  color: #fbf8f2; /* warm cream on dark — swap to a design-system on-dark token if one exists */
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  padding: 10px var(--page-gutter);
  text-align: center;
}

.announcement-banner_text__Q1yiZ {
  margin: 0;
}

.announcement-banner_link__Rqlmk {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}

.announcement-banner_close__3otT8 {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: inherit;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 4px 8px;
  opacity: 0.8;
}

.announcement-banner_close__3otT8:hover {
  opacity: 1;
}

