.affixNoticeContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--dangerColor);
  height: 50px;
  padding: 0px 10px 0px 10px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  color: var(--textColor);
  font-size: 0.95rem;
}

.openTimeLabel {
  font-weight: bold;
  font-size: 1rem;
  padding-right: 100px;
}
