/* IPA Store Mobile Footer Polish v1.4.0 */

/* Keep desktop unchanged; refine only phones / narrow tablets. */
@media (max-width: 767px) {
  /* Social icons: slightly smaller and still centered below the store description. */
  .ipa-contact-inline-v3014,
  .ipa-contact-inline-v3014.ipa-contact-placement-v3015 {
    justify-content: center !important;
    gap: 8px !important;
    margin-top: 10px !important;
  }

  .ipa-contact-inline-v3014 .ipa-contact-icon-v3014,
  .ipa-contact-inline-v3014.ipa-contact-placement-v3015 .ipa-contact-icon-v3014,
  .ipa-contact-inline-v3014 .ipa-contact-icon-v3014 img,
  .ipa-contact-inline-v3014.ipa-contact-placement-v3015 .ipa-contact-icon-v3014 img {
    width: 29px !important;
    height: 29px !important;
    min-width: 29px !important;
    min-height: 29px !important;
    border-radius: 8px !important;
  }

  /* Footer bottom: one centered, balanced column on mobile. */
  .v120-footer-bottom {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    text-align: center !important;
    padding-bottom: calc(22px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .v120-footer-rights {
    order: 1 !important;
    width: 100% !important;
    justify-self: center !important;
    text-align: center !important;
    margin-inline: auto !important;
  }

  .v136-footer-credit-stack {
    order: 2 !important;
    width: 100% !important;
    min-width: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
  }

  .v120-footer-credit,
  .v136-footer-visitors {
    justify-content: center !important;
    justify-self: center !important;
    text-align: center !important;
    margin-inline: auto !important;
  }

  .v120-footer-status {
    order: 3 !important;
    width: 100% !important;
    justify-content: center !important;
    justify-self: center !important;
    text-align: center !important;
    margin: 4px auto 0 !important;
    padding-bottom: 6px !important;
  }
}

/* Credit icon: icon only, no tile/background/border. */
.v120-footer-credit > i {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  display: inline-block !important;
  place-items: initial !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--brand, #20b7b0) !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

/* Visitor eye uses exactly the same brand color as the credit icon. */
.v136-footer-visitors i {
  color: var(--brand, #20b7b0) !important;
}
