.nr-property-results {
    max-width: 1180px;
    margin: 0 auto;
    padding: 150px 20px 60px;
}

.nr-property-results__header {
    margin-bottom: 24px;
}

.nr-property-results__title {
    margin: 0 0 8px;
    font-family: Figtree, sans-serif !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    color: #1b2433 !important;
}

.nr-property-results__count {
    margin: 0;
    color: #56647a;
    font-family: Figtree, sans-serif;
    font-size: 15px;
}

.nr-property-results__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nr-property-list-item {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 0;
    overflow: hidden;
    border: 1px solid #d8e0ea;
    border-radius: 16px;
    background: #fff;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.nr-property-list-item:hover {
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.nr-property-list-item__media {
    position: relative;
    min-height: 220px;
    background: #eef2f6;
}

.nr-property-list-item__media-link {
    display: block;
    height: 100%;
    min-height: 220px;
    color: inherit;
    text-decoration: none;
}

.nr-property-list-item__media img,
.nr-property-list-item__placeholder {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    display: block;
}

.nr-property-list-item__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ff4d8d;
    color: #fff;
    font-family: Figtree, sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.nr-property-list-item__content {
    padding: 22px 24px;
}

.nr-property-list-item__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.nr-property-list-item__title {
    margin: 0;
    font-family: Figtree, sans-serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}

.nr-property-list-item__title a {
    color: #1b2433;
    text-decoration: none;
}

.nr-property-list-item__title a:hover {
    color: #1b2433 !important;
}

.nr-property-list-item__date {
    color: #8b97a8;
    font-family: Figtree, sans-serif;
    font-size: 14px;
    white-space: nowrap;
    display: none;
}

.nr-property-list-item__price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 10px;
}

.nr-property-list-item__price {
    color: #1b2433;
    font-family: Figtree, sans-serif !important;
    font-size: 18px !important;
    font-weight: 700;
    line-height: 1.1;
}

.nr-property-list-item__price-sqm {
    color: #8b97a8;
    font-family: Figtree, sans-serif;
    font-size: 15px;
}

.nr-property-list-item__location {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: #0894e1;
    font-family: Figtree, sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.nr-property-list-item__excerpt {
    margin: 0 0 16px;
    color: #56647a;
    font-family: Figtree, sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

.nr-property-list-item__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    color: #1b2433;
    font-family: Figtree, sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.nr-property-list-item__stats span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.nr-property-list-item__stats i {
    color: #56647a;
}

.nr-property-results__empty {
    padding: 40px;
    border: 1px dashed #d8e0ea;
    border-radius: 16px;
    background: #fafbfd;
    text-align: center;
}

.nr-property-results__empty p {
    margin: 0;
    color: #56647a;
    font-family: Figtree, sans-serif;
    font-size: 16px;
}

.nr-property-results__pagination {
    margin-top: 28px;
}

.nr-property-results__pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    margin-right: 8px;
    padding: 0 12px;
    border: 1px solid #d8e0ea;
    border-radius: 10px;
    color: #1b2433;
    text-decoration: none;
    font-family: Figtree, sans-serif;
    font-size: 14px;
}

.nr-property-results__pagination .page-numbers.current,
.nr-property-results__pagination .page-numbers:hover {
    border-color: #0894e1;
    background: #0894e1;
    color: #fff;
}

@media (max-width: 900px) {
    .nr-property-list-item {
        grid-template-columns: 1fr;
    }

    .nr-property-list-item__media,
    .nr-property-list-item__media img,
    .nr-property-list-item__placeholder {
        min-height: 240px;
    }
}
