[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

.public-local-notice {
  position: fixed;
  inset: 0;
  z-index: 1090;
  display: grid;
  place-items: center;
}

.public-local-notice[hidden] {
  display: none !important;
}

.public-local-notice__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 18, 28, .48);
}

.public-local-notice section {
  position: relative;
  width: min(440px, calc(100vw - 32px));
  padding: 24px;
  border: 1px solid var(--bs-border-color);
  border-radius: 16px;
  background: var(--bs-body-bg);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
}

.public-local-notice section > button[aria-label="Close"] {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 24px;
}

.public-image-dialog {
  width: min(1200px, calc(100vw - 32px));
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
}

.public-image-dialog::backdrop {
  background: rgba(0, 0, 0, .82);
}

.public-image-dialog img {
  display: block;
  width: 100%;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 12px;
}

.public-image-dialog button {
  position: fixed;
  top: 18px;
  right: 22px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, .58);
  font-size: 28px;
  line-height: 1;
}
