body header.wp-block-template-part > .announcement-bar {
  background: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.6rem, 1.3vw, 1rem);
  padding: 0 !important;
}

body header.wp-block-template-part > .announcement-bar * {
  margin: 0 !important;
}

.announcement-bar-message {
  display: flex;
  margin: 0 !important;
  width: 100%;
  text-decoration: none;
  width: 100%;
  font-weight: 600;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0.5rem var(--wp--custom--spacing--horizontal) !important;
  color: var(--wp--preset--color--darktext);
  background: var(--wp--preset--color--light);
}

.tax-location .announcement-bar-message {
  background: var(--wp--preset--color--darktext) !important;
  color: var(--wp--preset--color--white) !important;
}

.detached-header header.wp-block-template-part > .announcement-bar {
  display: none;
}
