/* Property Card Typography */

/* Title */
.item-title {
    font-size: clamp(0.95rem, 2.5vw, 1.15rem);
    font-weight: 700;
    line-height: 1.4;
}
.item-title a { font-weight: 700; text-decoration: none; }
.item-title a:hover { text-decoration: underline; }

/* Price */
.item-price-wrap li,
.item-price-wrap .item-price {
    font-size: clamp(0.9rem, 2.2vw, 1.05rem);
    font-weight: 700;
    line-height: 1.3;
}

/* Address */
.item-address {
    font-size: clamp(0.78rem, 2vw, 0.88rem);
    font-weight: 600;
    line-height: 1.4;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2px 4px;
}
.item-address span { font-weight: 600; }
.houzez-gmap-link {
    font-size: clamp(0.75rem, 1.8vw, 0.82rem);
    font-weight: 700;
    white-space: nowrap;
    text-decoration: underline;
}

/* Features row */
.item-amenities {
    font-size: clamp(0.78rem, 2vw, 0.88rem);
    font-weight: 600;
}
.item-amenities-text { font-weight: 600; }
.hz-figure { font-weight: 700; }

/* Labels */
.label-status,
.hz-label {
    font-size: clamp(0.68rem, 1.8vw, 0.78rem);
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 3px 8px;
    border-radius: 3px;
}

/* Mobile */
@media (max-width: 575.98px) {
    .item-title { font-size: 0.95rem; }
    .item-price-wrap li,
    .item-price-wrap .item-price { font-size: 0.9rem; }
    .houzez-gmap-link { font-size: 0.75rem; }
}

/* Desktop */
@media (min-width: 1200px) {
    .item-title { font-size: 1.15rem; }
    .item-price-wrap li,
    .item-price-wrap .item-price { font-size: 1.05rem; }
    .item-amenities { font-size: 0.88rem; }
}
