.groomai-demo-notice {
  position: relative;
  z-index: 99998;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.75rem;
  width: 100%;
  margin: 0;
  padding: 0.7rem 1rem;
  border-bottom: 1px solid #d5d9de;
  background: #fff7d6;
  color: #24292f;
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: center;
  box-sizing: border-box;
}

.groomai-demo-notice strong {
  font-weight: 700;
}
