/**
 * Widget de data da postagem - [post_data]
 * Fontes: Noto Serif, Hanken Grotesk (carregadas pelo Brizy)
 *
 * @package Impacta_Live
 */

.impacta-post-data {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	background: #FFD700;
	border-radius: 16px;
	color: #000;
	text-align: center;
}

.impacta-post-data__dia {
	font-family: "Noto Serif", Georgia, serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 1.1;
}

.impacta-post-data__mes {
	font-family: "Hanken Grotesk", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase;
}
