/* ============================================================
   AQAR-TURKEY LOCATION PAGE - Match realestatebelek styles
   ============================================================ */

/* 1. Simple header - no background image where h1 is */
/* Override akkus.css which hides .location-page .site-showcase */
.location-page .site-showcase.location-header-simple {
    display: block !important;
    background: #f5f5f5 !important;
    min-height: 0 !important;
    height: auto !important;
}

.location-page .page-header-simple {
    background: #f5f5f5 !important;
    padding: 28px 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #e5e7eb !important;
}

.location-page .page-header-simple h1 {
    font-weight: 700 !important;
    font-size: 28px !important;
    color: #1f2d3d !important;
    margin: 0 !important;
}

/* 2. Property cards - same as realestatebelek (listing-card, price-badge, icons) */
.location-page .property-listing ul li.listing-card,
.location-page .property-list--standard .listing-card,
.location-page .property-list.property-list--standard li.listing-card {
    margin-bottom: 24px !important;
}

.location-page .listing-image .code-tag {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(0,0,0,0.65);
    color: #fff;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
}

/* RTL: sidebar filter heading */
html[dir="rtl"] .location-page .sidebar-filter-heading .fa-filter,
body.rtl .location-page .sidebar-filter-heading .fa-filter {
    margin-left: 8px !important;
    margin-right: 0 !important;
}
