        body {
            background-color: #f4f6f8;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
            color: #2c3e50;
            padding-bottom: 40px;
        }

        /* Header Navigation */
        .post-nav-header {
            background-color: #ffffff;
            border-bottom: 1px solid #f1f1f1;
            padding: 10px 16px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: sticky;
            top: 0;
            z-index: 1000;
            height: 56px;
        }
        .nav-left {
            display: flex;
            align-items: center;
            text-decoration: none !important;
            color: #2c3e50;
            max-width: 65%;
        }
        .nav-left .back-arrow {
            color: #28a745; 
            font-size: 22px;
            font-weight: bold;
            margin-right: 14px;
        }
        .nav-left .header-title {
            font-size: 17px;
            font-weight: 500;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #333333;
        }
        .nav-right {
            display: flex;
            align-items: center;
            gap: 16px;
        }
        .bookmark-container {
            display: flex;
            align-items: center;
            gap: 6px;
            cursor: pointer;
            border: none;
            background: none;
            padding: 0;
        }
        .bookmark-count {
            font-size: 15px;
            font-weight: 600;
            color: #555555;
            display: none; 
        }
        .bookmark-icon {
            color: #28a745; 
            font-size: 20px;
        }
        .share-icon-btn {
            background: none;
            border: none;
            color: #5a6268; 
            font-size: 19px;
            cursor: pointer;
            padding: 0;
        }

        /* Image Slider Area */
        .slider-section {
            position: relative;
            background-color: #000000;
            width: 100%;
            height: 320px;
            overflow: hidden;
        }
        .carousel, .carousel-inner, .carousel-item {
            height: 100%;
        }
        .carousel-item img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            cursor: pointer;
        }
        .image-counter-badge {
            position: absolute;
            bottom: 15px;
            left: 15px;
            background-color: rgba(0, 0, 0, 0.6);
            color: #ffffff;
            padding: 4px 10px;
            border-radius: 4px;
            font-size: 13px;
            font-weight: 500;
            z-index: 10;
        }

        /* Details & Pricing Section */
        .post-detail-card {
            background-color: #ffffff;
            padding: 16px;
            border-bottom: 1px solid #eef2f5;
        }
        .meta-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 13px;
            color: #7f8c8d;
            margin-bottom: 10px;
        }
        .location-box {
            display: flex;
            align-items: center;
            gap: 4px;
        }
        .location-box i {
            color: #3498db;
        }
        
        /* Top Profile Badge */
        .user-profile-badge-only {
            position: relative;
            display: inline-block;
            text-decoration: none !important;
        }
        .user-avatar-circle {
            width: 34px;
            height: 34px;
            border-radius: 50% !important;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            font-weight: bold;
            font-size: 14px;
            text-transform: uppercase;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        }
        .user-avatar-img {
            width: 34px;
            height: 34px;
            border-radius: 50% !important;
            object-fit: cover;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        }
        
        /* Blue Verification Tick Overlaying Avatar */
        .blue-verification-tick {
            position: absolute;
            bottom: -2px;
            right: -2px;
            background-color: #1877f2;
            color: #ffffff;
            border-radius: 50%;
            width: 14px;
            height: 14px;
            font-size: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1.5px solid #ffffff;
            box-shadow: 0 1px 2px rgba(0,0,0,0.2);
        }

        .post-title-text {
            font-size: 19px; 
            font-weight: bold;
            color: #2c3e50;
            margin-bottom: 6px;
            line-height: 1.3;
        }
        .post-price-text {
            font-size: 21px; 
            font-weight: 800;
            color: #28a745;
            margin-bottom: 16px;
        }

        /* Description Styling Card */
        .description-card {
            background-color: #ffffff;
            padding: 16px;
            margin: 16px;
            border-radius: 12px;
            border: 1px solid #eef2f5;
            box-shadow: 0 2px 8px rgba(0,0,0,0.03);
        }
        .description-card h5 {
            font-weight: 700;
            font-size: 15px;
            margin-bottom: 10px;
            color: #2c3e50;
        }
        .description-text {
            font-size: 14px;
            line-height: 1.5;
            color: #4a5568;
            word-wrap: break-word;
        }
        .product-meta-item {
            display: flex;
            justify-content: space-between;
            font-size: 13px;
            padding: 8px 0;
            border-bottom: 1px dashed #edf2f7;
        }
        .product-meta-item:last-child {
            border-bottom: none;
        }
        .meta-label {
            color: #718096;
            font-weight: 500;
        }
        .meta-value {
            color: #2d3748;
            font-weight: 600;
        }

        /* Action Buttons */
        .action-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
            margin-bottom: 5px;
        }
      
       /* Outlined WhatsApp button style */
        .btn-whatsapp-green {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 10px 16px;
            border-radius: 25px;
            font-weight: 600;
            font-size: 14px;
            text-decoration: none !important;
            transition: all 0.3s ease;
            background-color: transparent;
            color: #25D366 !important; /* Text color matches the orange outline */
            border: 2px solid #FD9E3D;  /* Vibrant orange border outline */
        }
        .btn-whatsapp-green:hover {
            background-color: rgba(253, 158, 61, 0.05); /* Soft highlight on hover */
            border-color: #25D366;
            color: #e4862b !important;
        }
        /* Specific WhatsApp Icon inside the button made Green */
        .btn-whatsapp-green .fa-whatsapp {
            color: #25D366 !important; 
        }

        /* Call button (Solid Orange) */
        .btn-call-orange {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 10px 16px;
            border-radius: 25px;
            font-weight: 600;
            font-size: 14px;
            text-decoration: none !important;
            transition: all 0.3s ease;
            background-color: #FD9E3D;
            color: #ffffff !important;
            border: 2px solid #FD9E3D;
            }
            .btn-call-orange:hover {
                background-color: #25D366;
                border-color: #25D366;
            }
            
        /* Interactive Chat Container */
        .chat-seller-card {
            background-color: #ffffff;
            border-radius: 12px;
            border: 1px solid #eef2f5;
            padding: 16px;
            margin: 16px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.03);
        }
        .chat-seller-card h5 {
            font-weight: 700;
            font-size: 15px;
            margin-bottom: 12px;
        }
        .quick-tags-container {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: 12px;
        }
        .quick-tag {
            border: 1.5px solid #28a745;
            color: #28a745;
            background: none;
            border-radius: 20px;
            padding: 4px 12px;
            font-size: 12px;
            font-weight: 500;
            cursor: pointer;
        }
        .chat-textarea {
            width: 100%;
            border: 1px solid #ced4da;
            border-radius: 8px;
            padding: 10px;
            font-size: 13px;
            resize: none;
            margin-bottom: 12px;
            outline: none;
        }
        .btn-start-chat {
            width: 100%;
            background-color: #28a745;
            color: #ffffff;
            font-weight: bold;
            padding: 12px;
            border-radius: 8px;
            border: none;
            text-align: center;
            cursor: pointer;
            transition: background-color 0.2s;
        }
        .btn-start-chat:hover {
            background-color: #218838;
        }

        /* Seller dynamic card - Clickable bottom profile */
        .seller-badge-container-link {
            display: block;
            text-decoration: none !important;
            color: inherit;
        }
        .seller-badge-container {
            background-color: #ffffff;
            border-radius: 8px;
            padding: 16px;
            margin: 16px;
            border: 1px solid #e2e8f0;
            transition: background-color 0.15s ease-in-out;
        }
        .seller-badge-container:hover {
            background-color: #f8fafc;
        }
        .seller-top-row {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 8px;
        }
        .seller-primary-avatar {
            width: 44px;
            height: 44px;
            border-radius: 50% !important; 
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 18px;
            margin-right: 12px;
            overflow: hidden;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        }
        .seller-primary-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50% !important;
        }
        .seller-info-col {
            flex-grow: 1;
        }
        .seller-name-label {
            font-size: 15px;
            font-weight: bold;
            color: #1a202c;
            margin: 0;
            display: flex;
            align-items: center;
            gap: 5px;
        }
        .seller-name-label .blue-verification-inline {
            background-color: #1877f2;
            color: #ffffff;
            border-radius: 50%;
            width: 13px;
            height: 13px;
            font-size: 7px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }
        .sub-tag-row {
            display: flex;
            align-items: center;
            gap: 4px;
            font-size: 12px;
            color: #4a5568;
            margin-top: 4px;
        }
        .view-ads-link {
            font-size: 13px;
            color: #38a169;
            font-weight: 600;
            text-decoration: none !important;
        }
        .view-ads-link:hover {
            color: #276749;
        }
        .typical-reply-box {
            background-color: #edf2f7;
            padding: 6px 12px;
            border-radius: 15px;
            font-size: 12px;
            color: #2d3748;
            display: flex;
            align-items: center;
            gap: 6px;
            margin-top: 12px;
        }

        /* Feedback Area with Clean States */
        .feedback-section {
            margin: 16px;
        }
        .feedback-header-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 12px;
        }
        .feedback-title {
            font-size: 15px;
            font-weight: bold;
            color: #2d3748;
        }
        .feedback-view-all {
            font-size: 13px;
            color: #38a169;
            font-weight: 600;
            text-decoration: none !important;
        }
        .no-feedback-notice {
            background-color: #ffffff;
            border-radius: 8px;
            padding: 20px;
            text-align: center;
            color: #718096;
            font-size: 13px;
            border: 1px solid #edf2f7;
        }
        /* Style for the link to leave feedback */
        .leave-feedback-link {
            color: #28a745;
            font-weight: 600;
            text-decoration: underline !important;
            transition: color 0.15s ease;
        }
        .leave-feedback-link:hover {
            color: #218838;
        }
        .feedback-card {
            background-color: #ffffff;
            border-radius: 8px;
            padding: 14px;
            border: 1px solid #edf2f7;
            margin-bottom: 12px;
        }
        .feedback-user-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 8px;
        }
        .reviewer-meta {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .reviewer-avatar-img {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            object-fit: cover;
        }
        .reviewer-avatar-circle {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            font-weight: bold;
            font-size: 11px;
        }
        .reviewer-name {
            font-size: 13px;
            font-weight: bold;
            color: #2d3748;
        }
        .review-date {
            font-size: 12px;
            color: #a0aec0;
        }
        .star-rating {
            color: #ed8936;
            font-size: 12px;
            margin-bottom: 6px;
        }
        .star-rating .fa-star-o {
            color: #cbd5e0;
        }
        .feedback-comment {
            font-size: 13px;
            color: #4a5568;
            line-height: 1.4;
            margin-bottom: 10px;
        }
        .feedback-actions-row {
            display: flex;
            gap: 16px;
            border-top: 1px solid #edf2f7;
            padding-top: 8px;
            font-size: 12px;
            color: #718096;
        }
        .feedback-action-btn {
            background: none;
            border: none;
            color: #718096;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 4px;
        }

        /* Post Actions & Utility */
        .bottom-utility-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
            margin: 16px;
        }
        .btn-mark-unavailable {
            background-color: #ffffff;
            border: 1.5px solid #3182ce;
            color: #3182ce;
            border-radius: 6px;
            padding: 10px;
            font-size: 13px;
            font-weight: bold;
            text-align: center;
            cursor: pointer;
            text-decoration: none !important;
        }
        .btn-report-abuse {
            background-color: #ffffff;
            border: 1.5px solid #e53e3e;
            color: #e53e3e;
            border-radius: 6px;
            padding: 10px;
            font-size: 13px;
            font-weight: bold;
            text-align: center;
            cursor: pointer;
            text-decoration: none !important;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
        }

        /* Recommended Posts styling */
        .recommended-section {
            margin: 20px 16px;
        }
        .recommended-title-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 14px;
            padding-bottom: 8px;
            border-bottom: 1px solid #e2e8f0;
        }
        .recommended-title-bar h3 {
            font-size: 16px;
            font-weight: bold;
            color: #2d3748;
            margin: 0;
        }
        .recommended-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
        }
        .rec-card {
            background-color: #ffffff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            display: flex;
            flex-direction: column;
            text-decoration: none !important;
            color: inherit;
            transition: transform 0.2s ease;
            position: relative;
        }
        .rec-card:hover {
            transform: translateY(-2px);
        }
        .rec-img-container {
            width: 100%;
            height: 150px;
            background-color: #f7fafc;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            position: relative;
        }
        .rec-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .rec-info-container {
            padding: 10px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            flex-grow: 1;
        }
        .rec-price {
            font-size: 15px;
            font-weight: 800;
            color: #28a745;
            margin-bottom: 4px;
        }
        .rec-title {
            font-size: 13px;
            font-weight: 600;
            color: #2d3748;
            line-height: 1.3;
            height: 34px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            margin-bottom: 8px;
        }
        .rec-bottom-meta {
            font-size: 11px;
            color: #718096;
            margin-top: auto;
            border-top: 1px solid #edf2f7;
            padding-top: 6px;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        /* Location icon styling replacing the user avatar circle in recommended section */
        .rec-location-icon {
            color: #3498db;
            font-size: 13px;
        }
        .rec-meta-text {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 120px;
        }

        /* Fullscreen Lightbox Overlay */
        .lightbox-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000000;
            z-index: 2000;
            flex-direction: column;
            justify-content: space-between;
        }
        .lightbox-header {
            padding: 16px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: #ffffff;
        }
        .lightbox-back-btn {
            background: none;
            border: none;
            color: #ffffff;
            font-size: 22px;
            cursor: pointer;
        }
        .lightbox-counter {
            font-size: 18px;
            font-weight: 600;
        }
        .lightbox-actions {
            display: flex;
            gap: 20px;
        }
        .lightbox-action-btn {
            background: none;
            border: none;
            color: #ffffff;
            font-size: 20px;
            cursor: pointer;
        }
        .lightbox-main-img-container {
            flex-grow: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            padding: 10px;
        }
        .lightbox-main-img {
            max-width: 100%;
            max-height: 70vh;
            object-fit: contain;
        }
        .lightbox-thumbnails-wrapper {
            padding: 15px;
            background-color: rgba(0, 0, 0, 0.85);
            display: flex;
            justify-content: center;
            gap: 10px;
            overflow-x: auto;
        }
        .lightbox-thumb {
            width: 60px;
            height: 60px;
            object-fit: cover;
            border-radius: 4px;
            cursor: pointer;
            opacity: 0.5;
            border: 2px solid transparent;
        }
        .lightbox-thumb.active {
            opacity: 1;
            border-color: #28a745;
        }
        
        /* CSS updates for requested bookmark behaviors */
        .bookmark-icon {
            font-size: 20px;
            color: #333 !important; /* Dark bold outlined border */
            transition: color 0.2s ease;
        }
        .bookmark-icon.active {
            color: #28a745 !important; /* Changes to green when active */
        }
        
        /* Green Location Pin Icon Styling */
        .location-box i.fa-map-marker, 
        .rec-location-icon {
            color: #28a745 !important; /* Forces green location markers */
        }

        /* Recommended Posts Layout Toggle Button Styles */
        .btn-layout-toggle {
            background: none;
            border: 1px solid #cbd5e0;
            border-radius: 6px;
            padding: 4px 8px;
            font-size: 14px;
            color: #4a5568;
            cursor: pointer;
            transition: all 0.2s ease-in-out;
            outline: none !important;
        }
        /* Color shifts to green when list view layout is active */
        .btn-layout-toggle.active {
            color: #28a745 !important;
            border-color: #28a745 !important;
            background-color: rgba(40, 167, 69, 0.05);
        }

        /* Responsive Layout Class Styles dynamically toggled via JavaScript */
        .recommended-grid.list-view-active {
            display: flex !important;
            flex-direction: column !important;
            gap: 12px !important;
        }
        .recommended-grid.list-view-active .rec-card {
            display: flex !important;
            flex-direction: row !important;
            height: 100px !important;
            align-items: center !important;
            border: 1px solid #edf2f7 !important;
            border-radius: 8px !important;
            overflow: hidden !important;
        }
        .recommended-grid.list-view-active .rec-img-container {
            width: 100px !important;
            height: 100% !important;
            flex-shrink: 0 !important;
        }
        .recommended-grid.list-view-active .rec-img {
            border-radius: 0 !important;
            height: 100% !important;
        }
        .recommended-grid.list-view-active .rec-info-container {
            padding: 8px 12px !important;
            display: flex !important;
            flex-direction: column !important;
            justify-content: space-between !important;
            height: 100% !important;
            flex-grow: 1 !important;
        }

        /* Price and Views Alignment Row */
        .price-views-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 10px;
            margin-bottom: 15px;
        }
        .post-price-text {
            margin: 0 !important;
        }
        .views-indicator {
            display: flex;
            align-items: center;
            gap: 5px;
            color: #718096;
            font-size: 14px;
            font-weight: 500;
        }
        .views-indicator i {
            font-size: 16px;
        }

        /* Hot Item and Negotiable Badges Styling */
        .meta-badge-hot {
            color: #e53e3e !important;
            font-weight: bold;
        }
        .meta-badge-negotiable {
            color: #28a745 !important; /* Switched to matching green accent */
            font-weight: bold;
        }

        /* Interactive Category/Subcategory Link styling (Maintains default theme text color) */
        .meta-link-value {
            color: inherit;
            text-decoration: none;
            transition: opacity 0.15s ease-in-out;
        }
        .meta-link-value:hover {
            color: inherit;
            text-decoration: underline;
            opacity: 0.85;
        }

        /* ================= AUTH SYSTEM POPUP CUSTOM STYLING ================= */
        /* Adjusted mobile modal alignment to strictly center the sign-up popup */
        @media (max-width: 576px) {
            .modal-dialog.modal-dialog-centered {
                display: flex;
                align-items: center;
                justify-content: center;
                min-height: calc(100% - 1rem);
                margin: 0.5rem;
            }
            .auth-modal-card {
                width: 100%;
                max-width: 420px;
            }
        }
        .auth-modal-card {
            border-radius: 16px;
            border: none;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        .auth-tab-nav {
            background-color: #f3f4f6;
            padding: 6px;
            border-radius: 12px;
            display: flex;
            margin: 20px 20px 10px 20px;
        }
        .auth-tab-btn {
            flex: 1;
            background: none;
            border: none;
            padding: 10px;
            font-weight: 600;
            color: #4b5563;
            border-radius: 8px;
            transition: all 0.2s ease;
            outline: none !important;
        }
        .auth-tab-btn.active {
            background-color: #ffffff;
            color: #10b981; /* Green accent matching theme */
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        }
        .auth-input-group {
            position: relative;
            margin-bottom: 16px;
        }
        .auth-input-group i {
            position: absolute;
            left: 14px;
            top: 50%;
            transform: translateY(-50%);
            color: #9ca3af;
        }
        .auth-form-control {
            width: 100%;
            padding: 12px 14px 12px 42px;
            background-color: #eff6ff;
            border: 1px solid #dbeafe;
            border-radius: 10px;
            outline: none;
            font-size: 15px;
            color: #1f2937;
            transition: border-color 0.2s;
        }
        .auth-form-control:focus {
            border-color: #3b82f6;
        }
        .auth-submit-btn {
            width: 100%;
            background-color: #10b981;
            color: #fff;
            padding: 12px;
            border: none;
            border-radius: 10px;
            font-weight: bold;
            font-size: 16px;
            cursor: pointer;
            transition: background 0.2s;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }
        .auth-submit-btn:hover {
            background-color: #059669;
        }
        .forgot-password-link {
            float: right;
            color: #10b981;
            font-size: 13px;
            text-decoration: none;
            font-weight: 500;
        }
        .forgot-password-link:hover {
            text-decoration: underline;
        }
        .auth-divider {
            text-align: center;
            margin: 20px 0;
            position: relative;
        }
        .auth-divider::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            height: 1px;
            background-color: #e5e7eb;
            z-index: 1;
        }
        .auth-divider-text {
            background-color: #fff;
            padding: 0 10px;
            position: relative;
            z-index: 2;
            color: #9ca3af;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
        }
        .google-auth-btn {
            width: 100%;
            background-color: #ffffff;
            border: 1px solid #d1d5db;
            color: #374151;
            padding: 10px;
            border-radius: 10px;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            cursor: pointer;
            transition: background 0.2s;
        }
        .google-auth-btn:hover {
            background-color: #f9fafb;
        }

        /* ================= OVERLAPPING PLUS BUTTON STYLING (FIRST PROFILE) ================= */
        .meta-follow-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            position: relative;
        }
        /* Top avatar wrapper to allow clean overlay alignment */
        .avatar-overlap-wrapper {
            position: relative;
            width: 50px;
            height: 50px;
            display: inline-block;
        }
        /* Adjusted circle plus button matching the requested layout design */
        .btn-follow-circle {
            position: absolute;
            bottom: -5px; /* Positions it slightly below overlapping the profile icon */
            left: 50%;
            transform: translateX(-50%);
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background-color: #f64e60; /* Matches pink/red tone of the requested photo */
            border: 1.5px solid #ffffff;
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 11px;
            font-weight: bold;
            transition: all 0.2s ease-in-out;
            z-index: 5;
            cursor: pointer;
        }
        /* CRITICAL CHANGE: When user is followed, completely hide the circle plus badge */
        .btn-follow-circle.following {
            display: none !important;
        }
        .follow-label-text {
            color: #28a745 !important;
            font-size: 11px;
            font-weight: bold;
            margin-top: 8px; /* Safe padding spacing beneath the overlapping avatar button */
            text-transform: uppercase;
            letter-spacing: 0.5px;
            text-align: center;
            cursor: pointer;
        }

        /* ================= SECOND PROFILE (FEEDBACK) PLUS STYLING ================= */
        .reviewer-meta-container {
            position: relative;
            display: inline-block;
            width: 44px;
            height: 44px;
        }
        .feedback-plus-overlay {
            position: absolute;
            bottom: -3px; /* Slightly below overlapping bottom edge */
            left: 50%;
            transform: translateX(-50%);
            width: 18px;
            height: 18px;
            border-radius: 50%;
            background-color: #f64e60; /* Highlighted red-pink background */
            border: 1.5px solid #ffffff;
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 9px;
            font-weight: bold;
            z-index: 3;
            transition: background-color 0.2s ease-in-out;
            cursor: pointer;
        }
        /* CRITICAL CHANGE: When user is followed, completely hide the circle plus badge on feedback as well */
        .feedback-plus-overlay.following {
            display: none !important;
        }
    
