/*
Theme Name: Certificate 4
Theme URI: https://certificate-4.com.au/
Template: astra
Author: Certificate 4
Author URI: https://certificate-4.com.au/
Version: 4.12.1.1769647517
Updated: 2026-01-29 10:45:17

*/

/* Single Course page enrolment button */
.enrolbtn {
	background-color: var(--ast-global-color-0);
	color: #fff;
	font-weight: 500;
	padding: 10px 20px;
	display: block;
	text-align: center;
}
.enrolbtn:hover {
	background-color: var(--ast-global-color-1);
	color: #fff;
}