/* PromptMyImage v1.5.6 — account navigation and centered mobile footer. */
@media (max-width: 760px) {
  .site-footer {
    text-align: center !important;
  }

  .site-footer .footer-grid {
    justify-items: center !important;
  }

  .site-footer .footer-brand-block,
  .site-footer .footer-col,
  .site-footer .pmi-v126-footer-trust {
    width: 100% !important;
    max-width: 560px !important;
    margin-inline: auto !important;
    text-align: center !important;
  }

  .site-footer .footer-brand-block .brand,
  .site-footer .footer-brand-block .site-brand,
  .site-footer .footer-brand-block > a {
    justify-content: center !important;
    margin-inline: auto !important;
  }

  .site-footer .footer-brand-block p {
    max-width: 42ch !important;
    margin: 18px auto 0 !important;
    text-align: center !important;
  }

  .site-footer .footer-col > h3 {
    text-align: center !important;
  }

  .site-footer .footer-menu {
    justify-items: center !important;
    text-align: center !important;
  }

  .site-footer .footer-menu li {
    width: 100% !important;
    text-align: center !important;
  }

  .site-footer .footer-menu a {
    justify-content: center !important;
    width: 100% !important;
    text-align: center !important;
  }

  .site-footer .pmi-v126-footer-trust {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 14px !important;
  }

  .site-footer .pmi-v126-footer-trust > div {
    text-align: center !important;
  }

  .site-footer .pmi-v126-footer-trust small {
    justify-content: center !important;
  }

  .site-footer .pmi-v126-footer-bottom,
  .site-footer .pmi-v126-footer-bottom * {
    text-align: center !important;
  }
}


/* v1.5.7 — center the trust card content as a single mobile composition. */
@media (max-width: 760px) {
  .site-footer .pmi-v126-footer-trust {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    align-items: center !important;
    gap: 12px !important;
    width: min(100%, 360px) !important;
    max-width: 360px !important;
    padding: 22px 20px !important;
    margin-inline: auto !important;
    text-align: center !important;
  }

  .site-footer .pmi-v126-footer-trust .mail-icon {
    width: 46px !important;
    height: 46px !important;
    margin: 0 auto !important;
  }

  .site-footer .pmi-v126-footer-trust > div {
    display: grid !important;
    justify-items: center !important;
    gap: 5px !important;
    width: 100% !important;
    min-width: 0 !important;
    text-align: center !important;
  }

  .site-footer .pmi-v126-footer-trust strong,
  .site-footer .pmi-v126-footer-trust span,
  .site-footer .pmi-v126-footer-trust small {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    text-align: center !important;
  }

  .site-footer .pmi-v126-footer-trust span {
    max-width: 24ch !important;
  }

  .site-footer .pmi-v126-footer-trust small {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    width: auto !important;
  }

  .site-footer .pmi-v126-footer-trust small i {
    flex: 0 0 auto !important;
  }
}


/* v1.5.8 — corrected trust icon and animated operational state. */
.site-footer .pmi-v126-footer-trust .mail-icon {
  display: inline-grid !important;
  place-items: center !important;
  flex: 0 0 auto !important;
  width: 48px !important;
  height: 48px !important;
  padding: 0 !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.045)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 8px 22px rgba(0,0,0,.14) !important;
}

.site-footer .pmi-v126-footer-trust .mail-icon svg,
.site-footer .pmi-v126-footer-trust .mail-icon .pmi-icon-svg {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
  stroke-width: 1.9 !important;
}

.site-footer .pmi-v126-footer-trust small {
  color: #53e39e !important;
  font-weight: 700 !important;
  letter-spacing: .01em;
}

.site-footer .pmi-v126-footer-trust small i {
  position: relative;
  flex: 0 0 9px !important;
  width: 9px !important;
  height: 9px !important;
  border-radius: 50% !important;
  background: #32e38f !important;
  box-shadow: 0 0 0 4px rgba(50,227,143,.13), 0 0 16px rgba(50,227,143,.48) !important;
  animation: pmiOperationalPulse 1.8s ease-in-out infinite;
}

.site-footer .pmi-v126-footer-trust small i::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(50,227,143,.52);
  border-radius: 50%;
  opacity: 0;
  animation: pmiOperationalRing 1.8s ease-out infinite;
}

@keyframes pmiOperationalPulse {
  0%, 100% {
    transform: scale(1);
    filter: brightness(1);
  }
  50% {
    transform: scale(1.18);
    filter: brightness(1.18);
  }
}

@keyframes pmiOperationalRing {
  0% {
    transform: scale(.72);
    opacity: .72;
  }
  70%, 100% {
    transform: scale(1.55);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer .pmi-v126-footer-trust small i,
  .site-footer .pmi-v126-footer-trust small i::after {
    animation: none !important;
  }
}
