/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 08 2026 | 08:19:30 */
/* ===== TRANSLATION CREDIT (CSS ONLY TEXT) ===== */
.credit-translate {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 12px;
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: .3px;
  color: var(--pc-body-color);
  opacity: .85;
}

/* TEXT FROM CSS */
.credit-translate::before {
  content: "Translated by ";
}

/* NAME + HEART */
.credit-translate::after {
  content: "Purple Heart";
  color: #a78bfa;
  margin-left: 3px;
}
	
/* optional hover, very subtle */
.credit-translate:hover {
  opacity: 1;
}