.uta-fund-pdf-company {
	margin-bottom: 16px;
}
.uta-fund-pdf-items {
	display: flex;
	flex-direction: column;
}
.uta-fund-pdf-items .uta-fund-pdf-item:nth-child(odd) {
	background-color: var(--e-global-color-accent);
}
.uta-fund-pdf-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 8px 16px;
	border-radius: 8px;
}