.logo-center {
    position: absolute;
    left: 50%;
    margin-top: 5% !important;
    transform: translateX(-50%);
}

.property-list-container {
    padding-top: 40px;
}

.property-page-heading {
    position: relative;
    max-width: 930px;
    margin: 0 0 44px;
    padding: 0 0 30px;
    border-bottom: 1px solid #e9eceb;
}

.property-page-heading__top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.property-page-heading__line {
    display: block;
    flex: 0 0 28px;
    width: 28px;
    height: 1px;
    background-color: #159b8c;
}

.property-page-heading__label {
    color: #087568;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.property-page-heading h1 {
    margin: 0 0 14px;
    color: #202020;
    font-size: clamp(34px, 3.2vw, 46px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -1.1px;
}

.property-page-heading p {
    max-width: 900px;
    margin: 0;
    color: #686868;
    font-size: 16px;
    line-height: 1.75;
}

.cs_property_list_header {
    padding-top: 0;
}

.listing-empty-state {
    padding: 48px 24px;
    text-align: center;
    background: #f8f8f8;
    border-radius: 16px;
}

.listing-empty-state h2 {
    margin-bottom: 8px;
    font-size: 24px;
}

.listing-empty-state p {
    margin: 0;
}
.only-mobile {
    display: none;
}

/* Sadece mobilde göster */
@media (max-width: 768px) {
    .only-mobile {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .property-list-container {
        padding-top: 25px;
    }

    .property-page-heading {
        margin-bottom: 34px;
        padding-bottom: 25px;
    }

    .property-page-heading h1 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .property-list-container {
        padding-top: 18px;
    }

    .property-page-heading {
        margin-bottom: 26px;
        padding-bottom: 22px;
    }

    .property-page-heading__top {
        margin-bottom: 12px;
    }

    .property-page-heading__line {
        flex-basis: 24px;
        width: 24px;
    }

    .property-page-heading__label {
        font-size: 10px;
        letter-spacing: 1.4px;
    }

    .property-page-heading h1 {
        margin-bottom: 12px;
        font-size: 29px;
        line-height: 1.22;
        letter-spacing: -0.5px;
    }

    .property-page-heading p {
        font-size: 14px;
        line-height: 1.65;
    }
}
