/* Nice Homes Realtors — properties listing & detail (hero: nhr-page-hero.css) */

.nhr-properties-intro {
    max-width: 820px;
}
.nhr-properties-intro p {
    line-height: 1.75;
    margin-bottom: 0;
}

.nhr-property-filters {
    padding: 24px;
    border-radius: 16px;
    background: var(--smoke-color, #f8f8f8);
    border: 1px solid var(--th-border-color, #e5e5e5);
}
.nhr-property-filters .form-label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
}

.nhr-results-count {
    font-weight: 600;
    color: var(--title-color);
}

.nhr-property-card {
    height: 100%;
}
.nhr-property-card.list-style {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.nhr-property-card.list-style .thumb-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 768px) {
    .nhr-property-card.list-style .thumb-wrapper {
        flex: 0 0 42%;
        max-width: 42%;
    }
    .nhr-property-card.list-style .property-content {
        flex: 1;
        padding-left: 24px;
    }
}
.nhr-property-card .thumb-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    aspect-ratio: 4 / 3;
}
.nhr-property-card .thumb-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.nhr-property-card .property-card-link {
    display: block;
    height: 100%;
}
/* Card typography — balanced title vs price (overrides theme .popular-list-1) */
.popular-list-1.nhr-property-card .media-body .nhr-property-card__title,
.nhr-property-card .media-body .nhr-property-card__title {
    font-size: 17px;
    line-height: 1.45;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px;
    color: #141414;
}
.popular-list-1.nhr-property-card .media-body .nhr-property-card__title a,
.nhr-property-card .media-body .nhr-property-card__title a {
    color: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.popular-list-1.nhr-property-card .media-body .nhr-property-card__title a:hover,
.nhr-property-card .media-body .nhr-property-card__title a:hover {
    color: var(--theme-color, #c62828);
}
.popular-list-1.nhr-property-card .property-bottom .nhr-property-card__price,
.nhr-property-card .property-bottom .nhr-property-card__price {
    font-size: 19px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--theme-color, #c62828);
    margin-bottom: 0;
}
.popular-list-1.nhr-property-card.list-style .media-body .nhr-property-card__title,
.nhr-property-card.list-style .media-body .nhr-property-card__title {
    font-size: 20px;
}
.popular-list-1.nhr-property-card.list-style .property-bottom .nhr-property-card__price,
.nhr-property-card.list-style .property-bottom .nhr-property-card__price {
    font-size: 21px;
}

/* Homepage 4-column grid — slightly tighter type */
.nhr-home-properties .popular-list-1.nhr-property-card.grid-style .media-body .nhr-property-card__title {
    font-size: 16px;
}
.nhr-home-properties .popular-list-1.nhr-property-card.grid-style .property-bottom .nhr-property-card__price {
    font-size: 18px;
}
.nhr-home-properties .nhr-property-card .media-body {
    padding: 0 22px 20px;
}
.nhr-home-properties .nhr-property-card .property-featured {
    padding: 12px 22px;
}
.nhr-home-properties .nhr-property-card .property-bottom {
    padding: 20px 22px 0;
}
.nhr-home-properties .nhr-property-card .property-content {
    padding: 22px 0 24px;
}

.nhr-property-category {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--theme-color);
    margin-bottom: 8px;
}
.nhr-property-category-pill {
    display: inline-block;
    margin-left: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.15);
}

.nhr-property-detail .property-slider-img {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 12px;
}
.nhr-property-detail .property-slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nhr-property-price {
    color: var(--theme-color);
}
.nhr-property-details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.nhr-property-details-grid li {
    padding: 16px;
    border-radius: 12px;
    background: var(--smoke-color, #f8f8f8);
    border: 1px solid var(--th-border-color, #e5e5e5);
}
.nhr-nearby-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nhr-nearby-list li {
    padding: 12px 0;
    border-bottom: 1px solid var(--th-border-color, #e5e5e5);
}
.nhr-nearby-list .place-type {
    color: var(--body-color);
    margin-left: 6px;
    font-size: 14px;
}
.nhr-nearby-list .place-distance {
    color: var(--theme-color);
    font-weight: 600;
}

.nhr-property-sidebar .widget_banner .widget-banner p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 16px;
}
.nhr-form-notice.success {
    color: #128C7E;
    font-weight: 600;
    margin-bottom: 12px;
}

.nhr-related-properties .nhr-property-card.grid-style {
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media (max-width: 767px) {
    .breadcumb-wrapper.nhr-page-hero {
        --space: 88px;
    }
    .breadcumb-wrapper.nhr-page-hero .breadcumb-subtitle {
        font-size: 16px;
    }
    .nhr-property-card.list-style .property-content {
        padding-left: 0;
        padding-top: 16px;
    }
}
