.vency-breadcrumb-wrapper{direction:rtl;justify-content:flex-start;width:100%;padding:10px 0;display:flex}.vency-breadcrumb{flex-wrap:wrap;align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.vency-breadcrumb-link{color:#6b7280;white-space:nowrap;text-decoration:none;transition:color .2s}.vency-breadcrumb-link:hover{color:var(--accent-color,#8b5cf6)}.vency-breadcrumb-separator{color:#9ca3af;align-items:center;display:flex}.vency-breadcrumb-separator svg{width:6px;height:10px;transform:rotate(180deg)}.vency-breadcrumb-current{color:var(--accent-color,#8b5cf6);cursor:default;white-space:nowrap;text-overflow:ellipsis;max-width:300px;overflow:hidden}@media (width<=768px){.vency-breadcrumb{font-size:13px}.vency-breadcrumb-current{max-width:150px}}