:
/* Techsparks Site Kit Styles */
:root{--ts-primary:#0077FF;--ts-accent:#FF8C00}
.ts-banner{background:var(--ts-primary);color:#fff;padding:12px;border-radius:8px;text-align:center;margin-bottom:18px;font-weight:700}
.ts-trust{display:flex;gap:20px;justify-content:center;margin:16px 0;font-size:14px;color:#333}
.ts-upsell-section h3,.ts-recent-section h3{color:var(--ts-accent);text-align:center;margin-top:30px}
.ts-sticky-bar{display:flex;position:fixed;left:0;right:0;bottom:0;background:#fff;box-shadow:0 -6px 20px rgba(0,0,0,0.08);padding:12px 16px;justify-content:space-between;align-items:center;z-index:999;border-top:4px solid var(--ts-accent)}
#ts-sticky-btn{background:var(--ts-accent);color:#fff;padding:10px 18px;border-radius:8px;border:none;font-weight:700;cursor:pointer}
#ts-sticky-btn:hover{background:var(--ts-primary)}
@media(max-width:768px){.ts-trust{flex-direction:column;text-align:center}.ts-upsell-section ul.products{overflow-x:auto;display:flex;gap:12px;padding:8px 0}.ts-upsell-section ul.products li{min-width:180px;flex:0 0 auto}}
