.listing-theory {
	--size-gap: 32px;
	overflow: visible;
}

.listing-theory .listing-item {
	width: 25%;
}

.listing-theory .listitem-wrapper {
	padding: 24px;
	background-color: var(--white);
	border-radius: var(--rounded-2xl);
	box-shadow: var(--shadow);
}

.listing-theory .cta-listing {
	margin-top: auto;
	padding-top: 16px;
}

.listing-theory .cta-listing .cta-whbutton {
	padding: 0;
}

.listing-theory .thumbnail-item {
	position: relative;
	width: 100%;
	min-height: 60px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 76px;
	margin-bottom: 16px;
	align-items: center;
}

.listing-theory .status-theory {
	display: block;
	width: 100%;
	font-size: var(--text-xs);
	color: var(--blue);
}

.listing-theory .listing-item--disabled .status-theory {
	color: var(--red-700);
}

.listing-theory .thumbnail-item .image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	max-height: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--rounded-md);
	background-color: var(--gray-75);
}

.listing-theory .thumbnail-item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.listing-theory .thumbnail-item .title-listing {
	font-size: var(--text-xl);
	margin-bottom: 0;
}

.listing-theory .excerpt-listing p {
	-webkit-line-clamp: 4;
}

.listing-theory .listing-item--disabled * {
	pointer-events: none;
}

.listing-theory .listing-item--disabled .listitem-wrapper {
	cursor: initial;
}

.listing-theory .listing-item--disabled .listitem-wrapper,
.listing-theory .listing-item--disabled .cta-whbutton {
	color: var(--gray-600);
}

.listing-theory .listing-item--disabled .cta-whbutton .icon-cta,
.listing-theory .listing-item--disabled .cta-whbutton:after {
	opacity: 0.68;
}

@media all and (max-width: 1199px) {
	.listing-theory {
		--size-gap: var(--padding-container);
	}
}

@media all and (min-width: 901px) and (max-width: 1199px) {
	.listing-theory .listing-item {
		width: 33.3333%;
	}
}

@media all and (min-width: 601px) and (max-width: 900px) {
	.listing-theory .listing-item {
		width: 50%;
	}
}

@media all and (max-width: 600px) {
	.listing-theory .listing-item {
		width: 100%;
	}
}
