
.direita .newsarchive-portlet{
	
	.card {
		--bs-card-border-width: 1px;
		--bs-card-border-radius: 0;
	}
	
	.card .card-title {
		background-color: var(--selected-menu-color);
		color: var(--bs-white);
	}
	
	.ano {
		border-top: 1px solid var(--grey-100);
	}
	
	.year-title {
	  	margin-top: -1.75rem;
	  	background-color: var(--grey-50);
	  	max-width: fit-content;
	}
	
	
}