.aupe-notice-overlay {
  align-items: center;
  background: rgba(12, 15, 22, 0.68);
  box-sizing: border-box;
  display: none;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 2147483000;
}

.aupe-notice-overlay.is-visible {
  display: flex;
}

.aupe-notice-dialog {
  background: #ffffff;
  border-radius: 8px;
  border-top: 7px solid #d71920;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  color: #1f2933;
  font-family: "Poppins", "Open Sans", Arial, sans-serif;
  max-width: 620px;
  outline: none;
  padding: 34px;
  position: relative;
  text-align: center;
  width: min(100%, 620px);
}

.aupe-notice-logo {
  display: block;
  height: auto;
  margin: 0 auto 18px;
  max-width: 170px;
}

.aupe-notice-dialog h2 {
  color: #111827;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 14px;
  padding: 0;
}

.aupe-notice-dialog p {
  color: #27313f;
  font-size: 18px;
  line-height: 1.55;
  margin: 0 auto 24px;
  max-width: 520px;
}

.aupe-notice-primary {
  background: #d71920;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  min-width: 150px;
  padding: 13px 24px;
}

.aupe-notice-primary:focus,
.aupe-notice-primary:hover {
  background: #ad1117;
}

.aupe-notice-close {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: #4b5563;
  cursor: pointer;
  display: flex;
  font-size: 30px;
  height: 42px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 10px;
  width: 42px;
}

.aupe-notice-close:focus,
.aupe-notice-close:hover {
  background: #f3f4f6;
  color: #111827;
}

@media (max-width: 520px) {
  .aupe-notice-overlay {
    padding: 16px;
  }

  .aupe-notice-dialog {
    padding: 28px 20px 24px;
  }

  .aupe-notice-dialog h2 {
    font-size: 23px;
  }

  .aupe-notice-dialog p {
    font-size: 16px;
  }
}
