/* Compact Widget */
.brtpmj_compact_container {
	display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	color: #333;
}
.brtpmj_compact_container:focus, .brtpmj_compact_container:active {
    outline: none;
    border: none;
}
.brtpmj_cmp_score_img{
	display: flex;
}
.brtpmj_cmp_score_img img {
	height: 25px;
}
.brtpmj_cmp_logo{
	display: flex;
	align-items: baseline;
}
.brtpmj_cmp_logo img {
	height: 20px;
	width: 20px;
	margin-right: 5px;
}