/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 21 2025 | 14:53:34 */
/* Axis Screening – Link Styling */
a {
  color: #D4AF37; /* metallic gold */
  text-decoration: none;
  transition: color 0.3s ease; /* smooth hover transition */
}

a:hover,
a:focus,
a:active {
  color: #FFD700; /* bright gold on hover, focus, or active */
  text-decoration: none;
}

/* Optional: limit to content area only to avoid global impact */
.entry-content a {
  color: #D4AF37;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active {
  color: #FFD700;
}


