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--background);
  background: var(--wp--preset--color--safari-brown) !important;
}

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

.announcement-bar {
    text-align: center;
    font-weight: 700;
}

.announcement-bar a {
text-decoration: none;
    color: white !important;
}

.announcement-bar p {
    margin: 0;
}
