<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.filters-auction-content{
	background: var(--color-dark);
}

.item_lot .title_item{
	color: #11181F;
	height: 65px;
}

.item_lot .salida-price{
	float: right;
}

.lote-destacado-link {
	box-shadow: 0 3px 18px rgba(0, 0, 0, 0.2);
    transition: 0.2s linear all;
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.2s linear all;
	border: 1px solid lightgray;
}

@media(max-width: 576px){
	.lote-destacado-link {
		padding: 0;
	}
}

.item_lot {
	box-shadow: none;
	transition: none;
	-webkit-box-shadow: none;
	-webkit-transition: none;
	border: 0;
	min-height: 200px;
}

.lote-destacado-link .item_img {
	height: auto;
}

.lote-destacado-link .item_img img {
	width: 100%;
    aspect-ratio: 4/5;
    object-fit: contain;
    object-position: center;
}

.paginator-container{
	flex-wrap: wrap;
	gap: 10px;
}

.auction-life{
	padding: 10px 20px;
    text-transform: uppercase;
}


@media (max-width: 768px) {
	.paginator-container .bid-life{
		text-align: center;
	}
}
</pre></body></html>