.tx-refbejuso .apibox .image {
	margin-top: -1rem;
}
.tx-refbejuso .apibox {
	box-shadow: 3px 3px 4px rgb(0 0 0 / 25%);
	padding: 1rem 0;
}
.tx-refbejuso .apibox>*:not(.image) {
	padding: 0 1rem;
}
.tx-refbejuso .apibox hgroup h5 {
	font-size: 1.1rem;
}
.tx-refbejuso .apibox hgroup h4 {
	font-size: 1.3rem;
}


.tx-refbejuso .frame-layout-11 {
	padding: 1rem;
}
.tx-refbejuso .details h5, .tx-refbejuso .address h5 {
	border-bottom: 1px solid #fff;
}
@media (min-width: 1200px) {
	a.tx-refbejuso .detail-view .image {
		max-width: 600px;
	}
}
.tx-refbejuso .lead, .tx-refbejuso .article .lead {
	font-size: 1rem;
	margin-bottom: 1rem;
}
.tx-refbejuso .apibox .bodytext {
	overflow: hidden;
}
.tx-refbejuso .apibox .bodytext p {
	margin-bottom: 0;
}


.lpcFilterPagination {
	display: flex;
	padding-left: 0;
}
.lpcFilterPagination span {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 1px solid #dee2e6;
	width: 48px;
	height: 43px;
	margin-left: -1px;
}
.lpcFilterPagination span.current {
	background-color: var(--primary);
	border-color: var(--primary);
	color: #fff;
}
.lpcFilterPagination span.previous:before {
	content: '<';
}
.lpcFilterPagination span.next:before {
	content: '>';
}
