.t15-strips{display:grid;gap:20px;padding:20px 0}.t15-strip{background:#fff;border:1px solid #edf0f4;border-radius:18px;padding:18px}.t15-strip-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eef1f5;padding-bottom:13px;margin-bottom:15px}.t15-strip-head h3{font-size:18px;margin:0}.t15-strip-head a{font-size:12px;font-weight:700;color:var(--primary);text-decoration:none}.t15-strip-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:10px}.t15-strip-card{text-decoration:none;color:#334155;text-align:center;min-width:0}.t15-strip-card span{display:grid;place-items:center;width:58px;height:58px;margin:auto;border-radius:14px;background:#f8fafc;overflow:hidden}.t15-strip-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.t15-strip-card b{display:block;font-size:11px;margin-top:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.t15-strip-card:hover{color:var(--primary)}@media(max-width:900px){.t15-strip-grid{display:flex;overflow-x:auto;scrollbar-width:none}.t15-strip-grid::-webkit-scrollbar{display:none}.t15-strip-card{flex:0 0 92px}}