/* ===== CTA box — ensure text stays white even if inline color is missing ===== */
    .sh-cta-box { background: linear-gradient(135deg, #369fff, #1a7de8); border-radius: 12px; padding: 40px; margin: 40px 0; text-align: center; }
    .sh-cta-box p { color: #ffffff !important; margin: 0 0 10px; line-height: 1.4; }
    .sh-cta-box p.sh-cta-title { font-size: 22px; font-weight: 700; margin: 0 0 10px; color: #ffffff !important; }
    .sh-cta-box p.sh-cta-sub { font-size: 15px; color: rgba(255,255,255,0.88) !important; margin: 0 0 24px; }
    .sh-cta-box .sh-btn { display: inline-block; padding: 13px 28px; border-radius: 8px; font-weight: 700; text-decoration: none; font-size: 15px; margin: 6px 8px; }
    .sh-cta-box .sh-btn[style*="background: #ffffff"],
    .sh-cta-box .sh-btn[style*="background:#ffffff"],
    .sh-cta-box .sh-btn--primary { background: #ffffff !important; color: #369fff !important; }
    .sh-cta-box .sh-btn[style*="background: transparent"],
    .sh-cta-box .sh-btn[style*="background:transparent"],
    .sh-cta-box .sh-btn--ghost { background: transparent !important; color: #ffffff !important; border: 2px solid #ffffff; }

    /* ===== Numbered badges in listicles — covers all 4 markup variants ===== */
    .sh-tool-card { margin: 40px 0 8px; }
    .sh-tool-card > div,
    .sh-tool-h3,
    .sh-tool-head,
    .sh-tool-h { display: flex !important; align-items: center !important; gap: 12px !important; margin: 40px 0 8px !important; font-size: 22px; font-weight: 700; line-height: 1.3; }
    .sh-tool-h3 .sh-tool-badge,
    .sh-tool-head .sh-tool-badge,
    .sh-tool-h .sh-tool-badge,
    .sh-tool-num { display: inline-flex !important; align-items: center !important; justify-content: center !important; width: 36px; height: 36px; min-width: 36px; background: #369fff; color: #ffffff !important; border-radius: 8px; font-size: 18px; font-weight: 700; flex-shrink: 0; }
    .sh-tool-h3 .sh-tool-name,
    .sh-tool-head h3,
    .sh-tool-h h3 { display: inline-block; margin: 0 !important; font-size: 22px; font-weight: 700; line-height: 1.3; }

    /* ===== sh-read-also: kill wpautop-injected empty <p>/<br> inside flex container ===== */
    .sh-read-also > p:empty { display: none; }
    .sh-read-also > br { display: none; }

    /* ===== sh-tip ===== */
    .sh-tip { border-left: 3px solid #10b981; background: #ecfdf5; padding: 12px 16px; margin: 18px 0; border-radius: 0 6px 6px 0; font-size: 15px; }

    /* ===== Mobile ===== */
    @media (max-width: 768px) {
        .sh-cta-box { padding: 28px 18px; }
        .sh-cta-box p.sh-cta-title { font-size: 19px; }
        .sh-cta-box .sh-btn { display: block; margin: 8px 0; }
        .sh-tool-card { padding: 14px; }
        .sh-tool-num,
        .sh-tool-h3 .sh-tool-badge { width: 32px; height: 32px; min-width: 32px; font-size: 16px; }
        .sh-tool-h3 { font-size: 20px; }
    }

    /* ===== single-dash .sh-btn variant (older markup, e.g. truck-dispatcher-training) ===== */
    .sh-cta-box .sh-btn-primary { background: #ffffff !important; color: #369fff !important; border: 2px solid #ffffff; }
    .sh-cta-box .sh-btn-secondary { background: transparent !important; color: #ffffff !important; border: 2px solid #ffffff; }
    .sh-btn-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 8px; }

    /* ===== components whose in-content CSS was stripped on migration (now global) ===== */
    .sh-read-also { border-left: 3px solid #369fff; background: #f0f7ff; padding: 12px 16px; margin: 20px 0; border-radius: 0 6px 6px 0; display: flex; align-items: flex-start; gap: 10px; }
    .sh-info-box { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 16px 20px; margin: 20px 0; }
    .sh-table-wrap { margin: 24px 0; overflow-x: auto; }
    .sh-table-wrap table { width: 100%; border-collapse: collapse; font-size: 15px; }
    .sh-table-wrap thead tr { background: #369fff; color: #ffffff; }
    .sh-table-wrap th { padding: 12px 16px; text-align: left; font-weight: 600; }
    .sh-table-wrap td { padding: 11px 16px; border-bottom: 1px solid #e2e8f0; }

    /* ===== .cta-box (FSM small-business & challenges articles) — desktop is inline-styled;
            this restores the responsive mobile overrides that were stripped from in-content <style> on migration ===== */
    @media (max-width: 600px) {
        .cta-box { padding: 24px 16px !important; }
        .cta-box p { font-size: 0.9rem !important; }
        .cta-box a { padding: 12px 24px !important; font-size: 0.9rem !important; }
        .cta-inline { padding: 20px 16px !important; }
    }

    /* ===== Top Picks block (sh-picks) — global: used on 75505 + translations + future listicles ===== */
    /* Top Picks — lead card carries the rank; no numerals (Jump to numbers the list) */
    .bp-content .sh-picks{background:#f0f7ff;border-radius:14px;padding:20px;margin:24px 0}
    .bp-content .sh-picks-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:14px;align-items:start}
    .bp-content .sh-pick{background:#fff;border:1px solid #e2ecf7;border-radius:10px;padding:18px}
    .bp-content .sh-pick--lead{padding:22px;box-shadow:0 2px 10px rgba(20,60,120,.08);border-color:#cfe4fb}
    .bp-content .sh-pick-name{margin:0 0 8px;font-size:21px;font-weight:800;line-height:1.2;color:#1a7de8}
    .bp-content .sh-pick--lead .sh-pick-name{font-size:26px}
    .bp-content .sh-pick-desc{margin:0;font-size:14px;line-height:1.55;color:#3d4552}
    .bp-content .sh-pick-actions{display:flex;align-items:center;gap:16px;margin:16px 0 0;flex-wrap:wrap}
    .bp-content .sh-pick-more{font-size:14px;color:#1a7de8;text-decoration:underline;font-weight:600}
    .bp-content .sh-pick-btn{display:inline-block;background:#369fff;color:#fff!important;padding:11px 22px;border-radius:8px;font-weight:700;font-size:14px;text-decoration:none}
    .bp-content .sh-pick-btn:hover{background:#1a7de8}
    .bp-content .sh-trust{margin:20px 0 0;padding:18px 0 0;border-top:1px solid #d9e8fa}
    .bp-content .sh-trust .sh-trust-h{margin:0 0 8px!important;font-size:13px!important;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#1a7de8;line-height:1.3}
    .bp-content .sh-trust p{margin:0 0 8px;font-size:14px;line-height:1.6;color:#3d4552}
    .bp-content .sh-trust p:last-child{margin-bottom:0}
    @media (max-width:760px){.bp-content .sh-picks{padding:14px}.bp-content .sh-picks-grid{grid-template-columns:1fr;gap:10px}.bp-content .sh-pick--lead .sh-pick-name{font-size:22px}}