/* 
  Insights Template Custom Styles
  Hover effects and image fixes for cleaner server-side rendering
*/

/* Back link hover effect */
.insights-back-link:hover {
  color: #0ea5e9 !important;
  gap: 12px !important;
}

/* CTA button hover effect */
.insights-cta-button:hover {
  background: #f0fdfa !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15) !important;
}

/* Logo image fixes - don't override width/height, just constrain */
.header-logo-img,
.mobile-logo-img {
  max-width: 100% !important;
  object-fit: contain !important;
}

