/* Fundos Widget Styles */

.elementor-widget-fundos_novos_widget {
	width: 100%;
}

.elementor-widget-fundos_novos_widget .fundos-novos-wrapper {
	width: 100%;
}

.elementor-widget-fundos_novos_widget .fundos-novos-item {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.elementor-widget-fundos_novos_widget .fundos-novos-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.elementor-widget-fundos_novos_widget .fundos-novos-title {
	margin: 0 0 20px 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.4;
	display: block;
}

.elementor-widget-fundos_novos_widget .fundos-novos-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
	margin-top: 20px;
	background: #fff;
}

.elementor-widget-fundos_novos_widget .fundos-novos-table td {
	padding: 12px 15px;
	font-size: 14px;
	border: 1px solid #ddd;
	background-color: #fff !important;
	color: #333 !important;
	transition: background-color 0.2s ease;
}

.elementor-widget-fundos_novos_widget .fundos-novos-table tbody tr:nth-child(odd) td {
	background-color: #fafafa !important;
}

.elementor-widget-fundos_novos_widget .fundos-novos-table tbody tr:nth-child(even) td {
	background-color: #fff !important;
}

.elementor-widget-fundos_novos_widget .fundos-novos-table tbody tr:hover td {
	background-color: #f0f0f0 !important;
}

/* Accordion Styles */
.elementor-widget-fundos_novos_widget .fundos-novos-accordion {
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-top: 20px;
	overflow: hidden;
}

.elementor-widget-fundos_novos_widget .fundos-novos-accordion-header {
	margin: 0;
}

.elementor-widget-fundos_novos_widget .fundos-novos-accordion-title {
	width: 100%;
	border: none;
	background: #f5f5f5;
	color: #333;
	text-align: left;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	padding: 15px;
	transition: background-color 0.2s ease;
}

.elementor-widget-fundos_novos_widget .fundos-novos-accordion-title:hover {
	background-color: #e8e8e8;
}

.elementor-widget-fundos_novos_widget .fundos-novos-accordion-title:focus {
	outline: none;
	box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.elementor-widget-fundos_novos_widget .fundos-novos-accordion-icon {
	transition: transform 0.3s ease;
	margin-left: 10px;
}

.elementor-widget-fundos_novos_widget .fundos-novos-accordion-title[aria-expanded="true"] .fundos-novos-accordion-icon {
	transform: rotate(180deg);
}

.elementor-widget-fundos_novos_widget .fundos-novos-accordion-content {
	display: none;
	transition: all 0.3s ease;
}

.elementor-widget-fundos_novos_widget .fundos-novos-accordion-content.open {
	display: block;
}

/* Responsivo */
@media (max-width: 768px) {
	.elementor-widget-fundos_novos_widget .fundos-novos-table {
		font-size: 12px;
	}

	.elementor-widget-fundos_novos_widget .fundos-novos-table th,
	.elementor-widget-fundos_novos_widget .fundos-novos-table td {
		padding: 8px 10px;
		font-size: 12px;
	}

	.elementor-widget-fundos_novos_widget .fundos-novos-title {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.elementor-widget-fundos_novos_widget .fundos-novos-item {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.elementor-widget-fundos_novos_widget .fundos-novos-table {
		display: block;
		overflow-x: auto;
	}

	.elementor-widget-fundos_novos_widget .fundos-novos-title {
		font-size: 14px;
	}

	.elementor-widget-fundos_novos_widget .fundos-novos-table th,
	.elementor-widget-fundos_novos_widget .fundos-novos-table td {
		padding: 6px 8px;
		font-size: 11px;
	}
}
/* Documentos Accordion Styles */
.elementor-widget-fundos_novos_widget .fundos-novos-documentos-accordion {
	margin-top: 15px !important;
	border: 1px solid #ddd !important;
	border-radius: 4px !important;
	overflow: hidden !important;
}

.elementor-widget-fundos_novos_widget .fundos-novos-documentos-accordion-header {
	margin: 0 !important;
}

.elementor-widget-fundos_novos_widget .fundos-novos-documentos-accordion-title {
	width: 100% !important;
	border: none !important;
	padding: 15px !important;
	text-align: left !important;
	cursor: pointer !important;
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	transition: background-color 0.3s ease !important;
}

.elementor-widget-fundos_novos_widget .fundos-novos-documentos-accordion-title:hover {
	background: #e9ecef !important;
}

.elementor-widget-fundos_novos_widget .fundos-novos-documentos-accordion-title:focus {
	outline: 2px solid #007cba !important;
	outline-offset: -2px !important;
}

.elementor-widget-fundos_novos_widget .fundos-novos-documentos-accordion-icon {
	transition: transform 0.3s ease !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.elementor-widget-fundos_novos_widget .fundos-novos-documentos-accordion-title[aria-expanded="true"] .fundos-novos-documentos-accordion-icon {
	transform: rotate(180deg) !important;
}

.elementor-widget-fundos_novos_widget .fundos-novos-documentos-accordion-content {
	display: none !important;
	padding: 0 !important;
	background: #fff !important;
	border-top: 1px solid #ddd !important;
}

.elementor-widget-fundos_novos_widget .fundos-novos-documentos-accordion-content.open {
	display: block !important;
}

.elementor-widget-fundos_novos_widget .fundos-novos-documentos-list {
	margin: 0 !important;
	padding: 15px !important;
	list-style: none !important;
}

.elementor-widget-fundos_novos_widget .fundos-novos-documentos-list li {
	margin-bottom: 10px !important;
	padding-bottom: 10px !important;
	border-bottom: 1px solid #eee !important;
}

.elementor-widget-fundos_novos_widget .fundos-novos-documentos-list li:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: none !important;
}

.elementor-widget-fundos_novos_widget .fundos-novos-documentos-list a {
	text-decoration: none !important;
	color: #007cba !important;
	font-weight: 500 !important;
	transition: color 0.3s ease !important;
	display: block !important;
	padding: 8px 0 !important;
	background: transparent !important;
	align-items: center !important;
	gap: 8px !important;
}

.elementor-widget-fundos_novos_widget .fundos-novos-documentos-list a:hover {
	color: #005a87 !important;
	background: rgba(0, 123, 186, 0.05) !important;
	border-radius: 4px !important;
}

.elementor-widget-fundos_novos_widget .fundos-novos-documentos-list a:before {
	content: "📄" !important;
	font-size: 16px !important;
}

/* Responsive */
@media (max-width: 768px) {
	.elementor-widget-fundos_novos_widget .fundos-novos-documentos-accordion-title {
		padding: 12px !important;
	}

	.elementor-widget-fundos_novos_widget .fundos-novos-documentos-list {
		padding: 12px !important;
	}

	.elementor-widget-fundos_novos_widget .fundos-novos-documentos-list a {
		font-size: 14px !important;
	}
}