#root .dislike-message {
  display: none;
}

.live-dislike-notice {
  position: fixed;
  z-index: 1000;
  top: max(12px, env(safe-area-inset-top));
  left: 50%;
  box-sizing: border-box;
  width: min(calc(100% - 24px), 560px);
  margin: 0;
  padding: 12px 14px;
  transform: translateX(-50%);
  border: 1px solid #ddcfca;
  border-radius: 10px;
  background: #f3eeee;
  color: #21150d;
  box-shadow: 0 10px 30px rgb(72 34 15 / 18%);
  line-height: 1.4;
  text-align: center;
}
