/*
 * Pictag.ai homepage footer repair v1.5.2
 * Keeps the existing footer structure intact.
 * Only the copyright line is positioned and styled.
 */

footer.pictag-footer-v152,
.pictag-footer-v152 {
  position: relative !important;
  background: #000 !important;
  padding-bottom: 58px !important;
}

.pictag-copyright-v152 {
  position: absolute !important;
  left: 50% !important;
  bottom: 17px !important;
  transform: translateX(-50%) !important;
  width: max-content !important;
  max-width: calc(100% - 32px) !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  color: #9b9ba3 !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
  white-space: nowrap !important;
}

.pictag-copyright-v152,
.pictag-copyright-v152 * {
  color: #9b9ba3 !important;
}

@media (max-width: 720px) {
  footer.pictag-footer-v152,
  .pictag-footer-v152 {
    padding-bottom: 28px !important;
  }

  .pictag-copyright-v152 {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    max-width: none !important;
    margin-top: 28px !important;
    padding: 0 16px !important;
    white-space: normal !important;
  }
}
