/* Shifton category badges */
.sh-category-badge {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  color: #fff !important;
  line-height: 1.6;
  transition: opacity 0.2s;
}
.sh-category-badge:hover { opacity: 0.82; color: #fff !important; }
.sh-category-badge.cat-scheduling { background: #2563eb; }
.sh-category-badge.cat-workforce-management { background: #7c3aed; }
.sh-category-badge.cat-hr-management { background: #059669; }
.sh-category-badge.cat-call-center { background: #d97706; }
.sh-category-badge.cat-time-tracking { background: #0891b2; }
.sh-category-badge.cat-leadership { background: #dc2626; }
.sh-category-badge.cat-top-tools { background: #ea580c; }
.sh-category-badge.cat-uncategorized { display: none; }

/* Blog filter bar */
.sh-cat-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}
.sh-cat-filter a {
  display: inline-block;
  padding: 7px 18px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  border: 2px solid #e5e7eb;
  color: #374151 !important;
  background: #fff;
  transition: all 0.2s;
}
.sh-cat-filter a:hover,
.sh-cat-filter a.active {
  border-color: #2563eb;
  color: #2563eb !important;
  background: #eff6ff;
}
.sh-cat-filter a.active { font-weight: 700; }

/* === Shifton Category Badges (Connecteam-style) === */
.sh-cat-badge {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  text-decoration: none !important;
  color: #fff !important;
  line-height: 1.8;
  white-space: nowrap;
}
.sh-cat-badge:hover { opacity: 0.85; color: #fff !important; }
.sh-cat-badge.cat-scheduling          { background: #2563eb; }
.sh-cat-badge.cat-workforce-management { background: #7c3aed; }
.sh-cat-badge.cat-hr-management       { background: #059669; }
.sh-cat-badge.cat-call-center         { background: #d97706; }
.sh-cat-badge.cat-time-tracking       { background: #0891b2; }
.sh-cat-badge.cat-leadership          { background: #dc2626; }
.sh-cat-badge.cat-top-tools           { background: #ea580c; }
.sh-cat-badge.cat-uncategorized       { display: none; }

/* Card meta: author · date · read time */
.bp-card-meta {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #6b7280;
  margin-top: 8px;
  flex-wrap: wrap;
}
.bp-card-meta .bp-author { color: #374151; font-weight: 500; }
.bp-card-meta .bp-sep    { color: #d1d5db; }
.bp-card-meta .bp-read-time { color: #6b7280; }
.bp-card-meta-top { margin-bottom: 8px; }

/* Blog filter bar */
.sh-cat-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 36px;
  padding: 0;
  list-style: none;
  align-items: center;
}
.sh-cat-filter a {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 24px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none !important;
  border: 1.5px solid #e5e7eb;
  color: #374151 !important;
  background: #fff;
  transition: all 0.18s;
  white-space: nowrap;
}
.sh-cat-filter a:hover { border-color: #2563eb; color: #2563eb !important; background: #eff6ff; }
.sh-cat-filter a.active { border-color: #2563eb; color: #fff !important; background: #2563eb; font-weight: 600; }