.listings {
	margin-bottom: 0 !important;
	padding-left: 0;
	list-style: none;

	border-top: 3px solid rgb(15 23 43 / 0.1);
}
.listing {
	margin-bottom: 0 !important;
	padding-top: 4rem;
	padding-bottom: 4rem;

	border-bottom: 3px solid rgb(15 23 43 / 0.1);
}
.listing-header > :not(:last-child) {
	margin-bottom: 2rem;
}
.listing-header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
}
.listing-title a {
	color: inherit;
	text-decoration: none;
}
.listing-title a:focus,
.listing-title a:hover {
	text-decoration: underline;
}

.listing-thumbnail {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	height: 100%;

	background-color: var(--e-global-color-6117847);
	border-radius: 1rem;
}
.listing-thumbnail img {
	display: block;
	width: 100%;
	max-width: 20rem;
	height: auto;

	margin-right: auto;
	margin-left: auto;

	transition: all 0.3s;
}
.listing-thumbnail:focus img,
.listing-thumbnail:hover img {
	opacity: 0.75;
}
.listing-content {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.listing-content > :not(:last-child) {
	margin-bottom: 3rem;
}
.listing-parameters > :not(:last-child) {
	margin-bottom: 2rem;
}
.listing-parameters-list {
	width: auto;
	margin-top: 0 !important;

	font-size: inherit;
	line-height: inherit;
}
.listing-parameters-list tr:not(:last-child) th,
.listing-parameters-list tr:not(:last-child) td {
	padding-bottom: 1rem;
}
.listing-parameters-list th,
.listing-parameters-list td {
	padding: 0;

	border-bottom: 0;
}
.listing-parameters-list th {
	padding-right: 2rem;

	color: rgb(15 23 43 / 0.75);
	font-weight: inherit;
}
.listing-parameters-list td {
	font-weight: 600;
}
.listing-footer {
	margin-top: auto;
}
.listing-footer-meta > :not(:last-child) {
	margin-bottom: 1rem;
}

.listings-action {
	margin-top: 4rem;

	text-align: center;
}

@media (max-width: 767px) {
	.listings {
		border-top: 2px solid rgb(15 23 43 / 0.1);
	}
	.listing {
		padding-top: 2rem;
		padding-bottom: 2rem;

		border-bottom: 2px solid rgb(15 23 43 / 0.1);
	}
	.listing-header > :not(:last-child) {
		margin-bottom: 1.5rem;
	}
	.listing-thumbnail {
		aspect-ratio: 4/3;
		padding: 1rem;

		border-radius: 0.75rem;
	}
	.listing-thumbnail img {
		height: 100%;

		object-fit: contain;
	}
	.listing-content > :not(:last-child) {
		margin-bottom: 2rem;
	}
	.listing-parameters > :not(:last-child) {
		margin-bottom: 1.5rem;
	}
	.listing-parameters-list tr:not(:last-child) th,
	.listing-parameters-list tr:not(:last-child) td {
		padding-bottom: 0.75rem;
	}
	.listing-parameters-list th {
		padding-right: 1.5rem;
	}

	.listing-footer-meta > :not(:last-child) {
		margin-bottom: 0.75rem;
	}

	.listings-action {
		margin-top: 3rem;
	}
}
