.ppgl-footer-notice {
  margin: 28px auto 0;
  padding: 0 15px;
  max-width: 1200px;
}

.ppgl-footer-notice a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 18px;
  color: #123f77;
  text-decoration: none;
  background: #f1f6fb;
  border: 1px solid #bed3e8;
  border-left: 5px solid #0757a4;
  border-radius: 4px;
}

.ppgl-footer-notice strong,
.ppgl-inline-notice strong {
  color: #0757a4;
  font-size: 16px;
}

.ppgl-footer-notice span {
  color: #3f4d5c;
  font-size: 14px;
  text-align: right;
}

.ppgl-inline-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 14px;
  margin: 18px 0;
  color: #22313f;
  background: #f4f8fc;
  border: 1px solid #bfd3e6;
  border-left: 4px solid #0757a4;
  border-radius: 4px;
}

.ppgl-inline-notice p {
  margin: 3px 0 0;
  color: #52606d;
  font-size: 13px;
  line-height: 1.35;
}

.ppgl-inline-notice__link {
  flex: 0 0 auto;
  padding: 8px 10px;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  background: #0757a4;
  border-radius: 3px;
}

.ppgl-inline-notice__link:hover,
.ppgl-inline-notice__link:focus {
  color: #ffffff !important;
  background: #003b76;
}

.ppgl-dialog {
  width: min(92vw, 760px);
  max-width: 760px;
  padding: 0;
  margin: auto;
  overflow: visible;
  background: #ffffff;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.ppgl-dialog::backdrop {
  background: rgba(17, 26, 35, 0.72);
}

.ppgl-dialog__content {
  max-height: min(84vh, 900px);
  padding: 22px;
  overflow: auto;
}

.ppgl-dialog__content img,
.ppgl-info-page img {
  display: block;
  width: 100%;
  height: auto;
}

.ppgl-dialog__close {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  place-items: center;
  background: rgba(0, 0, 0, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  cursor: pointer;
}

.ppgl-dialog__eu-link {
  display: block;
  margin-top: 16px;
  color: #0757a4;
  font-weight: 700;
  text-align: center;
}

.ppgl-info-page {
  max-width: 820px;
  margin: 0 auto;
}

.ppgl-info-page h1 {
  color: #0757a4;
}

.ppgl-info-page p {
  margin: 0 0 20px;
  line-height: 1.55;
}

@media (max-width: 600px) {
  .ppgl-footer-notice a,
  .ppgl-inline-notice {
    align-items: flex-start;
    flex-direction: column;
  }

  .ppgl-footer-notice span {
    text-align: left;
  }

  .ppgl-inline-notice__link {
    width: 100%;
    text-align: center;
  }

  .ppgl-dialog__content {
    padding: 12px;
  }
}
