        body {
            background-color: #f7f9fa;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
            padding-bottom: 90px;
        }

        .header-nav {
        background: #ffffff;
        padding: 20px 22px;
        border-bottom: 1px solid #e2e8f0;
        display: flex;
        align-items: center;
        justify-content: flex-start; /* Aligns left */
        gap: 18px;
        }
        
        .back-btn {
            font-size: 18px;
            color: #28a745 !important; /* Bright Green Icon */
            font-weight: bold;
            text-decoration: none !important;
            display: flex;
            align-items: center;
        }
        
        .header-title {
            color: #0b3861; /* Navy Blue Text */
            font-size: 18px;
            font-weight: 600;
        }

        .pills-switcher {
            background: #e2e8f0;
            padding: 4px;
            border-radius: 30px;
            display: flex;
            margin-bottom: 20px;
        }
        .pills-switcher .nav-item {
            flex: 1;
        }
        .pills-switcher .nav-link {
            text-align: center;
            border-radius: 25px;
            color: #4a5568;
            font-weight: 600;
            font-size: 13.5px;
            padding: 9px 12px;
            border: none;
            transition: all 0.2s ease;
        }
        .pills-switcher .nav-link.active {
            background-color: #28a745;
            color: #ffffff;
            box-shadow: 0 2px 6px rgba(40, 167, 69, 0.25);
        }

        .user-card {
            background: #ffffff;
            border-radius: 18px;
            border: 1px solid #edf2f7;
            box-shadow: 0 4px 15px rgba(0,0,0,0.03);
            margin-bottom: 14px;
            padding: 16px;
        }

        .avatar-img {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid #28a745;
        }

        .avatar-placeholder {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background-color: #28a745;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 18px;
        }

        .profile-link {
            text-decoration: none !important;
            color: inherit;
        }
        .profile-link:hover .username-title {
            color: #28a745;
        }

        .action-btn {
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            padding: 6px 14px;
            display: inline-flex;
            align-items: center;
            gap: 5px;
            text-decoration: none !important;
        }

        .btn-web-msg {
            background-color: #edf2f7;
            color: #2d3748;
        }
        .btn-call {
            border: 1px solid #007bff;
            color: #007bff;
        }
        .btn-wa {
            background-color: #25d366;
            color: #ffffff;
        }

        .btn-follow-toggle {
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            padding: 5px 14px;
        }

        .section-title {
            font-size: 14px;
            font-weight: 700;
            color: #4a5568;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin: 20px 0 10px 4px;
        }

        .badge-wholesaler-pill {
            background-color: #fffaf0;
            border: 1px solid #f3d183;
            color: #b38613;
            font-size: 10px;
            font-weight: 700;
            padding: 2px 8px;
            border-radius: 12px;
            display: inline-block;
            margin-top: 2px;
        }

        .loading-spinner {
            text-align: center;
            padding: 15px;
            font-size: 13px;
            color: #718096;
            display: none;
        }

        /* My Bids CSS */
        body {
            background-color: #f7f9fa;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
            padding-bottom: 90px;
            -webkit-user-select: none;
            user-select: none;
        }

            .header-nav {
            background: #ffffff;
            padding: 20px 22px;
            border-bottom: 1px solid #e2e8f0;
            display: flex;
            align-items: center;
            justify-content: flex-start; /* Aligns left */
            gap: 18px;
        }

            .back-btn {
            font-size: 18px;
            color: #28a745 !important; /* Bright Green Icon */
            font-weight: bold;
            text-decoration: none !important;
            display: flex;
            align-items: center;
        }

            .header-title {
            color: #0b3861; /* Navy Blue Text */
            font-size: 18px;
            font-weight: 600;
        }

        .bids-nav-pills {
            background: #e2e8f0;
            padding: 4px;
            border-radius: 30px;
            display: flex;
            margin-bottom: 16px;
        }
        .bids-nav-pills .nav-item {
            flex: 1;
        }
        .bids-nav-pills .nav-link {
            text-align: center;
            border-radius: 25px;
            color: #4a5568;
            font-weight: 600;
            font-size: 13.5px;
            padding: 9px 12px;
            border: none;
            transition: all 0.2s ease;
        }
        .bids-nav-pills .nav-link.active {
            background-color: #1b8a30;
            color: #ffffff;
            box-shadow: 0 2px 6px rgba(27, 138, 48, 0.3);
        }

        .long-press-tip {
            background: #e6fffa;
            border: 1px solid #b2f5ea;
            color: #234e52;
            border-radius: 12px;
            padding: 10px 14px;
            font-size: 12.5px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 16px;
        }

        .bid-card {
            background: #ffffff;
            border-radius: 18px;
            border: 1px solid #edf2f7;
            box-shadow: 0 4px 15px rgba(0,0,0,0.03);
            margin-bottom: 16px;
            padding: 18px;
            position: relative;
            transition: transform 0.15s ease, box-shadow 0.15s ease;
            touch-action: manipulation;
        }

        .bid-card.pressing {
            transform: scale(0.98);
            box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
            border-color: #dc3545;
        }

        .avatar-img {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid #1b8a30;
        }

        .avatar-placeholder {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background-color: #1b8a30;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 20px;
        }

        .profile-link {
            text-decoration: none !important;
            color: inherit;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
        }

        .request-badge {
            background-color: #f0fff4;
            color: #1b8a30;
            border: 1px solid #c6f6d5;
            border-radius: 8px;
            padding: 4px 10px;
            font-size: 12px;
            font-weight: 600;
            display: inline-block;
            text-decoration: none !important;
        }

        .proposal-box {
            background-color: #f8f9fa;
            border-left: 4px solid #1b8a30;
            border-radius: 6px;
            padding: 12px;
            font-size: 13.5px;
            color: #2d3748;
            line-height: 1.4;
            margin: 12px 0;
            -webkit-user-select: text;
            user-select: text;
        }

        .action-btn {
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            padding: 6px 14px;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            text-decoration: none !important;
        }

        .btn-web-msg {
            background-color: #edf2f7;
            color: #2d3748;
        }
        .btn-call {
            border: 1px solid #007bff;
            color: #007bff;
        }
        .btn-wa {
            background-color: #25d366;
            color: #ffffff;
        }
        .infinite-spinner {
            padding: 15px 0;
            text-align: center;
        }
    
        /* My Buyers Posts */
        body {
            background-color: #f8f9fa;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        }
        
        .header-nav {
            background: #ffffff;
            padding: 20px 22px;
            border-bottom: 1px solid #e2e8f0;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 18px;
        }

        .back-btn {
            font-size: 18px;
            color: #28a745 !important;
            font-weight: bold;
            text-decoration: none !important;
            display: flex;
            align-items: center;
        }

        .header-title {
            color: #0b3861;
            font-size: 18px;
            font-weight: 600;
        }

        .filter-header-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px;
        }
        .filter-title {
            font-size: 18px;
            font-weight: 700;
            color: #2d3748;
            margin: 0;
        }
        .filter-dropdown {
            background: #ffffff;
            border: 1.5px solid #cbd5e0;
            border-radius: 8px;
            padding: 6px 12px;
            font-size: 14px;
            font-weight: 600;
            color: #4a5568;
            outline: none;
            cursor: pointer;
            box-shadow: 0 2px 4px rgba(0,0,0,0.02);
            transition: border-color 0.15s ease;
        }
        .filter-dropdown:focus {
            border-color: #28a745;
        }

        .bookmark-card {
            background: #fff;
            border-radius: 12px;
            border: none;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
            overflow: hidden;
            margin-bottom: 16px;
            position: relative;
        }
        
        .card-blur-target {
            transition: filter 0.3s ease, opacity 0.3s ease;
        }

        .bookmark-card.listing-hidden .card-blur-target {
            filter: blur(4px);
            opacity: 0.55;
            pointer-events: none; 
        }

        .hidden-blur-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.25);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 10;
        }

        .bookmark-card.listing-hidden .hidden-blur-overlay {
            display: flex;
        }

        .overlay-show-btn {
            background-color: #28a745;
            color: #ffffff !important;
            border: none;
            padding: 8px 20px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
            display: inline-flex;
            align-items: center;
            gap: 6px;
            transition: transform 0.15s ease;
        }

        .overlay-show-btn:hover {
            transform: scale(1.05);
        }
        
        .bookmark-card img {
            height: 110px;
            width: 110px;
            object-fit: cover;
            border-radius: 8px;
        }

        /* "Add IMG" Placeholder Box */
        .add-img-placeholder {
            height: 110px;
            width: 110px;
            border-radius: 8px;
            background-color: #f7fafc;
            border: 2px dashed #cbd5e0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: #28a745;
            text-decoration: none !important;
            transition: all 0.2s ease;
        }
        .add-img-placeholder:hover {
            background-color: #f0fff4;
            border-color: #28a745;
            color: #228e3b;
        }
        .add-img-placeholder i {
            font-size: 20px;
            margin-bottom: 4px;
        }
        .add-img-placeholder span {
            font-size: 12px;
            font-weight: 700;
        }

        .price-tag {
            font-size: 18px;
            font-weight: 700;
            color: #28a745;
            margin-bottom: 4px;
        }
        .post-title {
            font-size: 15px;
            font-weight: 500;
            color: #333333;
            line-height: 1.4;
            margin-bottom: 8px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .card-divider {
            border-top: 1px solid #eeeeee;
            margin-top: auto;
            padding-top: 8px;
        }
        .location-text {
            color: #7f8c8d;
            font-size: 13px;
            font-weight: 500;
        }
        .location-icon {
            color: #28a745;
            font-size: 15px;
            margin-right: 4px;
        }
        
        .actions-panel {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 12px;
            min-width: 70px;
            position: relative;
            z-index: 12;
        }
        .remove-btn {
            background: none;
            border: none;
            color: #e53e3e;
            font-size: 15px;
            cursor: pointer;
            transition: color 0.15s;
            padding: 0;
        }
        .remove-btn:hover {
            color: #c53030;
        }
        
        .edit-action-btn, .hide-action-btn {
            background: none;
            border: none;
            font-size: 12px;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 5px;
            cursor: pointer;
            padding: 2px 0;
            transition: opacity 0.15s;
            text-decoration: none !important;
        }
        .edit-action-btn {
            color: #4a5568 !important;
        }
        .hide-action-btn {
            color: #28a745; 
        }
        .edit-action-btn:hover, .hide-action-btn:hover {
            opacity: 0.8;
        }
        
        .hot-badge {
            background-color: #fed7d7;
            color: #e53e3e;
            font-size: 11px;
            font-weight: 600;
            padding: 2px 8px;
            border-radius: 10px;
            margin-left: 8px;
            display: inline-flex;
            align-items: center;
        }
        .expiry-text {
            font-size: 12px;
            color: #718096;
            font-weight: 600;
        }

        .custom-modal-content {
            border-radius: 16px !important;
            border: none !important;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
        }
        .custom-toast {
            display: none;
            position: fixed;
            bottom: 90px;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(45, 55, 72, 0.95);
            color: #ffffff;
            padding: 10px 22px;
            border-radius: 30px;
            font-size: 13px;
            z-index: 9999;
            box-shadow: 0 4px 15px rgba(0,0,0,0.15);
            white-space: nowrap;
        }
        
        .search-container {
            max-width: 600px;
            margin: 0 auto 16px auto;
        }
        .search-input-group {
            background: #fff;
            border-radius: 50px;
            padding: 8px 16px 8px 24px;
            box-shadow: 0 4px 14px rgba(0,0,0,0.05);
            border: 1.5px solid #cbd5e0;
            display: flex;
            align-items: center;
            transition: border-color 0.2s ease, box-shadow 0.2s ease;
        }
        .search-input-group:focus-within {
            border-color: #28a745;
            box-shadow: 0 4px 16px rgba(40, 167, 69, 0.12);
        }
        .search-input-group input {
            border: none;
            outline: none;
            width: 100%;
            font-size: 15px;
            font-weight: 500;
            color: #2d3748;
            background: transparent;
        }
        .search-input-group i {
            color: #718096;
            font-size: 18px;
        }
        
        .pagination-container .page-item.active .page-link {
            background-color: #28a745;
            border-color: #28a745;
        }
        .pagination-container .page-link {
            color: #2d3748;
            border-radius: 6px;
            margin: 0 2px;
        }
        
         /* My Seller Posts */
        body {
            background-color: #f8f9fa;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        }
        
        /* Updated Header Navigation Styling */
        .header-nav {
            background: #ffffff;
            padding: 20px 22px;
            border-bottom: 1px solid #e2e8f0;
            display: flex;
            align-items: center;
            justify-content: flex-start; /* Aligns left */
            gap: 18px;
        }

        .back-btn {
            font-size: 18px;
            color: #28a745 !important; /* Bright Green Icon */
            font-weight: bold;
            text-decoration: none !important;
            display: flex;
            align-items: center;
        }

        .header-title {
            color: #0b3861; /* Navy Blue Text */
            font-size: 18px;
            font-weight: 600;
        }
        
        /* Filter Section Layout */
        .filter-header-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px;
        }
        .filter-title {
            font-size: 18px;
            font-weight: 700;
            color: #2d3748;
            margin: 0;
        }
        .filter-dropdown {
            background: #ffffff;
            border: 1.5px solid #cbd5e0;
            border-radius: 8px;
            padding: 6px 12px;
            font-size: 14px;
            font-weight: 600;
            color: #4a5568;
            outline: none;
            cursor: pointer;
            box-shadow: 0 2px 4px rgba(0,0,0,0.02);
            transition: border-color 0.15s ease;
        }
        .filter-dropdown:focus {
            border-color: #28a745;
        }

        .bookmark-card {
            background: #fff;
            border-radius: 12px;
            border: none;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
            overflow: hidden;
            margin-bottom: 16px;
            position: relative;
        }
        
        /* Blur Target State */
        .card-blur-target {
            transition: filter 0.3s ease, opacity 0.3s ease;
        }

        /* Lighter, readable blur overlay structure */
        .bookmark-card.listing-hidden .card-blur-target {
            filter: blur(4px);
            opacity: 0.55;
            pointer-events: none; 
        }

        .hidden-blur-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.25);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 10;
        }

        .bookmark-card.listing-hidden .hidden-blur-overlay {
            display: flex;
        }

        .overlay-show-btn {
            background-color: #28a745;
            color: #ffffff !important;
            border: none;
            padding: 8px 20px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
            display: inline-flex;
            align-items: center;
            gap: 6px;
            transition: transform 0.15s ease;
        }

        .overlay-show-btn:hover {
            transform: scale(1.05);
        }
        
        .bookmark-card img {
            height: 110px;
            width: 110px;
            object-fit: cover;
            border-radius: 8px;
        }
        .price-tag {
            font-size: 18px;
            font-weight: 700;
            color: #28a745;
            margin-bottom: 4px;
        }
        .post-title {
            font-size: 15px;
            font-weight: 500;
            color: #333333;
            line-height: 1.4;
            margin-bottom: 8px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .card-divider {
            border-top: 1px solid #eeeeee;
            margin-top: auto;
            padding-top: 8px;
        }
        .location-text {
            color: #7f8c8d;
            font-size: 13px;
            font-weight: 500;
        }
        .location-icon {
            color: #28a745;
            font-size: 15px;
            margin-right: 4px;
        }
        
        .actions-panel {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 12px;
            min-width: 70px;
            position: relative;
            z-index: 12;
        }
        .remove-btn {
            background: none;
            border: none;
            color: #e53e3e;
            font-size: 15px;
            cursor: pointer;
            transition: color 0.15s;
            padding: 0;
        }
        .remove-btn:hover {
            color: #c53030;
        }
        
        .edit-action-btn, .hide-action-btn {
            background: none;
            border: none;
            font-size: 12px;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 5px;
            cursor: pointer;
            padding: 2px 0;
            transition: opacity 0.15s;
            text-decoration: none !important;
        }
        .edit-action-btn {
            color: #4a5568 !important;
        }
        .hide-action-btn {
            color: #28a745; 
        }
        .edit-action-btn:hover, .hide-action-btn:hover {
            opacity: 0.8;
        }
        
        .hot-badge {
            background-color: #fed7d7;
            color: #e53e3e;
            font-size: 11px;
            font-weight: 600;
            padding: 2px 8px;
            border-radius: 10px;
            margin-left: 8px;
            display: inline-flex;
            align-items: center;
        }
        .expiry-text {
            font-size: 12px;
            color: #718096;
            font-weight: 600;
        }

        .custom-modal-content {
            border-radius: 16px !important;
            border: none !important;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
        }
        .custom-toast {
            display: none;
            position: fixed;
            bottom: 90px;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(45, 55, 72, 0.95);
            color: #ffffff;
            padding: 10px 22px;
            border-radius: 30px;
            font-size: 13px;
            z-index: 9999;
            box-shadow: 0 4px 15px rgba(0,0,0,0.15);
            white-space: nowrap;
        }
        
        .search-container {
            max-width: 600px;
            margin: 0 auto 16px auto;
        }
        .search-input-group {
            background: #fff;
            border-radius: 50px;
            padding: 8px 16px 8px 24px;
            box-shadow: 0 4px 14px rgba(0,0,0,0.05);
            border: 1.5px solid #cbd5e0;
            display: flex;
            align-items: center;
            transition: border-color 0.2s ease, box-shadow 0.2s ease;
        }
        .search-input-group:focus-within {
            border-color: #28a745;
            box-shadow: 0 4px 16px rgba(40, 167, 69, 0.12);
        }
        .search-input-group input {
            border: none;
            outline: none;
            width: 100%;
            font-size: 15px;
            font-weight: 500;
            color: #2d3748;
            background: transparent;
        }
        .search-input-group i {
            color: #718096;
            font-size: 18px;
        }
        
        .pagination-container .page-item.active .page-link {
            background-color: #28a745;
            border-color: #28a745;
        }
        .pagination-container .page-link {
            color: #2d3748;
            border-radius: 6px;
            margin: 0 2px;
        }
        
        
        /* Notifications CSS */
        body {
            background-color: #f7f9fa;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
            padding-bottom: 90px;
        }

        .header-nav {
            background: #ffffff;
            padding: 20px 22px;
            border-bottom: 1px solid #e2e8f0;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 14px;
        }
        
        .back-btn {
            font-size: 18px;
            color: #28a745 !important;
            font-weight: bold;
            text-decoration: none !important;
            display: flex;
            align-items: center;
        }
        
        .header-title {
            color: #0b3861;
            font-size: 18px;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .header-bell-icon {
            color: #28a745;
            font-size: 18px;
        }

        .notification-card {
            background: #ffffff;
            border-radius: 14px;
            border: 1px solid #edf2f7;
            transition: all 0.2s ease-in-out;
        }
        .notification-card.unread {
            border-left: 4px solid #28a745;
            box-shadow: 0 4px 12px rgba(0,0,0,0.03);
        }
        .notification-card.read {
            border-left: 4px solid #cbd5e0;
            background-color: #fdfdfd;
            opacity: 0.88;
        }
        .icon-shape {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            color: #fff;
        }
        .btn-mark-read {
            cursor: pointer;
            color: #718096;
            font-size: 12px;
        }
        .btn-mark-read:hover {
            color: #28a745;
        }
        .pills-filter .nav-link {
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            color: #4a5568;
            padding: 6px 14px;
            background: #edf2f7;
            margin-right: 6px;
            margin-bottom: 6px;
        }
        .pills-filter .nav-link.active {
            background-color: #28a745;
            color: #ffffff;
        }

        .matched-interests-card {
            border-radius: 8px;
            border: 1px solid #e2e8f0;
            background: #ffffff;
            box-shadow: 0 1px 3px rgba(0,0,0,0.02);
        }
        .matched-interests-card .card-header {
            background: #ffffff;
            border-bottom: 1px solid #edf2f7;
            font-weight: 700;
            font-size: 15px;
            color: #2d3748;
            padding: 14px 18px;
        }
        .empty-compass-icon {
            font-size: 26px;
            color: #4a5568;
            border: 2px solid #a0aec0;
            border-radius: 50%;
            width: 38px;
            height: 38px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        /* Spinner Styles */
        .loading-spinner {
            display: none;
            text-align: center;
            padding: 20px 0;
        }

        /* Brief highlight for notifications that arrive live via polling */
        .notif-just-arrived {
            animation: notifFadeIn 1.4s ease-out;
        }
        @keyframes notifFadeIn {
            0%   { background-color: #d4edda; }
            100% { background-color: transparent; }
        }
    
    
    /* Privacy CSS */
        :root {
            --primary-green: #28a745;
            --dark-green: #006633;
            --gray-bg: #f7f9fa;
            --text-dark: #1a202c;
        }

        body {
            background-color: var(--gray-bg);
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            padding-bottom: 80px;
            color: #4a5568;
        }

        /* Header Styling */
        .page-header-nav {
            background: #ffffff;
            padding: 20px 22px;
            display: flex;
            align-items: center;
            border-bottom: 1px solid #e5e9f2;
            position: sticky;
            top: 0;
            z-index: 100;
        }

        .page-header-nav .btn-back-link {
            color: #28a745 !important;
            font-size: 18px;
            font-weight: 700;
            text-decoration: none;
            margin-right: 12px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: opacity 0.2s ease;
        }

        .page-header-nav .btn-back-link:hover {
            color: #004d26;
            opacity: 0.85;
        }

        .page-header-title {
            font-size: 18px;
            font-weight: 600;
            margin: 0;
            color: #0b2239;
        }

        /* Custom Tabs Styling */
        .policy-nav-tabs {
            background: #ffffff;
            padding: 18px 16px;
            border-bottom: 1px solid #e2e8f0;
            display: flex;
            gap: 8px;
            overflow-x: auto;
            white-space: nowrap;
        }

        .policy-nav-tabs .nav-link {
            border: none;
            color: #718096;
            font-weight: 600;
            font-size: 13.5px;
            padding: 8px 16px;
            border-radius: 20px;
            transition: all 0.2s ease;
            background: transparent;
        }

        .policy-nav-tabs .nav-link.active {
            background-color: #e6f4ea;
            color: var(--dark-green);
        }

        /* Content Card Styling */
        .policy-card {
            background: #ffffff;
            border-radius: 16px;
            padding: 24px;
            margin: 20px 16px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.03);
            border: 1px solid #edf2f7;
        }

        .policy-card h2 {
            font-size: 20px;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 16px;
        }

        .policy-card h5 {
            font-size: 15px;
            font-weight: 600;
            color: #2d3748;
            margin-top: 20px;
            margin-bottom: 8px;
        }

        .policy-card p, .policy-card li {
            font-size: 13.5px;
            line-height: 1.6;
            color: #4a5568;
        }

        .policy-card ul {
            padding-left: 20px;
            margin-bottom: 15px;
        }

        .last-updated {
            font-size: 12px;
            color: #a0aec0;
            margin-bottom: 20px;
            display: block;
        }

        /* Callout Box for Highlights */
        .policy-callout {
            background-color: #f0fff4;
            border-left: 4px solid var(--primary-green);
            padding: 12px 16px;
            border-radius: 6px;
            margin: 15px 0;
        }
    
        /* User Profile */
        body { background-color: #f7f9fb; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; padding-bottom: 60px; }
        .profile-hero { background: #ffffff; border-bottom: 1px solid #e2e8f0; padding: 30px 0; text-align: center; }
        
        .avatar-container { position: relative; width: 95px; height: 95px; margin: 0 auto 15px; }
        .profile-avatar-box { width: 100%; height: 100%; border-radius: 50%; background: #28a745; color: white; display: flex; align-items: center; justify-content: center; font-size: 38px; font-weight: bold; box-shadow: 0 4px 12px rgba(0,0,0,0.06); overflow: hidden; }
        .profile-avatar-box img { width: 100%; height: 100%; object-fit: cover; }

        .online-dot-badge {
            position: absolute;
            bottom: 4px;
            right: 4px;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            border: 3px solid #ffffff;
            box-shadow: 0 2px 4px rgba(0,0,0,0.15);
        }
        .online-dot-badge.online { background-color: #28a745; }
        .online-dot-badge.offline { background-color: #a0aec0; }

        .online-status-text {
            font-size: 12px;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 4px;
        }
        .online-status-text.online { color: #28a745; }
        .online-status-text.offline { color: #a0aec0; }
        
        /* Circular Blue Tick Badge */
        .blue-tick-badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: #0084ff; /* Verified Badge Blue */
            color: #ffffff;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            font-size: 11px;
            margin-left: 6px;
            flex-shrink: 0;
            box-shadow: 0 2px 4px rgba(0, 132, 255, 0.3);
        }
        
        .wholesaler-pill-badge {
            display: inline-flex;
            align-items: center;
            background-color: #fffaf0;
            border: 1px solid #f3d183;
            color: #b38613;
            font-size: 11px;
            font-weight: 700;
            padding: 4px 14px;
            border-radius: 20px;
            margin-top: 5px;
        }

        .profile-contact-row { display: flex; justify-content: center; align-items: center; gap: 10px; margin: 15px 0 5px 0; flex-wrap: wrap; }
        .btn-profile-call { background-color: #28a745; color: #fff !important; font-weight: 600; border-radius: 50px; padding: 6px 18px; font-size: 13px; text-decoration: none !important; }
        .btn-profile-wa { background-color: #25d366; color: #fff !important; font-weight: 600; border-radius: 50px; padding: 6px 18px; font-size: 13px; text-decoration: none !important; }
        .btn-profile-msg { background-color: #007bff; color: #fff !important; font-weight: 600; border-radius: 50px; padding: 6px 18px; font-size: 13px; text-decoration: none !important; }

        .btn-pill-follow {
            background-color: #ffffff;
            color: #28a745 !important;
            border: 1.5px solid #28a745;
            font-weight: 600;
            border-radius: 50px;
            padding: 5px 20px;
            font-size: 13px;
            text-decoration: none !important;
            display: inline-flex;
            align-items: center;
            gap: 5px;
            cursor: pointer;
            transition: all 0.2s ease;
        }
        .btn-pill-follow:hover {
            background-color: #f0fff4;
        }

        .btn-pill-unfollow {
            background-color: #ffffff;
            color: #e53e3e !important;
            border: 1.5px solid #e53e3e;
            font-weight: 600;
            border-radius: 50px;
            padding: 5px 20px;
            font-size: 13px;
            text-decoration: none !important;
            display: inline-flex;
            align-items: center;
            gap: 5px;
            cursor: pointer;
            transition: all 0.2s ease;
        }
        .btn-pill-unfollow:hover {
            background-color: #fff5f5;
        }

        .search-wrapper { max-width: 100%; margin-bottom: 15px; }
        .search-box-group { background: #fff; border-radius: 50px; padding: 6px 15px 6px 20px; border: 1.5px solid #cbd5e0; display: flex; align-items: center; }
        .search-box-group input { border: none; outline: none; width: 100%; font-size: 14px; background: transparent; }

        .nav-tabs-custom { display: flex; justify-content: center; background: #fff; border-bottom: 1px solid #e2e8f0; }
        .nav-tabs-custom .tab-link { padding: 15px 20px; color: #718096; font-weight: 600; border: none; background: none; cursor: pointer; border-bottom: 3px solid transparent; transition: all 0.2s; font-size: 14px; }
        .nav-tabs-custom .tab-link.active { color: #28a745; border-bottom-color: #28a745; }
        
        .product-card { background: #ffffff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 6px rgba(0,0,0,0.02); border: 1px solid #edf2f7; transition: transform 0.2s; margin-bottom: 20px; display: block; color: inherit; text-decoration: none; }
        .product-card:hover { transform: translateY(-2px); text-decoration: none; color: inherit; }
        .product-img { width: 100%; height: 150px; object-fit: cover; background: #edf2f7; }
        .product-body { padding: 12px; }
        .product-price { font-size: 16px; font-weight: 700; color: #2d3748; }
        .product-title { font-size: 13px; color: #4a5568; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

        .review-card { background: #fff; border-radius: 10px; border: 1px solid #edf2f7; padding: 14px; margin-bottom: 12px; }
        .reviewer-avatar-circle { width: 35px; height: 35px; border-radius: 50%; background: #cbd5e0; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 14px; overflow: hidden; }
        .reviewer-avatar-circle img { width: 100%; height: 100%; object-fit: cover; }
        
        .reply-box {
            background: #f8f9fa;
            border-left: 3px solid #28a745;
            padding: 8px 12px;
            border-radius: 6px;
            margin-top: 8px;
        }
        .reply-form-wrapper {
            display: none;
            margin-top: 10px;
        }
        .feedback-action-btn {
            background: transparent;
            border: none;
            color: #6c757d;
            font-size: 12px;
            font-weight: 600;
            padding: 4px 8px;
            cursor: pointer;
        }
        .feedback-action-btn:hover {
            color: #28a745;
        }

        .page-link-custom .page-item.active .page-link { background-color: #28a745; border-color: #28a745; }
        .page-link-custom .page-link { color: #2d3748; }
        
        .profile-user-bio { max-width: 500px; margin: 10px auto 0 auto; font-size: 14px; color: #4a5568; line-height: 1.5; font-style: italic; }
        
        /* Verify CSS */
        :root {
            --primary-green: #28a745;
            --blue-tick-color: #1877f2;
            --gray-bg: #f7f9fa;
        }

        body {
            background-color: var(--gray-bg);
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            padding-bottom: 80px;
        }

        .page-header-nav {
            background: #ffffff;
            padding: 18px 22px;
            display: flex;
            align-items: center;
            border-bottom: 1px solid #e5e9f2;
            position: sticky;
            top: 0;
            z-index: 100;
        }

        .page-header-nav .btn-back-link {
            color: #28a745 !important; 
            font-size: 18px;
            font-weight: 700;
            text-decoration: none;
            margin-right: 12px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .page-header-title {
            font-size: 18px;
            font-weight: 600;
            margin: 0;
            color: #0b2239;
        }

        .verify-card {
            background: #ffffff;
            border-radius: 20px;
            padding: 24px;
            margin: 20px 16px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.03);
        }

        .verification-badge-preview {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: var(--blue-tick-color);
            color: #ffffff;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            font-size: 11px;
            margin-left: 4px;
        }

        .upload-field-box {
            background-color: #f8fafc;
            border: 2px dashed #cbd5e0;
            border-radius: 12px;
            padding: 16px;
            text-align: center;
            margin-top: 8px;
            margin-bottom: 16px;
            cursor: pointer;
            transition: border-color 0.2s;
        }

        .upload-field-box:hover {
            border-color: var(--primary-green);
        }

        .upload-field-box input[type="file"] {
            display: none;
        }

        .privacy-disclaimer {
            background-color: #eef2ff;
            border-left: 4px solid #4f46e5;
            border-radius: 8px;
            padding: 12px 16px;
            margin-bottom: 20px;
            font-size: 13px;
            color: #3730a3;
        }

        .btn-verify-submit {
            background-color: var(--primary-green);
            color: #ffffff;
            font-weight: 700;
            border-radius: 50px;
            padding: 12px 24px;
            border: none;
            width: 100%;
            font-size: 16px;
            box-shadow: 0 4px 10px rgba(40, 167, 69, 0.25);
            transition: background 0.2s;
        }

        .btn-verify-submit:hover {
            background-color: #218838;
            color: #ffffff;
        }
    
