.scientific-filter-container-9c265f80 {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	margin: 20px 0;
	width: 100%;
}

.imo-filter-heading {
	margin-bottom: 20px;
	font-size: 1.5rem;
}

.imo-filter-bar {
	display: flex;
	gap: 15px;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.imo-filter-select {
	flex: 1;
	max-width: 400px;
	padding: 12px 14px;
	font-size: 14px;
	border-radius: 6px;
	border: 1px solid #cbd5e1;
	background-color: #ffffff;
	color: #0f172a;
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	cursor: pointer;
}

.imo-results-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 24px;
	min-height: 200px;
}

.pub-card-62e13901 {
	background-color: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 24px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pub-card-62e13901:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}

.pub-card-title-62e13901 {
	margin: 0 0 12px 0;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.4;
}

.pub-card-title-62e13901 a {
	color: #0f172a;
	text-decoration: none;
	transition: color 0.2s ease;
}

.pub-card-title-62e13901 a:hover {
	color: #0284c7;
}

.pub-card-excerpt-62e13901 {
	font-size: 14px;
	color: #475569;
	line-height: 1.6;
	margin-bottom: 16px;
}

.pub-card-tags-62e13901 {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 16px;
	border-top: 1px dashed #f1f5f9;
	padding-top: 16px;
}

.pub-tag-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 14px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
}

.pub-tag-ano {
	background-color: #f0f9ff;
	color: #075985;
	border: 1px solid #bae6fd;
}

.pub-tag-investigador {
	background-color: #faf5ff;
	color: #6b21a8;
	border: 1px solid #e9d5ff;
}

.pub-tag-item i {
	font-size: 14px;
}

.pub-no-results {
	grid-column: 1 / -1;
	text-align: center;
	padding: 40px;
	background-color: #f8fafc;
	border: 1px dashed #cbd5e1;
	border-radius: 8px;
	color: #64748b;
	font-size: 16px;
}

.imo-results-grid.loading {
	opacity: 0.4;
	pointer-events: none;
}
