.tcfb-ssp-flush{margin-left:0;padding-left:0}
.tcfb-ssp-list-flush{margin:0;padding-left:0;list-style:none}
.tcfb-ssp-topline{margin:0 0 .75rem 0}
.tcfb-ssp-count{font-size:1.35rem;font-weight:700}
.tcfb-ssp-note{font-size:.95rem;color:#6b7280;margin-top:.15rem}

/* Tabs */
.tcfb-ssp-tabs{display:flex;gap:.9rem;border-bottom:1px solid #e5e7eb;margin:.5rem 0 1rem 0}
.tcfb-ssp-tab{appearance:none;background:none;border:none;padding:.5rem .25rem;margin:0;cursor:pointer;
  font-size:1.12rem;color:#6b7280}
.tcfb-ssp-tab.is-active{color:var(--tcfb-ssp-primary, var(--wp--preset--color--primary, #2271b1));border-bottom:2px solid var(--tcfb-ssp-primary, var(--wp--preset--color--primary, #2271b1));font-weight:700}
.tcfb-ssp-pane{display:none}
.tcfb-ssp-pane.is-active{display:block}

/* Items */
.tcfb-ssp-item{margin:.5rem 0 1rem 0}
.tcfb-ssp-title{margin:0 0 .2rem 0}
.tcfb-ssp-title a{color:var(--tcfb-ssp-title, var(--wp--preset--color--primary, #2271b1));text-decoration:none}
.tcfb-ssp-title a:hover{text-decoration:underline}
.tcfb-ssp-item-pt{font-weight:700;color:var(--tcfb-ssp-primary, var(--wp--preset--color--primary, #2271b1));margin-bottom:.2rem;font-size:1rem}
.tcfb-ssp-meta{margin:0 0 .2rem 0;color:#6b7280;font-size:.9rem}
.tcfb-ssp-excerpt{color:#374151}

/* Pagination */
.tcfb-ssp-pagination ul{display:flex;gap:.35rem;list-style:none;margin:1rem 0 0;padding:0}
.tcfb-ssp-pagination a,.tcfb-ssp-pagination span{display:inline-block;padding:.3rem .55rem;border:1px solid #e5e7eb;border-radius:.25rem;text-decoration:none}

/* First-load staggered slide-up animation */
.tcfb-ssp-results.is-first-load .tcfb-ssp-item{opacity:0;transform:translateY(20px);animation:tcfb-slide-up .55s ease-out forwards}
.tcfb-ssp-results.is-first-load .tcfb-ssp-item:nth-child(1){animation-delay:.05s}
.tcfb-ssp-results.is-first-load .tcfb-ssp-item:nth-child(2){animation-delay(.15s)}
.tcfb-ssp-results.is-first-load .tcfb-ssp-item:nth-child(3){animation-delay:.25s}
.tcfb-ssp-results.is-first-load .tcfb-ssp-item:nth-child(4){animation-delay:.35s}
.tcfb-ssp-results.is-first-load .tcfb-ssp-item:nth-child(5){animation-delay:.45s}
.tcfb-ssp-results.is-first-load .tcfb-ssp-item:nth-child(6){animation-delay:.55s}
.tcfb-ssp-results.is-first-load .tcfb-ssp-item:nth-child(7){animation-delay:.65s}
.tcfb-ssp-results.is-first-load .tcfb-ssp-item:nth-child(8){animation-delay:.75s}
.tcfb-ssp-results.is-first-load .tcfb-ssp-item:nth-child(9){animation-delay:.85s}
.tcfb-ssp-results.is-first-load .tcfb-ssp-item:nth-child(10){animation-delay:.95s}
@keyframes tcfb-slide-up{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}

/* Admin */
.tcfb-ssp-grid{display:flex;flex-wrap:wrap;gap:12px}
.tcfb-ssp-tax-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}
.tcfb-ssp-tax-col{border:1px solid #e5e7eb;border-radius:6px;padding:10px;background:#fff}
.tcfb-ssp-tax-col h4{margin:0 0 8px 0;font-size:14px}
.tcfb-ssp-tools{margin-top:8px}
