/*
Theme Name: FutureLab Child Theme
Theme URI: https://www.futurelab.co.nz
description: FutureLab Child theme
Author: FutureLab
Author URI: https://www.futurelab.co.nz
Template: futurelab-base-theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: https://www.futurelab.co.nz
*/
.card-item__description::before {
    content: ''; /* Required for pseudo-elements */
    position: absolute; /* Position the pseudo-element absolutely */
    top: 0; /* Position from the top of the container */
    left: 0; /* Position from the left of the container */
    width: 100%; /* Set width to fill the container */
    height: 100%; /* Set height to fill the container */
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,0,255,0) 73%, rgba(255,0,0,1) 100%); 
}