.pro-category-browser{
  background:#fff;
  border:1px solid #e6e9ef;
  border-radius:22px;
  padding:18px;
  margin:0 0 16px;
  box-shadow:0 12px 32px rgba(16,24,40,.06);
}

.pro-cat-head{
  margin-bottom:14px;
}

.pro-cat-breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  color:#667085;
  font-size:13px;
  font-weight:800;
  margin-bottom:8px;
}

.pro-cat-breadcrumb a{
  color:#0f766e;
  text-decoration:none;
}

.pro-cat-head h3{
  margin:0;
  font-size:22px;
  font-weight:1000;
  color:#111827;
}

.pro-cat-head p{
  margin:5px 0 0;
  color:#667085;
  font-weight:700;
}

.pro-cat-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.pro-cat-card{
  display:flex;
  align-items:center;
  gap:13px;
  padding:15px;
  border:1px solid #e6e9ef;
  background:#f8fafc;
  border-radius:18px;
  color:#111827;
  text-decoration:none;
  transition:.18s ease;
}

.pro-cat-card:hover{
  background:#fff;
  transform:translateY(-2px);
  box-shadow:0 14px 34px rgba(16,24,40,.08);
}

.pro-cat-icon{
  width:44px;
  height:44px;
  border-radius:15px;
  display:grid;
  place-items:center;
  background:#ecfdf5;
  font-size:22px;
  flex:0 0 auto;
}

.pro-cat-card strong{
  display:block;
  font-size:15px;
  font-weight:950;
  line-height:1.2;
}

.pro-cat-card span{
  display:block;
  color:#667085;
  font-size:12px;
  font-weight:750;
  margin-top:4px;
}

.pro-cat-card b{
  margin-left:auto;
  font-size:24px;
  color:#98a2b3;
}

@media(max-width:1000px){
  .pro-cat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:560px){
  .pro-category-browser{padding:13px;border-radius:18px}
  .pro-cat-grid{grid-template-columns:1fr}
}
