.wtt-trending__section.agenda-de-dividendos .wtt-trending__section-header{
	margin-bottom: 10px !important;
}

.widget-trending-today-agenda-de-dividendos .trending-list-header{
	background: #151619;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #bfbfbf;
	font-size: 12px;
	text-transform: uppercase;
	display: flex;
	border-radius: 12px 12px 0px 0px;
}

.widget-trending-today-agenda-de-dividendos .trending-list-header div{
	color: #bfbfbf;
}

.widget-trending-today-agenda-de-dividendos .widget-trending-today-agenda-de-dividendos-row{
	display: flex;
	position: relative;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 17px;
	padding-right: 17px;
	font-size: 14px;
	position: relative;
	border-bottom: 1px solid #1c1d1e;
	transition: all 350ms ease;
}

.widget-trending-today-agenda-de-dividendos .widget-trending-today-agenda-de-dividendos-row:hover{
	background-color: #0d1011;
}

.widget-trending-today-agenda-de-dividendos-row .logo-empresa{
	width: 48px;
	height: 48px;
	border-radius: 8px;
	margin-right: 10px;
}

.widget-trending-today-agenda-de-dividendos .col-empresa{
	max-width: 325px;
	width: 100%;
	display: flex;
	align-items: center;
}

.widget-trending-today-agenda-de-dividendos-row .company-ticker{
	color: #FFF;
	font-weight: 600;
	margin-right: 10px;
	width: 50px;
}

.widget-trending-today-agenda-de-dividendos-row .company-name{
	color: #bfbfbf;
	font-weight: 400;	
	width: 180px;
	height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	top: -1px;
	position: re;
}

.widget-trending-today-agenda-de-dividendos .col-data-com{
	max-width: 150px;
	width: 100%;
	text-align: center;
	font-size: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.widget-trending-today-agenda-de-dividendos .col-data-pagamento{
	max-width: 150px;
	width: 100%;
	text-align: center;
	font-size: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.widget-trending-today-agenda-de-dividendos .col-tipo{
	max-width: 150px;
	width: 100%;
	text-align: center;
	font-size: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.widget-trending-today-agenda-de-dividendos .col-valor{
	max-width: 150px;
	width: 100%;
	text-align: center;
	color: #4bcd95;
	font-size: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.widget-trending-today-agenda-de-dividendos .wtt-trending__logo-cta{
	margin-top: 13px;
	height: 32px;
}

.widget-trending-today-agenda-de-dividendos .wtt-trending__action{
	font-weight: 500;
	top: 14px;
	left: 5px;
}

@media (max-width: 1031px) {
	.wtt-trending__section.agenda-de-dividendos{
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.widget-trending-today-agenda-de-dividendos{
		width: 1030px;
	}
}