/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 03 2025 | 12:22:22 */
    .btn-elevated {	
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    .btn-elevated:hover {
      transform: translateY(-1px);
      box-shadow: 0 4px 6px rgba(0,0,0,0.15);
    }

.btn-clean a {
	text-decoration-thickness: 0;
	text-underline-offset: 0;
	text-decoration-style: none;
}



