/* Base styles for announcement bar */
.announcement-bar-section {
  position: relative;
  z-index: 2;
  padding: 5px 20px;
  text-align: center;
}

.announcement-bar-section p {
  margin: 0;
  font-weight: var(--font-weight-semibold) !important;
} 