/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 25 2026 | 09:15:57 */
body .ast-primary-header-bar,
body .site-header,
body header.site-header {
  background: linear-gradient(135deg, #1a1a3e 0%, #4A42E8 100%) !important;
}
body .ast-primary-header-bar a,
body .site-header a,
body .site-title a,
body .main-navigation a,
body .main-navigation ul li a {
  color: #fff !important;
}
body footer.site-footer,
body .site-footer {
  background: #0f0f23 !important;
  color: #9ca3af !important;
  padding: 30px 0 !important;
}
body .ast-col-md-12 article,
body article.post,
body article.ast-article-post {
  background: #fff !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06) !important;
  padding: 24px !important;
  transition: transform .2s !important;
}
body .entry-title a {
  color: #1a1a3e !important;
  font-size: 18px !important;
}
body .entry-title a:hover {
  color: #6C63FF !important;
}



