.site-notice-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  overflow-y: auto; }
  .site-notice-popup[hidden] {
    display: none; }
  .site-notice-popup .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border: 0;
    border-radius: 999px;
    background: #418a77;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: background .25s ease, transform .25s ease; }
    .site-notice-popup .button:hover {
      background: #346e5f;
      transform: translateY(-2px); }

.site-notice-popup__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px); }

.site-notice-popup__dialog {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 680px;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 42px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.22); }
  .site-notice-popup__dialog h2 {
    margin-bottom: 20px; }

.site-notice-popup__close {
  position: absolute;
  top: 16px;
  right: 18px;
  border: 0;
  background: transparent;
  font-size: 32px;
  line-height: 1;
  cursor: pointer; }

.site-notice-popup__content {
  margin-bottom: 28px; }
  .site-notice-popup__content p:last-child {
    margin-bottom: 0; }

@media (max-width: 767px) {
  .site-notice-popup {
    align-items: flex-start;
    padding: 16px; }

  .site-notice-popup__dialog {
    margin: 0;
    max-height: calc(100vh - 32px);
    padding: 30px 24px 24px;
    border-radius: 18px; }

  .site-notice-popup__close {
    top: 10px;
    right: 14px;
    font-size: 30px; }

  .site-notice-popup__dialog h2 {
    font-size: 28px;
    line-height: 1.2; }

  .site-notice-popup__content {
    margin-bottom: 22px;
    font-size: 15px; }

  .site-notice-popup .button {
    width: 100%; } }

/*# sourceMappingURL=popup.css.map */
