/* === FIX 1: Feature pages — SEO toggle section on WHITE bg, FULL width === */
    .si-seo {
        padding: 32px 0 56px !important;
        background: #ffffff !important;
    }
    /* Keep toggle button at full container width (no card wrap) */
    .si-seo__toggle {
        max-width: 100% !important;
        margin: 0 auto !important;
    }
    .si-seo__toggle-btn {
        max-width: 720px !important;
    }
    /* When open, content uses full container width naturally */
    .si-seo__content {
        max-width: 100% !important;
    }
    @media (max-width: 768px) {
        .si-seo { padding: 24px 0 40px !important; }
    }

    /* === FIX 2: Homepage seo-toggle — force single column on mobile === */
    @media (max-width: 768px) {
        .seo-toggle__text section > div[style*="grid-template-columns"] {
            grid-template-columns: 1fr !important;
            gap: 24px !important;
        }
        .seo-toggle__text section {
            padding: 24px 16px !important;
        }
        .seo-toggle__text h2 {
            font-size: 22px !important;
        }
        .seo-toggle__text p {
            font-size: 15px !important;
            line-height: 1.7 !important;
        }
    }
@media(max-width:991px){#bp-sidebar,.bp-sidebar{display:none!important}}
/* 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; }
.sh-cat-badge.cat-field-service,.sh-category-badge.cat-field-service{background:#0d9488 !important;color:#fff !important;}.sh-tool-card>div{display:flex !important;align-items:center !important;gap:12px !important;}.sh-tool-card>div .sh-tool-h3{margin:0 !important;align-self:center !important;}.sh-tool-card>div .sh-tool-num{align-self:center !important;}.sh-cta-box br{display:none !important;}.sh-cta-box .sh-btn{display:inline-flex !important;align-items:center !important;vertical-align:middle;}.bp-sidebar__sticky{position:sticky;top:100px;align-self:flex-start;}.bp-sidebar__sticky .bp-sidebar__inner{position:static !important;max-height:none !important;overflow:visible !important;top:auto !important;}
/* WCAG AA fix: #5a6278 (4.38:1) → #4a5568 (5.9:1 on white) */
.si-hero__sub,
.pr-hero__sub,
.feat-hero__sub,
.page-intro__subtitle,
[style*="color: #5a6278"],
[style*="color:#5a6278"] {
    color: #4a5568 !important;
}