.pval-credito-materia {
	width: 100%;
	margin: 34px 0 26px;
	box-sizing: border-box;
}

.pval-credito-linha {
	width: 100%;
	height: 1px;
	background: #e2e2e2;
	margin-bottom: 18px;
}

.pval-credito-box {
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 16px 18px;
	background: #f7f7f7;
	border-left: 4px solid #b00000;
	border-radius: 6px;
	box-sizing: border-box;
}

.pval-credito-icone {
	width: 40px;
	height: 40px;
	min-width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #b00000;
	color: #fff;
	border-radius: 50%;
	font-size: 18px;
	line-height: 1;
}

.pval-credito-info {
	min-width: 0;
}

.pval-credito-label {
	margin-bottom: 3px;
	font-size: 10px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: .7px;
	color: #777;
}

.pval-credito-autor {
	font-size: 17px;
	line-height: 1.4;
	font-weight: 700;
	color: #222;
	word-break: break-word;
}

@media (max-width: 767px) {
	.pval-credito-materia {
		margin-top: 28px;
		margin-bottom: 22px;
	}

	.pval-credito-box {
		padding: 14px;
		gap: 11px;
	}

	.pval-credito-icone {
		width: 36px;
		height: 36px;
		min-width: 36px;
		font-size: 16px;
	}

	.pval-credito-autor {
		font-size: 16px;
	}
}
