.ea2ewl-manuals-search{
	max-width:980px;
	margin:1.25rem auto 1.6rem;
	padding:1.15rem;
	border:1px solid rgba(15,63,110,.16);
	border-radius:12px;
	background:#fff;
	box-shadow:0 2px 9px rgba(15,63,110,.05);
	box-sizing:border-box;
}
.ea2ewl-manuals-search__title{margin:0 0 1rem}
.ea2ewl-manuals-search__grid{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:.8rem;
	align-items:end;
}
.ea2ewl-manuals-search__field{
	display:flex;
	flex-direction:column;
	gap:.32rem;
	min-width:0;
	font-weight:700;
}
.ea2ewl-manuals-search__field input,
.ea2ewl-manuals-search__field select{
	width:100%;
	min-width:0;
	padding:.7rem .75rem;
	border:1px solid #b9c7d4;
	border-radius:8px;
	background:#fff;
	box-sizing:border-box;
	font:inherit;
	font-weight:400;
}
.ea2ewl-manuals-search__more{
	margin-top:.9rem;
	padding-top:.2rem;
}
.ea2ewl-manuals-search__more summary{
	cursor:pointer;
	font-weight:700;
}
.ea2ewl-manuals-search__grid--more{margin-top:.8rem}
.ea2ewl-manuals-search__actions{
	display:flex;
	flex-wrap:wrap;
	gap:.65rem;
	align-items:center;
	margin-top:1rem;
}
.ea2ewl-manuals-search__actions button,
.ea2ewl-manuals-search__pagination button{
	padding:.65rem 1rem;
	border:0;
	border-radius:8px;
	background:#0f3f6e;
	color:#fff;
	font-weight:700;
	cursor:pointer;
}
.ea2ewl-manuals-search__actions button.secondary{
	border:1px solid #b9c7d4;
	background:#fff;
	color:inherit;
}
.ea2ewl-manuals-search__actions a{font-weight:700}
.ea2ewl-manuals-search__status{
	margin-top:1rem;
	font-weight:700;
}
.ea2ewl-manuals-search__results{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:.75rem;
	margin-top:.8rem;
}
.ea2ewl-manuals-search__card{
	display:flex;
	flex-direction:column;
	gap:.36rem;
	min-width:0;
	padding:.9rem;
	border:1px solid rgba(15,63,110,.16);
	border-radius:10px;
	background:#fff;
	text-decoration:none!important;
	box-shadow:0 2px 7px rgba(15,63,110,.04);
}
.ea2ewl-manuals-search__card:hover{box-shadow:0 5px 15px rgba(15,63,110,.09)}
.ea2ewl-manuals-search__card small{line-height:1.45}
.ea2ewl-manuals-search__pagination{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	gap:.8rem;
	margin-top:1rem;
}
@media(max-width:900px){
	.ea2ewl-manuals-search__grid,
	.ea2ewl-manuals-search__results{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
	.ea2ewl-manuals-search{
		width:100%;
		padding:.9rem;
	}
	.ea2ewl-manuals-search__grid,
	.ea2ewl-manuals-search__results{grid-template-columns:1fr}
}

.ea2ewl-manuals-search__card.is-draft {
	border-style: dashed;
}
