.orientation-notice-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(51, 62, 74, 0.72);
  backdrop-filter: blur(6px);
}

.orientation-notice-overlay[hidden] {
  display: none;
}

.orientation-notice-dialog {
  width: min(430px, 100%);
  padding: 34px 32px 30px;
  border-radius: 28px;
  background: #ffffff;
  color: #333e4a;
  text-align: center;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
  font-family: Raleway, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.orientation-notice-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e9f4e5;
  color: #1e6428;
}

.orientation-notice-device {
  position: relative;
  width: 42px;
  height: 28px;
  display: block;
  border: 3px solid currentColor;
  border-radius: 7px;
}

.orientation-notice-device::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  transform: translateY(-50%);
}

.orientation-notice-dialog h2 {
  margin: 0 0 10px;
  color: #1e6428;
  font-size: 28px;
  line-height: 1.12;
  font-weight: 600;
}

.orientation-notice-dialog p {
  margin: 0;
  color: #333e4a;
  font-size: 16px;
  line-height: 1.45;
}
