.vaze-our-listings-shortcode .lcard-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.vaze-our-listings-shortcode .lcard .price,
.vaze-our-listings-shortcode .lcard .body .price,
.vaze-our-listings-shortcode .lcard-link .price,
.vaze-our-listings-shortcode .vaze-listing-price,
.vaze-front-page .vaze-our-listings-shortcode .lcard .price,
.vaze-front-page .vaze-our-listings-shortcode .vaze-listing-price,
#vaze-listings-only .lcard .price,
#vaze-listings-only .vaze-listing-price,
#listings .lcard .price {
  font-family: Archivo, Arial, Helvetica, sans-serif !important;
  font-style: normal !important;
}

.vaze-our-listings-shortcode .sold-head,
.vaze-our-listings-shortcode .listing-alert h3 {
  font-family: Archivo, Arial, Helvetica, sans-serif;
}

.vaze-our-listings-shortcode .lcard .price,
.vaze-our-listings-shortcode .vaze-listing-price {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.vaze-our-listings-shortcode .lcard .img img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.vaze-our-listings-shortcode .listings-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.vaze-our-listings-shortcode .listings-tabs .ltab {
  appearance: none;
  cursor: pointer;
  font: inherit;
  color: #f3f4f6;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  padding: 10px 18px;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.vaze-our-listings-shortcode .listings-tabs .ltab:hover,
.vaze-our-listings-shortcode .listings-tabs .ltab:focus-visible {
  border-color: rgba(255, 255, 255, 0.65);
  color: #ffffff;
}

.vaze-our-listings-shortcode .listings-tabs .ltab.on {
  background: #1a3a5c !important;
  border-color: #1a3a5c !important;
  color: #ffffff !important;
}

.vaze-our-listings-shortcode .listings-tabs .ltab.on:hover,
.vaze-our-listings-shortcode .listings-tabs .ltab.on:focus-visible {
  background: #122b45 !important;
  border-color: #122b45 !important;
  color: #ffffff !important;
}

.vaze-our-listings-shortcode .listings-tabs .ltab .count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5em;
  margin-left: 0.35em;
  padding: 0.1em 0.45em;
  border-radius: 999px;
  font-size: 0.85em;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.18);
  color: inherit;
}

.vaze-our-listings-shortcode .listings-tabs .ltab.on .count {
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
}

.vaze-our-listings-shortcode .lcard-no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  background: #1f2937;
  color: #9ca3af;
  font-weight: 600;
}

.vaze-our-listings-shortcode .lcard-link:hover .addr,
.vaze-our-listings-shortcode .lcard-link:hover .price {
  color: inherit;
}

.vaze-our-listings-shortcode .lcard.is-donovan .img {
  position: relative;
}

.vaze-our-listings-shortcode .lcard .img .tag {
  color: #ffffff !important;
  font-weight: 700;
  border: 1px solid transparent;
}

.vaze-our-listings-shortcode .lcard .img .tag.tag-active {
  background-color: #1a3a5c !important;
  border-color: #1a3a5c !important;
}

.vaze-our-listings-shortcode .lcard .img .tag.tag-soon {
  background-color: #854d0e !important;
  border-color: #854d0e !important;
}

.vaze-our-listings-shortcode .lcard .img .tag.tag-uc {
  background-color: #6b21a8 !important;
  border-color: #6b21a8 !important;
}

.vaze-our-listings-shortcode .lcard .img .tag.tag-sell,
.vaze-our-listings-shortcode .lcard .img .tag.tag-buy {
  background-color: #166534 !important;
  border-color: #166534 !important;
}

.vaze-our-listings-shortcode .lcard-agent-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.88);
  border: 1px solid rgba(125, 211, 252, 0.45);
  color: #7dd3fc;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
