/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 19 2025 | 17:22:45 */
.go-back-button-container {
	text-align: center;
	
	.go-back-button {
		background: var(--e-global-color-primary);
		color: white;
		padding: 6px 16px;
		line-height: 1;
		border-radius: 4px;
		text-decoration: none;
		font-size: 14px;
		
		&:hover {
			background: #8a2be2;
		}
	}
}