.tft-tooltip .tt-title span:last-child{
  display:inline-flex; align-items:center; gap:6px; font-weight:800;
}


/* Card */
.tft-trait-card{background:#0b1330;color:#dbe2ff;border-radius:18px;padding:22px;border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 36px rgba(0,0,0,.32)}
.tft-trait-header{display:flex;align-items:center;gap:12px;margin-bottom:10px}
.tft-trait-icon{width:26px;height:26px;object-fit:contain}
.tft-trait-title{color:#fff;margin:0;font-size:18px;font-weight:800}
.tft-trait-content{font-size:14px;opacity:.95;margin-bottom:14px}

/* 3 columns grid */
.tft-trait-archive{display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}
@media (max-width:1100px){.tft-trait-archive{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.tft-trait-archive{grid-template-columns:1fr}}

/* Champions row */
.tft-champ-grid{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:6px}
.tft-champ{width:56px;height:56px;border-radius:12px;overflow:hidden;background:#10193d;border:2px solid rgba(255,255,255,.08);box-shadow:inset 0 0 0 1px rgba(255,255,255,.04),0 10px 18px rgba(0,0,0,.28);transition:transform .15s ease,box-shadow .15s ease;position:relative}
.tft-champ img{width:100%;height:100%;object-fit:cover;display:block}
.tft-champ:hover{transform:translateY(-2px)}

/* Cost colors */
.tft-champ.cost-1{border-color:#9aa0a6}
.tft-champ.cost-2{border-color:#34d399}
.tft-champ.cost-3{border-color:#60a5fa}
.tft-champ.cost-4{border-color:#c084fc}
.tft-champ.cost-5{border-color:#facc15}

/* Tooltip */
.tft-tooltip{position:absolute;z-index:9999;background:#0f1a3d;color:#e5e9ff;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:14px;width:320px;box-shadow:0 16px 36px rgba(0,0,0,.45);display:none}
.tft-tooltip .tt-title{font-weight:800;margin:0 0 6px;display:flex;align-items:center;justify-content:space-between}
.tft-tooltip .tt-meta{font-size:12px;opacity:.85;margin-bottom:8px}
.tft-tooltip .tt-body{font-size:13px;line-height:1.5}

/* Không cho ảnh trong card Tộc/Hệ bị margin auto của theme */
.single .entry-content .tft-trait-card img{
  margin: 0 !important;
}

/* Nếu muốn chỉ reset icon/ảnh tướng, chặt chẽ hơn: */
.single .entry-content .tft-trait-card .tft-trait-header .tft-trait-icon,
.single .entry-content .tft-trait-card .tft-champ-grid img{
  margin: 0 !important;
}


