.timer * {color: #fff; font-family: Arial;}
.cta-panel.cta-panel--light:first-of-type {
    padding: 0;
    margin: 0;
}
.cta-panel.cta-panel--light:first-of-type .wysiwyg {padding: 0;}
        .timer {
			display: block;
			width: 100%;
            text-align: center;
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
			background: url('/sites/default/files/2025-01/Tiny%20Squares%20Background.jpg');
        }
        .timer h1 {
            margin-bottom: 20px;
			font-weight: 100;
			font-family: fantasy, calibri, serif;
        }
        .countdown {
            font-family: Arial;
            display: flex;
            justify-content: center;
            gap: 10px;
        }
		
		
        .timer-block {
            width: 80px;
            height: 70px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
			background: url('/sites/default/files/2025-01/Event%20Panel%20Background.png');
			background-color: rgba(0, 173, 72, 0.5);
			background-blend-mode: screen;
			background-size: contain;
        }
		
        .timer-block span {
            font-size: 3rem;
            font-weight: 100;
            color: #fff;
        }
        .timer-block label {
            margin-top: 5px;
            font-size: 1.2rem;
            color: #fff;
			font-weight: 100;
        }
.gator-ctdn-btn a {
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px;
    background: rgb(65, 105, 225);
    margin-top: 20px;
    width: 100%;
    display: block;
    font-size: 2rem;
}

.gator-ctdn-btn:hover {
    box-shadow: 0 0 10px #fff;
}

		@media (max-width: 980px) {
            .countdown {
                flex-direction: row;
                justify-content: center;
            }
            .timer-block {
                width: 70px;
                height: 90px;
            }
            .timer-block span {
                font-size: 2.5rem;
            }
            .timer-block label {
                font-size: 1.4rem;
            }
            .timer h1 {
                font-size: 1.5rem;
            }
        }