.card.style-1 {
	@apply rounded-md;
}

.card.style-1 .card-img-wrapper {
	@apply h-48;
}

.card.style-1 .card-img {
	@apply rounded-md;
}

.card.style-1 .card-tags {
	@apply absolute left-4 top-4 z-10;
}

.card.style-1 .built-date-tag {
	@apply static;
}

.card.style-1 .card-title {
	@apply font-bold;
}

.card.style-1 .card-details {
	@apply text-[var(--rb-base-color-50)] gap-x-2;
}

.card.style-1 .card-extra-details {
	@apply my-2.5;
}

.card.style-1 .card-extra-detail {
	@apply border-0 text-[var(--rb-base-color)] text-xs;
}

.card.style-1 .card-extra-detail i {
	@apply rounded-full bg-[var(--rb-first-color-10)] text-[var(--rb-first-color)] p-1;
}

.card.style-1 .card-mls {
	@apply mb-2.5 text-nowrap;
}

.card.style-1 .card-footer {
	@apply flex items-center justify-between my-2;
}

.card.style-1 .card-price {
	@apply mb-0;
}

.card.style-1 .card-link {
	@apply text-[var(--rb-first-color)] text-sm;
}

.card.style-1 .card-status-indicator {
	@apply ml-1;
}
