
.service-breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px;
  margin:0 0 30px;
  padding:10px 14px;
  width:max-content;
  max-width:100%;
  border:1px solid #eceff2;
  border-radius:999px;
  background:#fff;
  box-shadow:0 8px 24px rgba(15,18,24,.05);
  color:#7b8088;
  font-size:13px;
}
.service-breadcrumb a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#4d525a;
  text-decoration:none;
  font-weight:800;
  transition:color .18s ease,background .18s ease;
}
.service-breadcrumb a:hover{color:#ed1c24}
.service-breadcrumb-home{
  padding:6px 10px;
  border-radius:999px;
  background:#fff4f4;
  color:#ed1c24!important;
}
.service-breadcrumb-icon{
  width:20px;height:20px;display:grid;place-items:center;
}
.service-breadcrumb-icon svg{
  width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;
  stroke-linecap:round;stroke-linejoin:round;
}
.service-breadcrumb-sep{color:#c4c8ce}
.service-breadcrumb-current{
  color:#202328;
  font-weight:900;
  white-space:normal;
}
.service-detail-split{margin-top:0!important}
@media(max-width:640px){
  .service-breadcrumb{
    width:100%;
    border-radius:16px;
    gap:6px;
    padding:9px 11px;
    font-size:12px;
  }
  .service-breadcrumb-current{
    max-width:100%;
  }
}
