/* Tiprino credit — shared footers */
.footer,
.login-footer,
.lp-foot,
.site-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 14px;
  text-align: center;
}

.footer > p,
.login-footer > p,
.lp-foot > p,
.site-foot > p {
  margin: 0;
}

.footer-credit {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.7;
  opacity: 0.78;
  letter-spacing: -0.01em;
}

.footer-credit .company-link {
  color: inherit;
  font-weight: 650;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  border-bottom-color: color-mix(in srgb, currentColor 35%, transparent);
  padding-bottom: 1px;
  transition: opacity 0.2s ease, border-bottom-color 0.2s ease;
}

.footer-credit .company-link:hover,
.footer-credit .company-link:focus-visible {
  opacity: 1;
  border-bottom-color: currentColor;
  outline: none;
}

.lp-foot .footer-credit {
  opacity: 0.7;
  color: rgba(244, 239, 230, 0.9);
}

.lp-foot .footer-credit .company-link {
  color: #d8c4a4;
  border-bottom-color: rgba(216, 196, 164, 0.35);
}

.lp-foot .footer-credit .company-link:hover,
.lp-foot .footer-credit .company-link:focus-visible {
  border-bottom-color: #d8c4a4;
}

.sidebar-footer .footer-credit {
  display: block;
  margin-top: 6px;
  font-size: 0.7rem;
  opacity: 0.75;
  line-height: 1.5;
}

.site-foot {
  margin-top: auto;
  padding: 14px 18px 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 0.8rem;
  color: #5b6770;
  background: transparent;
}

.site-foot .footer-credit {
  opacity: 0.85;
}

@media (max-width: 640px) {
  .footer,
  .login-footer,
  .lp-foot,
  .site-foot {
    flex-direction: column;
    gap: 4px;
    padding-inline: 12px;
  }

  .footer-credit {
    font-size: 0.74rem;
  }
}
