/*

    Title: Ticker
    Author: QBIT
    Date: 23/03/2025

    File path: ../../../../uploads/

*/

/* Ticker styles */
.ticker {
	width: 100%;
	min-height: 50px;
	font-family: 'Poppins', sans-serif; 
	font-size: 1.4em;
	word-wrap: break-word;
	overflow-wrap: break-word;
	color: #333;
	text-align: center;
	display: block;
	background-color: #99cc33;
	padding: 15px 10px 5px 10px;
}

#ticker {
	font-style: normal;
}

/* Media queries */
@media (max-width: 64em) 
{

}