.pw-wrapper-7d3f32f1 { font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif; background: transparent; display: flex; flex-direction: column; gap: 8px; }
.pw-global-header-7d3f32f1 { display: flex; justify-content: space-between; align-items: flex-end; padding-bottom: 0px; }
.pw-results-count { font-size: 15px; color: #555; margin: 0; }
.pw-main-layout-7d3f32f1 { display: flex; flex-direction: row; gap: 20px; align-items: flex-start; }

/* Desktop Search Bar (Top) -> Hidden globally to enforce mobile-only requested */
.pw-top-search-wrapper { display: none !important; }

/* Sidebar Styles */ 
.pw-sidebar-7d3f32f1 { width: 280px; flex-shrink: 0; display: flex; flex-direction: column; gap: 15px; }

/* Filters Header Block */
.pw-filters-header-block { background: #fff; border: 1px solid #e0e0e0; border-radius: 6px; padding: 12px 15px; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 1px 3px rgba(0,0,0,0.02); height: 50px; box-sizing: border-box; }
.pw-filters-header-block h3 { margin: 0; font-size: 16px; font-weight: 700; color: #202124 !important; }
.pw-filters-icon-btn { background: #f8f9fa; border: 1px solid #e0e0e0; border-radius: 4px; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; color: #3b5998; font-size: 16px; }
.pw-filters-icon-btn svg { width: 16px; height: 16px; fill: currentColor; }

.pw-desktop-filter-counter { font-size: 14px; margin-left: 5px; color: #3b5998; font-weight: bold; }

.pw-search-filters-wrapper { background: #fff; border: 1px solid #e0e0e0; border-radius: 6px; display: none; overflow: hidden; } 
.pw-search-filters-header { padding: 12px 15px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #f8f9fa; } 
.pw-search-filters-header h4 { margin: 0; font-size: 14px; color: #495057; font-weight: 600; text-transform: uppercase; }
.pw-search-filters-wrapper .pw-toggle-icon::after { content: ''; display: inline-block; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #495057; transition: transform 0.2s ease; } 
.pw-search-filters-wrapper.is-open .pw-toggle-icon::after { transform: rotate(180deg); }
.pw-active-filters-container { display: none; padding: 15px; background: #fff; flex-direction: column; gap: 4px; } 
.pw-search-filters-wrapper.is-open .pw-active-filters-container { display: flex; }
.pw-active-filter-row { display: flex; justify-content: space-between; align-items: center; padding: 0; margin-bottom: 4px; } 
.pw-filter-text { font-size: 13px; color: #495057; }
.pw-remove-filter { background: #b52025; border: none; padding: 0; margin: 0; width: 16px; height: 16px; border-radius: 50%; cursor: pointer; color: #fff; display: inline-flex; align-items: center; justify-content: center; transition: background 0.2s ease; } 
.pw-remove-filter:hover { background: #8a181c; } .pw-remove-filter::before { content: '\00d7'; font-size: 14px; line-height: 14px; font-weight: bold; }

.pw-clear-all-text-btn { background: transparent; border: none; font-size: 13px; font-weight: 700 !important; cursor: pointer; padding: 5px 0 0 0; text-align: left; margin-top: 5px; color: #3b5998 !important; } 
.pw-clear-all-text-btn:hover { text-decoration: underline; }

/* Desktop Search Bar Box adjustments */
.pw-search-keyword-box { padding: 15px; background: #fff; border: 1px solid #e0e0e0; border-radius: 6px; } 
.pw-search-keyword-box h4 { margin: 0 0 10px 0; font-size: 13px; color: #495057; font-weight: 600; text-transform: uppercase; } 
.pw-keyword-input-wrapper { display: flex; align-items: stretch; width: 100%; border: 1px solid #ced4da; border-radius: 4px; overflow: hidden; } 
.pw-keyword-input-wrapper input.pw-keyword-input { flex-grow: 1; padding: 8px 10px; border: none; font-size: 13px; margin: 0; box-sizing: border-box; outline: none; } 
.pw-keyword-input-wrapper .pw-btn-search { background: #3b5998; color: #fff; border: none; padding: 0 15px; cursor: pointer; font-size: 14px; margin: 0; box-sizing: border-box; display: flex; align-items: center; justify-content: center; }

.pw-filter-form { flex-grow: 1; background: #fff; display: flex; flex-direction: column; border: 1px solid #e0e0e0; border-radius: 6px; overflow: hidden; }
.pw-accordion-item { border-bottom: 1px solid #e9ecef; background: #fff; } 
.pw-accordion-item:last-child { border-bottom: none; } 
.pw-accordion-header { padding: 14px 15px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; } 
.pw-accordion-header h4 { margin: 0; font-size: 14px; color: #495057; font-weight: 600; text-transform: uppercase; display: flex; align-items: center; }
.pw-toggle-icon::after { content: ''; display: inline-block; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #495057; transition: transform 0.2s ease; } 
.pw-accordion-item.is-open .pw-toggle-icon::after { transform: rotate(180deg); } 
.pw-accordion-content { display: none; padding: 0 15px 15px 15px; background: #fff; } 
.pw-accordion-item.is-open .pw-accordion-content { display: block; }

.pw-filter-search { margin-top: 5px; } .pw-filter-search input { width: 100%; padding: 8px; margin-bottom: 15px; border: 1px solid #ced4da; border-radius: 4px; font-size: 13px; box-sizing: border-box; }
.pw-checkbox-list { max-height: 250px; overflow-y: auto; padding-right: 5px; display: flex; flex-direction: column; gap: 0; margin-bottom: 0; } 

.pw-checkbox-label { display: flex; align-items: center; justify-content: space-between; font-size: 12px; cursor: pointer; color: #495057; margin: 0; padding: 0; height: 20px; } 
.pw-checkbox-label-left { display: flex; align-items: center; line-height: 1; } 
.pw-checkbox-label input[type="checkbox"] { margin-right: 8px; width: 14px !important; height: 14px !important; min-width: 14px !important; border: 1px solid #ced4da; border-radius: 3px; -webkit-appearance: none; appearance: none; background-color: #fff; display: inline-block; position: relative; cursor: pointer; margin-top: 0; margin-bottom: 0; } 
.pw-checkbox-label input[type="checkbox"]:checked { background-color: #3b5998; border-color: #3b5998; } 
.pw-checkbox-label input[type="checkbox"]:checked::after { content: ''; position: absolute; left: 4px; top: 1px; width: 4px; height: 8px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }

.pw-cb-text { font-size: 12px; color: #495057; line-height: 14px; } 
.pw-cb-count { color: #888; font-size: 12px; } 
.pw-more-choices { display: inline-block; font-size: 12px; margin-top: 6px; text-decoration: none; font-weight: 700 !important; color: #3b5998 !important; }
.pw-more-choices:hover { text-decoration: underline; }

.pw-sub-category-list { padding-top: 0; display: flex; flex-direction: column; gap: 0; border-left: 1px dashed #ced4da; padding-left: 12px; margin-top: 0; }
.pw-model-filter-container, .pw-city-area-filter-container { display: none; }

.pw-reset-bottom-btn { 
    color: #3b5998; 
    font-weight: 700; 
    font-size: 14px; 
    background: transparent; 
    border: none; 
    border-top: 1px solid #e0e0e0;
    cursor: pointer; 
    display: flex; 
    align-items: center; 
    gap: 8px; 
    width: 100%; 
    justify-content: center; 
    padding: 15px; 
}
.pw-reset-bottom-btn:hover { background: #f8f9fa; }

.pw-main-7d3f32f1 { flex-grow: 1; min-width: 0; display: flex; flex-direction: column; gap: 15px; }
.pw-results-header { display: flex; justify-content: flex-end; align-items: center; gap: 15px; height: 50px; }

.pw-sort-controls { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #555; white-space: nowrap; height: 100%; } 
.pw-sort-controls label { margin: 0; display: flex; align-items: center; height: 100%; }

.pw-sort-select { padding: 0 30px 0 12px; border: 1px solid #e0e0e0; border-radius: 4px; font-size: 14px; font-weight: 600; color: #202124; background-color: #fff; appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23202124%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"); background-repeat: no-repeat; background-position: right 10px top 50%; background-size: 10px auto; cursor: pointer; min-width: 160px; outline: none; height: 38px; display: inline-block; margin: 0; box-sizing: border-box; box-shadow: 0 1px 3px rgba(0,0,0,0.02); line-height: 36px; } 

.pw-header-separator { width: 1px; height: 20px; background: #e0e0e0; }

.pw-view-toggles { display: flex; border: 1px solid #e0e0e0; border-radius: 4px; overflow: hidden; align-items: center; height: 38px; background: #fff; } 
.pw-view-toggles .pw-view-btn { background: #fff; border: none; cursor: pointer; font-size: 13px; font-weight: 600; color: #555; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 0 12px; height: 100%; margin: 0; } 
.pw-view-toggles .pw-view-btn:first-child { border-right: 1px solid #e0e0e0; } 
.pw-view-toggles .pw-view-btn.active { color: #3b5998; } 

.pw-results-grid-7d3f32f1 { display: flex; flex-direction: column; gap: 15px; transition: opacity 0.3s; flex-grow: 1; } 
.pw-card { display: flex; background: #fff; border: 1px solid #e0e0e0; border-radius: 6px; position: relative; padding: 15px; }

.pw-card-image { width: 180px; height: 130px; flex-shrink: 0; position: relative; background: #f8f8f8; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 4px; } 
.pw-card-image img { width: 100%; height: 100%; object-fit: contain; }

.pw-results-grid-7d3f32f1.pw-view-grid { flex-direction: row; flex-wrap: wrap; gap: 15px; } 
.pw-results-grid-7d3f32f1.pw-view-grid .pw-card { flex-direction: column; width: calc(33.333% - 10px); padding: 15px; }
@media (max-width: 1400px) { .pw-results-grid-7d3f32f1.pw-view-grid .pw-card { width: calc(50% - 7.5px); } } 
@media (max-width: 768px) { .pw-results-grid-7d3f32f1.pw-view-grid .pw-card { width: 100%; } }

.pw-results-grid-7d3f32f1.pw-view-grid .pw-card-image { width: 100%; height: 180px; margin-bottom: 15px; } 
.pw-results-grid-7d3f32f1.pw-view-grid .pw-card-details { padding: 0; display: flex; flex-direction: column; flex-grow: 1; } 
.pw-results-grid-7d3f32f1.pw-view-grid .pw-card-header-flex { flex-direction: column; gap: 8px; align-items: flex-start; } 
.pw-results-grid-7d3f32f1.pw-view-grid .pw-card-title { font-size: 16px; line-height: 1.3; } 
.pw-results-grid-7d3f32f1.pw-view-grid .pw-card-price { font-size: 18px; } 
.pw-results-grid-7d3f32f1.pw-view-grid .pw-card-specs { font-size: 13px; color: #666; margin-bottom: 10px; border-bottom: none; padding-bottom: 0; } 
.pw-results-grid-7d3f32f1.pw-view-grid .pw-card-location { margin-bottom: 5px; } 
.pw-results-grid-7d3f32f1.pw-view-grid .pw-card-footer { flex-direction: column; align-items: stretch; gap: 10px; padding-top: 10px; } 
.pw-results-grid-7d3f32f1.pw-view-grid .pw-update-time { align-self: flex-start; } 
.pw-results-grid-7d3f32f1.pw-view-grid .pw-card-actions { flex-wrap: wrap; justify-content: flex-start; } 
.pw-results-grid-7d3f32f1.pw-view-grid .pw-btn-phone, .pw-results-grid-7d3f32f1.pw-view-grid .pw-btn-whatsapp { padding: 6px 10px; font-size: 12px; flex-grow: 1; justify-content: center; }

.pw-no-image { color: #999; font-size: 14px; text-align: center; }
.pw-card-details { padding: 0 0 0 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } 
.pw-card-header-flex { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 8px; } 
.pw-card-title-col { flex: 1; min-width: 0; }

.pw-card-title { margin: 0 0 6px 0; font-size: 18px; font-weight: 600; white-space: normal; } 
.pw-card-title a { color: #3b5998; text-decoration: none; } 
.pw-card-title a:hover { color: #2d4373; text-decoration: underline; }

.pw-card-price { font-size: 20px; font-weight: 700; color: #202124; white-space: nowrap; text-align: right; } 
.pw-card-location { font-size: 13px; color: #555; margin-bottom: 10px; display: flex; align-items: center; gap: 4px; } 
.pw-location-icon { display: flex; align-items: center; justify-content: center; color: #888; width: 14px; height: 14px; }
.pw-location-icon svg { width: 14px; height: 14px; fill: currentColor; }
.pw-card-specs { font-size: 13px; color: #555; margin-bottom: 15px; } 
.pw-spec-sep { color: #ccc; margin: 0 5px; }

.pw-card-footer { display: flex; justify-content: space-between; align-items: flex-end; margin-top: auto; } 
.pw-update-time { font-size: 12px; color: #888; }

.pw-card-actions { display: flex; align-items: center; gap: 10px; }

/* Fully transparent and centered bookmark heart icon without box/borders */
.pw-bookmark-container { display: flex; align-items: center; justify-content: center; }
.like-button { background: transparent !important; border: none !important; padding: 0 !important; cursor: pointer; display: inline-flex !important; align-items: center !important; justify-content: center !important; color: #666; transition: all 0.2s ease; height: auto !important; width: auto !important; box-shadow: none !important; } 
.like-button:hover { color: #b52025 !important; background: transparent !important; border: none !important; } 
.like-button.save.liked { color: #b52025 !important; border: none !important; } 
.like-button.is-loading { opacity: 0.6; cursor: not-allowed; pointer-events: none; }
.like-icon { display: flex !important; align-items: center !important; justify-content: center !important; width: auto !important; height: auto !important; font-size: 20px !important; margin: 0 !important; padding: 0 !important; line-height: 1 !important; } 

.pw-btn-phone { background: #3b5998; color: #ffffff !important; text-decoration: none; padding: 0 10px; border-radius: 4px; font-size: 14px; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; height: 38px; } 
.pw-btn-phone:hover { opacity: 0.9; color: #ffffff !important; }
.pw-btn-phone i, .pw-btn-phone .pw-phone-text { color: #ffffff !important; }
.pw-btn-whatsapp { background: #25D366; color: #fff; text-decoration: none; padding: 0 15px; border-radius: 4px; font-size: 14px; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; height: 38px; } 

.pw-pagination-7d3f32f1 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 20px; padding: 15px 0; width: 100%; } 
.pw-page-btn { background: #fff; border: 1px solid #e0e0e0; padding: 6px 12px; cursor: pointer; font-size: 14px; color: #3b5998; border-radius: 4px; font-weight: 500; display: inline-flex; align-items: center; justify-content: center; min-width: 34px; height: 34px; box-sizing: border-box; } 
.pw-page-btn.active { background: #3b5998; color: #ffffff !important; border-color: #3b5998; pointer-events: none; } 
.pw-page-ellipsis { color: #888; padding: 0 5px; font-size: 14px; } 
.pw-page-text { font-size: 14px; color: #555; background: #fff; min-width: auto; padding: 0 10px; }

/* Mobile Top Elements (Hidden on Desktop) */
.pw-mobile-toolbar-7d3f32f1, 
.pw-mobile-breadcrumbs-7d3f32f1, 
.pw-mobile-chips-7d3f32f1,
.pw-mobile-search-wrapper { display: none; }

.pw-card-specs-mobile { display: none; }

@media (min-width: 768px) {
    .pw-hide-desktop { display: none !important; }
}

@media (max-width: 767px) { 
    .pw-hide-mobile { display: none !important; }
    .pw-main-layout-7d3f32f1 { flex-direction: column; } 
    
    /* Reveal Search Bar exactly as pictured, well-aligned text & border */
    .pw-top-search-wrapper { display: none !important; }
    .pw-mobile-search-wrapper { display: block; width: 100%; padding: 15px 15px 5px; box-sizing: border-box; }
    
    /* Boxed shadow-less outline search style exactly like the picture, customized to blue background with white search icon */
    .pw-mobile-search-wrapper .pw-mobile-header-search { border-radius: 8px; border: 1px solid #003087; background: #003087; height: 44px; position: relative; display: flex; align-items: center; box-sizing: border-box; overflow: hidden; box-shadow: none; margin: 0; padding: 0; }
    .pw-mobile-search-wrapper input { border: none; background: #fff; padding: 0 45px 0 15px; font-size: 14px; outline: none; width: calc(100% - 44px); color: #333; height: 100%; box-sizing: border-box; line-height: 44px; margin: 0; border-top-left-radius: 6px; border-bottom-left-radius: 6px; }
    .pw-mobile-search-wrapper .pw-mobile-header-search-icon { position: absolute; right: 0; top: 0; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; font-size: 16px; color: #fff !important; cursor: pointer; background: #003087; border: none; margin: 0; }
    
    /* Scrollable Horizontal Toolbars - Reduced padding */
    .pw-mobile-toolbar-7d3f32f1 { 
        display: flex; flex-wrap: nowrap; overflow-x: auto; padding: 5px 15px; gap: 8px; 
        background: transparent; border-bottom: none; scrollbar-width: none; -ms-overflow-style: none;
    }
    .pw-mobile-toolbar-7d3f32f1::-webkit-scrollbar { display: none; }
    .pw-toolbar-btn { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; gap: 6px; background: #fff; border: 1px solid #e0e0e0; padding: 6px 10px; border-radius: 6px; font-size: 13px; font-weight: 500; color: #333; cursor: pointer; position: relative; white-space: nowrap; box-shadow: 0 1px 2px rgba(0,0,0,0.02); }
    .pw-mobile-sort-select-native { opacity: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; cursor: pointer; z-index: 5; -webkit-appearance: menulist-button; }
    
    /* Mobile Filter Counter Badge - RED color, no circle / background */
    .pw-mobile-filter-counter { display: inline-flex; color: #ff0000 !important; font-size: 13px; font-weight: bold; background: transparent !important; border-radius: 0 !important; width: auto !important; height: auto !important; line-height: normal !important; margin-left: 4px; padding: 0 !important; }

    /* Scrollable row of active filters under toolbar on mobile */
    .pw-mobile-sort-filter-active-chips { display: none; overflow-x: auto; white-space: nowrap; gap: 6px; padding: 5px 15px; scrollbar-width: none; }
    .pw-mobile-sort-filter-active-chips::-webkit-scrollbar { display: none; }
    .pw-mobile-sort-filter-active-chips .pw-active-filter-row { display: inline-flex; align-items: center; gap: 6px; background: #e8effe; border: 1px solid #c2d6fd; border-radius: 14px; padding: 4px 10px; margin: 0; }
    .pw-mobile-sort-filter-active-chips .pw-filter-text { font-size: 11px; color: #003087; font-weight: bold; }
    .pw-mobile-sort-filter-active-chips .pw-remove-filter { width: 14px; height: 14px; background: transparent; color: #003087; border-radius: 0; font-size: 14px; font-weight: bold; }
    .pw-mobile-sort-filter-active-chips .pw-remove-filter::before { content: '\00d7'; color: #003087; }

    .pw-mobile-breadcrumbs-7d3f32f1 { padding: 5px 15px; font-size: 13px; color: #333; font-weight: 500; }
    
    /* Wrap chips horizontally, reduced padding */
    .pw-mobile-chips-7d3f32f1 { display: flex; flex-wrap: nowrap; overflow-x: auto; padding: 5px 15px; gap: 8px; scrollbar-width: none; -ms-overflow-style: none; }
    .pw-mobile-chips-7d3f32f1::-webkit-scrollbar { display: none; }
    .pw-chip { flex: 0 0 auto; border: 1px solid #003087; color: #003087; background: #fff; padding: 6px 14px; border-radius: 16px; font-size: 13px; text-decoration: none; display: flex; align-items: center; gap: 4px; transition: all 0.2s ease; }
    .pw-chip.active { background: #003087; color: #fff; border-color: #003087; font-weight: 500; }
    .pw-chip.active::before { content: '\f3c5'; font-family: "Font Awesome 5 Free"; font-weight: 900; }

    /* Results Header simplified */
    .pw-results-header { display: none; } 
    .pw-global-header-7d3f32f1 { flex-direction: row; align-items: center; padding: 10px 15px; }

    /* List view adjustments - add clean card margin and prevent touching screen right */
    .pw-results-grid-7d3f32f1.pw-view-list { flex-direction: column; gap: 15px !important; width: 100% !important; padding: 0 15px !important; box-sizing: border-box !important; }
    .pw-results-grid-7d3f32f1.pw-view-list .pw-card { flex-direction: row; align-items: flex-start; padding: 12px; margin: 0 0 15px 0 !important; border-radius: 8px; border: 1px solid #e0e0e0; box-shadow: 0 2px 5px rgba(0,0,0,0.02); background: #fff; box-sizing: border-box !important; width: 100% !important; } 
    .pw-results-grid-7d3f32f1.pw-view-list .pw-card-image { width: 90px; height: 90px; margin-right: 12px; margin-bottom: 0; border-radius: 6px; } 
    .pw-results-grid-7d3f32f1.pw-view-list .pw-card-details { padding: 0; flex-grow: 1; display: flex; flex-direction: column; justify-content: flex-start; overflow: hidden; } 
    
    .pw-results-grid-7d3f32f1.pw-view-list .pw-card-header-flex { display: flex; flex-direction: column; gap: 2px; margin-bottom: 0; width: 100%; overflow: hidden; }
    
    /* Word limit title restriction for Mobile - FORCE ONE ROW WITH ELLIPSIS */
    .pw-results-grid-7d3f32f1.pw-view-list .pw-card-title { font-size: 14px; line-height: 1.3; margin: 0 0 2px 0; width: 100%; font-weight: 600; color: #003087; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; }
    .pw-results-grid-7d3f32f1.pw-view-list .pw-card-title a { color: #003087; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    
    .pw-results-grid-7d3f32f1.pw-view-list .pw-card-price { position: static; font-size: 15px; color: #003087; margin: 2px 0; align-self: flex-start; text-align: left; font-weight: 700; }
    .pw-results-grid-7d3f32f1.pw-view-list .pw-card-location { margin: 2px 0 4px 0; font-size: 12px; color: #666; font-style: italic; }
    
    /* Specs text style without pill background */
    .pw-card-specs-mobile { display: flex; flex-wrap: wrap; gap: 0; margin: 0 0 6px 0; padding: 0; color: #666; font-size: 12px; }
    .pw-spec-pill { background: transparent; color: inherit; padding: 0; border-radius: 0; font-size: inherit; font-weight: normal; border: none; }

    .pw-results-grid-7d3f32f1.pw-view-list .pw-card-footer { flex-direction: column; gap: 8px; align-items: flex-start; border-top: none; padding-top: 0; margin-top: 0; width: 100%; }
    
    /* Hide update time on mobile */
    .pw-update-time { display: none !important; }
    
    .pw-results-grid-7d3f32f1.pw-view-list .pw-card-actions { width: 100%; display: flex; flex-direction: row; justify-content: space-between; gap: 8px; flex-wrap: nowrap; align-items: stretch; } 
    .listing-share.no-border { flex-shrink: 0; }
    
    /* Smaller Phone button padding & text with reduced gap */
    .pw-btn-phone { flex-grow: 1; justify-content: center; background: #003087; height: 32px; font-size: 11px; padding: 0 6px; box-shadow: 0 2px 4px rgba(0,48,135,0.2); gap: 4px; }
    .pw-btn-phone .pw-phone-text { font-size: 11px; } /* Ensures text scales properly */
    
    /* Heart icon alignment for mobile */
    .like-button { height: 32px !important; width: 32px !important; border: none !important; background: transparent !important; padding: 0 !important; display: flex !important; align-items: center !important; justify-content: center !important; margin: 0 !important; box-shadow: none !important; }
    .like-icon { font-size: 20px !important; margin: 0 !important; padding: 0 !important; display: flex !important; align-items: center !important; justify-content: center !important; line-height: 1 !important; }
    
    /* WhatsApp Mobile Adjustment - icon only, removed text, narrow width */
    .pw-btn-whatsapp { width: 32px !important; min-width: 32px !important; height: 32px !important; padding: 0 !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 0 !important; flex-grow: 0 !important; }
    .pw-btn-whatsapp span { display: none !important; }
    .pw-btn-whatsapp i { font-size: 16px !important; margin: 0 !important; padding: 0 !important; }

    /* High fidelity full screen mobile filter modal */
    .pw-sidebar-7d3f32f1 {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        height: -webkit-fill-available !important;
        background: #fff !important;
        z-index: 99999999 !important; 
        display: flex !important;
        flex-direction: column !important;
        transform: translateY(100%) !important;
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        padding-bottom: env(safe-area-inset-bottom, 0) !important;
        box-sizing: border-box !important;
    }
    .pw-sidebar-7d3f32f1.pw-mobile-modal-open { transform: translateY(0) !important; }
    .pw-filters-header-block { display: none; } 
    
    .pw-mobile-modal-header { display: flex; align-items: center; justify-content: space-between; padding: 12px 15px; background: #001e62; color: #fff; flex-shrink: 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
    .pw-mobile-modal-title { font-size: 16px; font-weight: 700; margin: 0; color: #ffffff !important; letter-spacing: 0.3px; }
    .pw-mobile-modal-close { color: #fff; background: none; border: none; font-size: 18px; cursor: pointer; padding: 0; display: flex; align-items: center; }
    .pw-mobile-modal-clear { color: #4285f4; background: none; border: none; font-size: 13px; font-weight: 700; cursor: pointer; padding: 0; }
    
    /* Custom padding settings for selected filters container on mobile view */
    .pw-mobile-active-filters-container { 
        display: flex !important; flex-direction: row; flex-wrap: wrap; 
        padding: var(--mobile-selected-filters-padding, 10px 15px) !important; 
        gap: 6px; 
        background: #f0f4fc; border-bottom: 1px solid #dce4f7; max-height: none; overflow: visible; 
    }
    .pw-mobile-active-filters-container .pw-active-filter-row { background: #e8effe; border-radius: 4px; padding: 4px 8px; flex-direction: row; align-items: center; gap: 6px; border: 1px solid #c2d6fd; margin: 0; height: auto; }
    .pw-mobile-active-filters-container .pw-filter-text { font-size: 12px; color: #003087; font-weight: 600; display: inline-flex; align-items: center; gap: 4px; }
    .pw-mobile-active-filters-container .pw-remove-filter { width: 14px; height: 14px; background: transparent; color: #003087; border-radius: 0; display: inline-flex; align-items: center; justify-content: center; font-size: 16px; line-height: 14px; font-weight: 700; }
    .pw-mobile-active-filters-container .pw-remove-filter::before { content: '\00d7' !important; color: #003087; }

    /* Filter Form & Checkbox Mobile Gaps - Decreased gap significantly */
    .pw-filter-form { border: none !important; border-radius: 0 !important; overflow-y: auto !important; flex-grow: 1 !important; margin-bottom: 60px !important; padding-bottom: 80px !important; background: #f8f9fa !important; -webkit-overflow-scrolling: touch !important; }
    .pw-checkbox-list { max-height: none; padding-right: 0; display: flex; flex-direction: column; gap: 2px !important; }
    .pw-checkbox-label { padding: 0 0 !important; height: auto; margin-bottom: 0; font-size: 13px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #f8f9fa; } 
    .pw-cb-text { font-size: 13px; }
    .pw-checkbox-label input[type="checkbox"] { width: 14px !important; height: 14px !important; min-width: 14px !important; }
    
    /* Fixed Pagination alignment on Mobile */
    .pw-pagination-7d3f32f1 { flex-wrap: wrap; justify-content: center; padding: 10px 0; margin-top: 10px; }
    .pw-page-btn { padding: 4px 8px; font-size: 12px; min-width: 28px; height: 28px; }
    .pw-page-text { font-size: 12px; }

    /* Mobile Sticky Action Footer - Bulletproof viewport fixed locking with absolute safety above bottom bars */
    .pw-mobile-modal-footer {
        position: fixed !important; 
        bottom: 0 !important; 
        left: 0 !important; 
        right: 0 !important;
        width: 100vw !important; 
        background: #ffffff !important; 
        padding: var(--mobile-footer-buttons-padding, 10px 15px) !important; 
        box-shadow: 0 -4px 15px rgba(0,0,0,0.18) !important; 
        display: flex !important; 
        gap: 10px !important; 
        z-index: 999999999 !important; 
        box-sizing: border-box !important; 
        height: calc(60px + env(safe-area-inset-bottom, 0)) !important;
        padding-bottom: calc(10px + env(safe-area-inset-bottom, 0)) !important;
    }
    .pw-mobile-reset-btn { flex: 1 !important; background: #fff !important; border: 1px solid #1b5dec !important; color: #1b5dec !important; padding: 8px 10px !important; border-radius: 6px !important; font-weight: 700 !important; text-align: center !important; font-size: 13px !important; display: flex !important; align-items: center !important; justify-content: center !important; gap: 6px !important; box-sizing: border-box !important; height: 40px !important; line-height: normal !important; }
    .pw-mobile-apply-btn { flex: 1 !important; background: #1b5dec !important; border: 1px solid #1b5dec !important; color: #fff !important; padding: 8px 10px !important; border-radius: 6px !important; font-weight: 700 !important; text-align: center !important; font-size: 13px !important; display: flex !important; align-items: center !important; justify-content: center !important; gap: 6px !important; box-sizing: border-box !important; height: 40px !important; line-height: normal !important; }
    .pw-reset-bottom-btn { display: none !important; } 
}
