.fnp-projectes {
	max-width: 100%;
	font-family: Arial, sans-serif;
}

.fnp-error {
	color: #a94442;
}

.fnp-empty {
	font-style: italic;
}

.fnp-cerca {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
}

.fnp-cerca input[type="search"],
.fnp-cerca button {
	box-sizing: border-box;
	margin: 0;
	height: 38px;
	border: 1px solid #767676;
	border-radius: 0;
	font-size: 14px;
	font-family: inherit;
	line-height: 1;
	vertical-align: middle;
	-webkit-appearance: none;
	appearance: none;
}

.fnp-cerca input[type="search"] {
	padding: 0 10px;
	min-width: 380px;
	max-width: 100%;
	background: #fff;
}

.fnp-cerca input[type="search"]::-webkit-search-decoration,
.fnp-cerca input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.fnp-cerca button {
	padding: 0 18px;
	background: #f0f0f0;
	cursor: pointer;
}

.fnp-cerca-neteja {
	display: inline-flex;
	align-items: center;
	height: 38px;
	font-size: 0.9em;
}

.fnp-projectes .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.fnp-accordion {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.fnp-item {
	border: 1px solid #000;
}

.fnp-item-title {
	margin: 0;
}

.fnp-item-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 10px 15px;
	background: none;
	border: none;
	text-align: left;
	cursor: pointer;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	color: #000;
	gap: 12px;
}

.fnp-item-header:hover {
	background: rgba(0, 0, 0, 0.03);
}

.fnp-item-header::after {
	content: "+";
	flex-shrink: 0;
	font-weight: 400;
	font-size: 1.3em;
	line-height: 1;
}

.fnp-item-header[aria-expanded="true"]::after {
	content: "\2212";
}

.fnp-item-header[aria-expanded="true"] {
	border-bottom: 1px solid #000;
}

.fnp-item-nom {
	flex: 1;
}

.fnp-item-codi {
	background: #f6edff;
	color: #000;
	font-weight: 400;
	font-size: 0.85em;
	white-space: nowrap;
	padding: 4px 10px;
}

.fnp-item-body {
	padding: 15px 15px 20px;
	font-size: 14px;
	line-height: 17px;
}

.fnp-item-fields {
	display: grid;
	grid-template-columns: max-content 1fr;
	gap: 4px 12px;
	margin: 0 0 12px;
}

.fnp-item-fields dt {
	font-weight: 700;
}

.fnp-item-fields dd {
	margin: 0;
}

.fnp-item-cofinancament {
	margin-top: 12px;
	margin-bottom: 0;
}

.fnp-item-financiadors ul {
	margin: 4px 0 0;
	padding-left: 18px;
}

.fnp-item-objectius {
	margin: 0 0 12px;
}

.fnp-item-logo:not(:empty) {
	margin-top: 12px;
}

.fnp-financiador-logo {
	max-width: 220px;
	max-height: 90px;
	height: auto;
	display: block;
}

.fnp-item-objectius p {
	margin: 4px 0 0;
}

.fnp-pagination {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

.fnp-pagination ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fnp-pagination .page-numbers li {
	margin: 0;
}

.fnp-pagination .page-numbers a,
.fnp-pagination .page-numbers span {
	position: relative;
	display: block;
	padding: 5px 10px;
	margin: 0 5px;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	background: none;
	border: none;
}

.fnp-pagination .page-numbers a:hover::after,
.fnp-pagination .page-numbers.current::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #000;
}
