
.tb-wrap{padding:24px 16px;background:#fff;}
.tb-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;}
.tb-item{display:flex;align-items:center;padding:8px 12px;border-right:1px solid #DDE5EF;}
.tb-item:last-child{border-right:none;}
.tb-icon{width:48px;height:48px;background:#F8F6F1;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px;flex-shrink:0;}
.tb-text{margin-left:12px;min-width:0;}
.tb-title{font-size:15px;font-weight:bold;color:#1A3A5C;font-family:'Yu Gothic','Hiragino Sans',sans-serif;line-height:1.3;}
.tb-sub{font-size:12px;color:#999;margin-top:2px;font-family:'Yu Gothic','Hiragino Sans',sans-serif;line-height:1.3;}
@media (max-width:768px){
.tb-grid{grid-template-columns:repeat(2,1fr);gap:16px 8px;}
.tb-item{border-right:none;padding:8px 4px;}
.tb-item:nth-child(odd){border-right:1px solid #DDE5EF;padding-right:12px;}
.tb-item:nth-child(even){padding-left:12px;}
.tb-icon{width:40px;height:40px;font-size:22px;}
.tb-title{font-size:13px;}
.tb-sub{font-size:11px;}
}
