/* ==========================================================================
   Estilos Públicos do Plugin JF Diário - Tempo de Leitura Estimado
   ========================================================================== */

.jf-reading-time-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: 'Inter', system-ui, -apple-system, sans-serif;
	font-size: 0.82rem;
	color: #64748b;
	font-weight: 500;
	line-height: 1;
}

.jf-reading-time-badge svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	flex-shrink: 0;
}

.jf-reading-time-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background-color: #F1F5F9;
	color: #334155;
	border: 1px solid #E2E8F0;
	padding: 4px 10px;
	border-radius: 20px;
	font-family: 'Inter', system-ui, -apple-system, sans-serif;
	font-size: 0.8rem;
	font-weight: 600;
}

.jf-reading-time-pill svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: #9B2C2C;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	flex-shrink: 0;
}
