    /* ===== SIDEBAR FILTER STYLES ===== */

    /* Main Layout */
    .title-container {
        text-align: start;
        margin: 0 0 var(--spacing) 0;
    }

    .title-container .section-subtitle {
        max-width: unset;
        text-align: start;
    }

    .radio-option input[type="radio"] {
        min-height: unset;
    }
    .listings-container {
        display: grid;
        grid-template-columns: 320px 1fr;
        gap: var(--spacing);
        align-items: start;
        padding-bottom: 50px;
    }

    /* Sidebar Filter */
    .sidebar-filter {
        background: white;
        border-radius: var(--radius);
        transition: all 0.3s ease;
    }

    .sidebar-header {
        padding: 1.5rem;
        border-bottom: 1px solid #e5e7eb;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: white;
    }

    .sidebar-title {
        font-size: 1.125rem;
        font-weight: 600;
        color: #1e293b;
        margin: 0;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .sidebar-title svg {
        color: #0A5B35;
    }

    .close-sidebar-btn {
        display: none;
        background: #fee2e2;
        color: #991b1b;
        border: none;
        border-radius: var(--radius);
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .close-sidebar-btn:hover {
        background: #fecaca;
    }

    .sidebar-form {
        padding: var(--spacing);
        display: flex;
        flex-direction: column;
        gap: var(--spacing);
    }

    .filter-group {
        display: flex;
        flex-direction: column;
        gap: var(--spacing);
    }

    .filter-label {
        font-size: 0.875rem;
        font-weight: 600;
        color: #374151;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .filter-label svg {
        color: #6b7280;
        flex-shrink: 0;
    }

    .filter-input,
    .filter-select {
        width: 100%;
        padding: 0.625rem 0.875rem;
        border: 1px solid #d1d5db;
        border-radius: 8px;
        font-size: 0.875rem;
        color: #1e293b;
        background: white;
        transition: all 0.2s ease;
    }

    .filter-input:focus,
    .filter-select:focus {
        outline: none;
        border-color: #0A5B35;
        box-shadow: 0 0 0 3px rgba(10, 91, 53, 0.1);
    }

    .filter-input::placeholder {
        color: #9ca3af;
    }

    .location-btn {
        text-align: left;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .location-btn:hover {
        border-color: #0A5B35;
    }

    .sidebar-actions {
        display: flex;
        flex-direction: column;
        padding: var(--spacing) var(--spacing) 0 var(--spacing);
        border-top: 1px solid #e5e7eb;
        margin: 0px -16px;
    }

    .sidebar-actions .btn {
        width: 100%;
        justify-content: center;
        gap: 0.5rem;
        font-size: 0.875rem;
        padding: 0.625rem 1rem;
    }

    .sidebar-actions .btn svg {
        width: 16px;
        height: 16px;
    }

    /* Radio Button Styling */
    .radio-group {
        display: flex;
        flex-wrap: wrap;
        gap: calc(var(--spacing) - 10px);
    }

    .radio-option {
        display: flex;
        align-items: center;
        padding: 0.625rem 0.75rem;
        border: 1px solid #e5e7eb;
        border-radius: var(--radius);
        cursor: pointer;
        background: white;
        width: calc(50% - 8px);
        margin: 0px;
    }

    .radio-option:hover {
        color: #fff;
        border-color: #16a34a;
        background: linear-gradient(135deg, #15803d 0%, #16a34a 100%);
    }

    .radio-option input[type="radio"] {
        display: none;
    }

    .radio-option:has(input[type="radio"]:checked) {
        color: #fff;
        border-color: #16a34a;
        background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    }

    .radio-label {
        font-size: 13px;
        text-align: start;
        flex: 1;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
    }

    /* Radio Group Vertical - for Breed/Location filters */
    .radio-group-vertical {
        display: flex;
        flex-direction: column;
        gap: calc(var(--spacing) - 10px);
    }

    .radio-option-small {
        transition: all 0.2s ease;
        width: 100%;
        text-align: start;
        display: flex;
        align-items: center;
        padding: 0.625rem 0.75rem;
        border: 1px solid #e5e7eb;
        border-radius: var(--radius);
        cursor: pointer;
        margin: 0px;
    }

    #locationFilterContainer .radio-option-small {
        width: calc(100% - 1rem);
    }

    .radio-option-small:hover {
        border-color: #0A5B35;
        background: #f0fdf4;
    }

    .radio-option-small input[type="radio"] {
        width: 16px;
        height: 16px;
        min-height: unset;
        margin-right: 0.625rem;
        cursor: pointer;
        accent-color: #0A5B35;
        flex-shrink: 0;
        display: none;
    }

    .radio-option-small input[type="radio"]:checked + .radio-label {
        color: #ffffff;
        font-weight: 500;
    }

    .radio-option-small:has(input[type="radio"]:checked) {
        color: #fff;
        border-color: #16a34a;
        background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    }

    /* County Region Labels */
    .county-region-label {
        font-size: 0.75rem;
        font-weight: 700;
        color: #0A5B35;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
        padding-left: 0.25rem;
        position: relative;
    }

    .county-region-label:first-of-type {
        margin-top: 0.5rem;
    }

    .county-nested {
        font-size: 0.875rem;
        margin-left: 1rem;
        position: relative;
    }

    .county-nested::before {
        content: "└";
        position: absolute;
        left: -0.75rem;
        color: #9ca3af;
        font-size: 0.75rem;
    }

    .county-nested .radio-label {
        margin-left: 0.25rem;
    }

    .county-region-separator {
        height: 1px;
        background-color: #f3f4f6;
        margin: 0.5rem 0;
        opacity: 0.5;
    }

    /* Breadcrumbs Navigation - Using global styles from global.css */

    /* Results Count */
    .results-count {
        font-size: 0.875rem;
        color: #6b7280;
        margin-top: 0.5rem;
        margin-bottom: 0;
        font-weight: 400;
    }

    /* Active Filters Display */
    .active-filters-container {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: var(--spacing);
        padding: 0 0 var(--spacing) 0;
        margin-bottom: var(--spacing);
        border-bottom: 1px solid #e5e7eb;
    }

    .active-filters-label {
        font-size: 0.875rem;
        font-weight: 600;
        color: #374151;
        margin-right: 0.5rem;
    }

    .active-filters-list {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        flex: 1;
    }

    .active-filter-tag {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.375rem 0.75rem;
        background: #f3f4f6;
        border: 1px solid #d1d5db;
        border-radius: 0.375rem;
        font-size: 0.875rem;
        color: #374151;
        transition: all 0.2s ease;
    }

    .active-filter-tag:hover {
        background: #e5e7eb;
        border-color: #9ca3af;
    }

    .remove-filter-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.125rem;
        background: transparent;
        border: none;
        color: #6b7280;
        cursor: pointer;
        border-radius: 0.25rem;
        transition: all 0.2s ease;
        min-height: unset;
    }

    .remove-filter-btn:hover {
        background: #d1d5db;
        color: #1f2937;
    }

    .remove-filter-btn svg {
        width: 14px;
        height: 14px;
    }

    .clear-all-filters-btn {
        padding: 0.375rem 0.875rem;
        background: transparent;
        border: 1px solid #d1d5db;
        border-radius: 0.375rem;
        font-size: 0.875rem;
        font-weight: 500;
        color: #6b7280;
        cursor: pointer;
        transition: all 0.2s ease;
        white-space: nowrap;
    }

    .clear-all-filters-btn:hover {
        background: #f3f4f6;
        border-color: #9ca3af;
        color: #374151;
    }

    /* Checkbox Styling */
    .checkbox-group {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .checkbox-option {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .checkbox-option input[type="checkbox"] {
        width: 20px;
        height: 20px;
        min-height: unset;
        margin-right: 0.625rem;
        cursor: pointer;
        flex-shrink: 0;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: 1px solid #d1d5db;
        border-radius: var(--radius);
        background: white;
        position: relative;
        transition: all 0.2s ease;
    }

    .checkbox-option input[type="checkbox"]:checked {
        background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
        border-color: #15803d;
    }

    .checkbox-option input[type="checkbox"]:checked::after {
        content: '';
        position: absolute;
        left: 6px;
        top: 2px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

    .checkbox-label {
        font-size: 0.875rem;
        color: #374151;
        cursor: pointer;
        flex: 1;
    }

    .checkbox-option input[type="checkbox"]:checked + .checkbox-label {
        font-weight: 500;
        color: #0A5B35;
    }

    .checkbox-label .count {
        font-size: 0.75rem;
        color: #6b7280;
        font-weight: 400;
    }

    /* Filter Loading States */
    .filter-loading {
        text-align: center;
        padding: 1rem;
        color: #6b7280;
        font-size: 0.875rem;
        font-style: italic;
    }

    .filter-error {
        text-align: center;
        padding: 1rem;
        color: #dc2626;
        font-size: 0.875rem;
    }

    /* Listings Loading State */
    .loading-state {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 4rem 2rem;
        min-height: 400px;
    }

    .loading-spinner {
        width: 50px;
        height: 50px;
        border: 4px solid #e5e7eb;
        border-top: 4px solid #0A5B35;
        border-radius: 50%;
        animation: spin 1s linear infinite;
        margin-bottom: 1rem;
    }

    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    .loading-state p {
        color: #6b7280;
        font-size: 1rem;
        font-weight: 500;
    }

    /* Sidebar Overlay (for mobile) */
    .sidebar-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .sidebar-overlay.active {
        display: block;
        opacity: 1;
    }

    /* Main Content Area */
    .main-listings-content {
        min-width: 0;
    }

    /* Page Heading */
    .page-heading {
        margin-bottom: 1.5rem;
    }

    .page-heading h1 {
        font-size: 1.875rem;
        font-weight: 700;
        color: #1e293b;
        margin: 0;
        line-height: 1.2;
    }

    /* Mobile Filter Toggle (hidden on desktop) */
    .mobile-filter-toggle {
        display: none;
        align-items: center;
        gap: 0.5rem;
        padding: 0.75rem 1rem;
        background: linear-gradient(135deg, #0A5B35 0%, #0d7345 100%);
        color: white;
        border: none;
        border-radius: 8px;
        font-weight: 600;
        font-size: 0.875rem;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .mobile-filter-toggle:hover {
        background: linear-gradient(135deg, #0d7345 0%, #0A5B35 100%);
        transform: translateY(-1px);
    }

    .mobile-filter-toggle svg {
        width: 20px;
        height: 20px;
    }

    /* Top Filter Bar */
    .top-filter-bar {
        background: rgba(255, 255, 255, 0.95);
        border-radius: var(--radius);
        border: 1px solid rgba(255, 255, 255, 0.2);
        padding: var(--spacing);
        margin-bottom: var(--spacing);
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: wrap;
        gap: var(--spacing);
    }

    .filter-section {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .filter-button {
        color: #000000;
        font-weight: 400;
        border: 1.5px solid #e5e7eb;
        background: #f9fafb;
    }

    .filter-button.active {
        background: linear-gradient(135deg, #0A5B35 0%, #0d7345 100%);
        color: white;
        border-color: #0A5B35;
        font-weight: 500;
    }

    .filter-button.active:hover {
        background: linear-gradient(135deg, #0d7345 0%, #0A5B35 100%);
        color: white;
    }

    .clear-filter-btn {
        background: #fee2e2 !important;
        color: #991b1b !important;
        border-color: #fecaca !important;
    }

    .clear-filter-btn:hover {
        background: #fecaca !important;
        color: #7f1d1d !important;
    }

    .featured-grid .filter-button:hover {
        background: #f9fafb;
        box-shadow: unset;
    }


    .filter-button svg {
        width: 16px;
        height: 16px;
    }

    .right-section {
        display: flex;
        align-items: center;
        gap: var(--spacing);
    }

    .results-info {
        cursor: default;
        pointer-events: none;
        box-shadow: unset;
        background: unset;
        border: unset;
    }

    .sort-section {
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }

    .sort-label {
        min-width: 56px;
        font-weight: 600;
    }

    /* Filter Modal */
    .filter-modal {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1000;
        display: none;
        align-items: center;
        justify-content: center;
        padding: 1rem;
    }

    .filter-modal.active {
        display: flex;
    }

    .filter-modal-content {
        background: var(--color-white);
        border-radius: var(--radius-lg);
        width: 100%;
        max-width: 500px;
        max-height: 90vh;
        overflow-y: auto;
        position: relative;
    }

    .filter-header {
        padding: var(--spacing);
        border-bottom: 1px solid #e2e8f0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .filter-title {
        color: #1e293b;
        font-size: 16px;
        font-weight: 600;
        margin: 0px;
    }

    .close-button {
        background: linear-gradient(135deg, #ff4d4d, #b30000);
        min-height: unset;
    }

    .close-button:hover {
        background: linear-gradient(135deg, #ff6666, #cc0000);
    }

    .filter-body {
        padding: var(--spacing);
        display: grid;
        gap: var(--spacing);
    }

    .filter-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .price-inputs {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        gap: 0.5rem;
        align-items: center;
    }

    .price-separator {
        color: #64748b;
        font-size: 0.875rem;
    }

    /* County Filter */
    .county-filter {
        border-radius: var(--radius-lg);
        min-height: calc(100vh - 370px);
        overflow-y: auto;
        background: #f8fafc;
    }

    .county-all {
        padding: 0.75rem 1rem;
        background: var(--color-white);
        border-bottom: 1px solid #e2e8f0;
        font-weight: 600;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
    }

    .region-header {
        padding: 0.75rem 1rem;
        background: #f1f5f9;
        font-weight: 600;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .region-header svg {
        width: 16px;
        height: 16px;
    }

    .region-counties {
        display: none;
        background: var(--color-white);
    }

    .region-counties.expanded {
        display: block;
    }

    .county-item {
        padding: 0.5rem 1rem 0.5rem 2rem;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        font-size: 0.875rem;
    }

    .county-item:hover {
        background: #f8fafc;
    }

    .county-item.selected {
        background: rgba(11, 91, 54, 0.1);
        color: var(--color-primary);
    }

    .county-count {
        font-size: 0.75rem;
        color: #64748b;
        background: #f1f5f9;
        padding: 0.125rem 0.5rem;
        border-radius: 0.25rem;
    }

    /* Checkboxes */
    .checkbox-group {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    .checkbox-item {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        cursor: pointer;
    }

    .checkbox-item input[type="checkbox"] {
        width: 16px;
        height: 16px;
    }

    /* Filter Actions */
    .filter-actions {
        padding: var(--spacing);
        border-top: 1px solid #e2e8f0;
        display: flex;
        gap: 1rem;
        justify-content: flex-end;
    }

    /* Results Section */
    .results-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 2rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #e2e8f0;
    }

    .results-title {
        font-size: 1.875rem;
        font-weight: 700;
        color: #1e293b;
    }

    .results-subtitle {
        color: #64748b;
        margin-top: 0.5rem;
    }

    /* Pagination Styles */
    .pagination-wrapper {
        margin: 3rem auto 0;
        text-align: center;
    }

    .pagination-info {
        margin-bottom: 1.5rem;
        color: #64748b;
        font-size: 0.875rem;
    }

    nav[role="navigation"] {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
        flex-wrap: wrap;
    }

    nav[role="navigation"] a,
    nav[role="navigation"] span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 40px;
        height: 40px;
        padding: 0 0.75rem;
        border: 1px solid #e2e8f0;
        border-radius: 0.5rem;
        text-decoration: none;
        font-weight: 500;
        font-size: 0.875rem;
        transition: all 0.2s ease;
        background: var(--color-white);
        color: #374151;
    }

    nav[role="navigation"] a:hover {
        background: var(--color-primary);
        color: var(--color-white);
        border-color: var(--color-primary);
    }

    nav[role="navigation"] span[aria-current="page"] {
        background: var(--color-primary);
        color: var(--color-white);
        border-color: var(--color-primary);
    }

    nav[role="navigation"] span[aria-disabled="true"] {
        background: #f8fafc;
        color: #cbd5e1;
        cursor: not-allowed;
    }

    /* Tablet & Mobile Responsiveness */
    @media (max-width: 1024px) {
        .listings-container {
            grid-template-columns: 1fr;
            gap: 0;
        }

        .sidebar-filter {
            position: fixed;
            top: 0;
            left: -100%;
            width: 320px;
            max-width: 85vw;
            height: 100vh;
            max-height: 100vh;
            z-index: 1000;
            border-radius: 0;
            overflow-y: hidden;
            display: flex;
            flex-direction: column;
        }

        .sidebar-filter.active {
            left: 0;
        }

        .sidebar-header {
            position: sticky;
            top: 0;
            z-index: 10;
            flex-shrink: 0;
        }

        .sidebar-form {
            flex: 1;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
            padding-bottom: 0;
        }

        .sidebar-actions {
            position: sticky;
            bottom: 0;
            z-index: 10;
            flex-shrink: 0;
            box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
        }

        .close-sidebar-btn {
            display: flex;
            width: 32px;
            height: 32px;
        }

        .mobile-filter-toggle {
            display: flex;
        }

        .main-listings-content {
            width: 100%;
        }
    }

    @media (max-width: 768px) {
        .page-heading h1 {
            font-size: 1.5rem;
        }

        .results-count {
            font-size: 0.8125rem;
        }

        .active-filters-container {
            padding: 0.75rem 0;
            margin-bottom: 0.75rem;
            gap: 0.5rem;
        }

        .active-filters-label {
            font-size: 0.8125rem;
            width: 100%;
            margin-bottom: 0.25rem;
        }

        .active-filters-list {
            gap: 0.375rem;
        }

        .active-filter-tag {
            font-size: 0.8125rem;
            padding: 0.25rem 0.5rem;
        }

        .clear-all-filters-btn {
            font-size: 0.8125rem;
            padding: 0.25rem 0.625rem;
        }

        .top-filter-bar {
            flex-direction: row;
            align-items: stretch;
            gap: 0.5rem;
            padding: 0.75rem;
            margin-bottom: 1rem;
        }

        .filter-section {
            display: none;
        }

        .filter-button {
            width: 100%;
            padding: 0.625rem 0.75rem;
            font-size: 0.875rem;
            justify-content: center;
            min-height: 44px;
            display: flex;
            align-items: center;
            gap: 0.375rem;
        }

        .filter-button svg {
            width: 14px;
            height: 14px;
        }

        .right-section {
            flex: 1;
            justify-content: space-between;
        }

        .results-info {
            font-size: 0.75rem;
            padding: 0.5rem;
        }

        .sort-section {
            flex: 1;
        }

        .sidebar-filter {
            width: 100%;
            max-width: 100vw;
        }

        /* Filter Modal - Full Screen on Mobile */
        .filter-modal {
            padding: 0;
        }

        .filter-modal-content {
            margin: 0;
            border-radius: 0;
            height: 100vh;
            max-height: none;
            max-width: 100%;
        }

        .filter-header {
            padding: 1.25rem 1rem;
            position: sticky;
            top: 0;
            background: white;
            z-index: 10;
        }

        .filter-title {
            font-size: 1.125rem;
        }

        .close-button {
            height: 40px;
            width: 40px;
            font-size: 24px;
        }

        .filter-body {
            padding: 1rem;
            gap: 1.5rem;
        }

        .filter-row {
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }

        .filter-group {
            gap: 0.75rem;
        }

        .price-inputs {
            grid-template-columns: 1fr;
            gap: 0.75rem;
        }

        .price-separator {
            display: none;
        }

        /* County Filter Mobile */
        .county-filter {
            min-height: calc(100vh - 300px);
        }

        .county-all,
        .region-header {
            padding: 1rem;
            font-size: 1rem;
        }

        .county-item {
            padding: 0.875rem 1rem 0.875rem 2rem;
            font-size: 1rem;
            min-height: 50px;
            display: flex;
            align-items: center;
        }

        .county-count {
            font-size: 0.875rem;
            padding: 0.25rem 0.625rem;
        }

        /* Checkboxes - Larger Touch Targets */
        .checkbox-group {
            gap: 1rem;
        }

        .checkbox-item {
            gap: 0.75rem;
            padding: 0.5rem 0;
            min-height: 44px;
        }

        .checkbox-item input[type="checkbox"] {
            width: 20px;
            height: 20px;
        }

        .checkbox-item label {
            font-size: 1rem;
        }

        /* Filter Actions */
        .filter-actions {
            padding: 1rem;
            position: sticky;
            bottom: 0;
            background: white;
            border-top: 2px solid #e2e8f0;
            flex-direction: column;
            gap: 0.75rem;
        }

        .filter-actions .btn {
            width: 100%;
            min-height: 50px;
            font-size: 1rem;
        }

        /* Results Section */
        .results-header {
            display: none;
        }

        .results-title {
            font-size: 1.125rem;
        }

        /* Listings Grid */
        .listings-grid {
            grid-template-columns: 1fr;
        }

        /* Search Input */
        #county-input {
            font-size: 1rem;
            padding: 0.875rem;
            min-height: 50px;
        }

        /* Pagination */
        .pagination-wrapper {
            margin-top: 1.5rem;
        }
    }

    /* Extra Small Devices */
    @media (max-width: 480px) {
        .page-heading {
            margin-bottom: 1rem;
        }

        .page-heading h1 {
            font-size: 1.25rem;
        }

        .results-count {
            font-size: 0.75rem;
        }

        .active-filters-container {
            padding: 0.5rem 0;
            margin-bottom: 0.5rem;
        }

        .active-filters-label {
            font-size: 0.75rem;
        }

        .active-filter-tag {
            font-size: 0.75rem;
            padding: 0.25rem 0.5rem;
            gap: 0.375rem;
        }

        .clear-all-filters-btn {
            font-size: 0.75rem;
            padding: 0.25rem 0.5rem;
        }

        .top-filter-bar {
            padding: 0.625rem;
            gap: 0.375rem;
        }

        .filter-section {
            gap: 0.375rem;
        }

        .filter-button {
            padding: 0.5rem;
            font-size: 0.8125rem;
            min-height: 42px;
        }

        .filter-body {
            padding: 0.875rem;
        }

        .filter-header {
            padding: 1rem 0.875rem;
        }

        .filter-actions {
            padding: 0.875rem;
        }
    }

    /* No Results Styles */
    .no-results-section {
        text-align: center;
        padding: 4rem 0px;
    }

    .no-results-content {
        max-width: 600px;
        margin: 0 auto;
    }

    .no-results-icon {
        width: 120px;
        height: 120px;
        margin: 0 auto 2rem;
        color: #cbd5e1;
        stroke-width: 1.5;
    }

    .no-results-icon svg {
        width: 100%;
        height: 100%;
    }

    .no-results-title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 1rem;
        color: #000;
    }

    .no-results-description {
        font-size: 16px;
        color: #64748b;
        margin-bottom: 2.5rem;
        line-height: 1.6;
    }

    .no-results-actions {
        display: flex;
        gap: 1rem;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 2.5rem;
    }
    .no-results-actions .btn svg {
        width: 18px;
        height: 18px;
    }

    .no-results-help {
        text-align: left;
        background: white;
        padding: 2rem;
        border-radius: 12px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }

    .no-results-help h3 {
        font-size: 1.25rem;
        font-weight: 600;
        color: #1e293b;
        margin-bottom: 1rem;
    }

    .no-results-help ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .no-results-help li {
        display: flex;
        align-items: flex-start;
        gap: 0.75rem;
        padding: 0.75rem 0;
        border-bottom: 1px solid #f1f5f9;
    }

    .no-results-help li:last-child {
        border-bottom: none;
    }

    .no-results-help li svg {
        width: 20px;
        height: 20px;
        color: #166534;
        flex-shrink: 0;
        margin-top: 0.125rem;
    }

    .no-results-help li span {
        color: #64748b;
        line-height: 1.5;
    }

    .no-results-help li a {
        color: #166534;
        text-decoration: none;
        font-weight: 500;
    }

    .no-results-help li a:hover {
        text-decoration: underline;
    }

    /* Mobile Styles */
    @media (max-width: 768px) {
        .no-results-section {
            padding: 2rem 1rem;
        }

        .no-results-icon {
            width: 80px;
            height: 80px;
            margin-bottom: 1.5rem;
        }

        .no-results-actions {
            align-items: center;
        }

        .no-results-help {
            padding: 1.5rem;
        }
    }
