/* =========================================================  WORKTOGO – IMAGE BREADCRUMB FINAL LOCKED CSS    (DO NOT TOUCH)  ========================================================= */    .worktogo-image-breadcrumb{      display:flex;      align-items:center;      gap:10px;      padding:10px 12px;      margin:12px 10px 20px;      overflow-x:auto;      background:#f7f9fc;      border-radius:12px;      box-shadow:0 4px 12px rgba(0,0,0,0.06);  }  .worktogo-image-breadcrumb::-webkit-scrollbar{display:none;}    .w2g-breadcrumb-item{      display:flex;      align-items:center;      gap:6px;      background:#ffffff;      padding:6px 10px;      border-radius:20px;      text-decoration:none !important;      color:#222;      font-size:12px;      font-weight:600;      white-space:nowrap;      box-shadow:0 2px 6px rgba(0,0,0,0.08);      transition:0.2s ease;  }  .w2g-breadcrumb-item:hover{      background:#1fa84f;      color:#ffffff;  }    .w2g-breadcrumb-img{      width:22px;      height:22px;      border-radius:50%;      overflow:hidden;      flex-shrink:0;      border:1px solid #e5e7eb;      background:#fff;  }  .w2g-breadcrumb-img img{      width:100%;      height:100%;      object-fit:cover;      display:block;  }  .w2g-breadcrumb-title{line-height:1;}    .worktogo-image-breadcrumb   .w2g-breadcrumb-item:nth-child(1)   .w2g-breadcrumb-img img{      content:url("https://worktogo.in/wp-content/uploads/2025/10/ChatGPT-Image-Oct-27-2025-07_18_30-PM.png");  }  .worktogo-image-breadcrumb   .w2g-breadcrumb-item:nth-child(2)   .w2g-breadcrumb-img img{      content:url("https://worktogo.in/wp-content/uploads/2025/10/ChatGPT-Image-Oct-27-2025-07_18_30-PM.png");  }  .worktogo-image-breadcrumb   .w2g-breadcrumb-item:nth-child(1),  .worktogo-image-breadcrumb   .w2g-breadcrumb-item:nth-child(2){      background:#ecfdf5;      border:1px solid rgba(31,168,79,0.25);  }    @media(max-width:600px){      .worktogo-image-breadcrumb{padding:8px 8px;gap:8px;}      .w2g-breadcrumb-item{font-size:11px;padding:5px 8px;}      .w2g-breadcrumb-img{width:18px;height:18px;}  }    /* =========================================WORKTOGO – FINAL PREMIUM COLOR SYSTEMBrand based, not copied========================================= *//* HOME – Trust + Brand Feel */#wt-ui-wrapper{    background: linear-gradient(        180deg,        #e3f4f1 0%,        #f2f8f7 35%,        #ffffff 100%    );}/* GROCERY – Fresh & Natural */body.page-grocery #wt-ui-wrapper{    background: linear-gradient(        180deg,        #d9f3e4 0%,        #eefaf3 40%,        #ffffff 100%    );}/* SHOP – Marketplace / E-commerce */body.page-shop #wt-ui-wrapper{    background: linear-gradient(        180deg,        #e8f0fb 0%,        #f4f8fe 40%,        #ffffff 100%    );}/* SERVICES – Professional + Calm */body.page-all-listings #wt-ui-wrapper{    background: linear-gradient(        180deg,        #f3efe7 0%,        #faf8f4 40%,        #ffffff 100%    );}