.swpm-twb-fiche{
  display:grid;
  grid-template-columns: 2fr 1.2fr;
  gap:16px;
}

.swpm-twb-left,
.swpm-twb-right{
  display:grid;
  gap:16px;
}

.swpm-twb-box{
  border:2px solid #000;
  padding:12px;
  background:#fff;
  position:relative;
}

.swpm-twb-title{
  font-weight:700;
  display:inline-block;
  border:2px solid #000;
  padding:2px 8px;
  background:#fff;
  position:relative;
  top:-22px;
}

.swpm-twb-name-row{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
  flex-wrap:wrap;
  margin-top:-10px;
}

.swpm-twb-name{
  font-size:20px;
  font-weight:800;
  letter-spacing:.4px;
}

.swpm-twb-birth-right{
  font-weight:700;
  white-space:nowrap;
}

.swpm-twb-row{
  margin-top:6px;
}

.swpm-twb-wrap{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.swpm-twb-label{
  font-weight:700;
}

.swpm-twb-block{
  margin-top:10px;
}

.swpm-twb-strong{
  font-weight:700;
}

.swpm-twb-stats{
  text-align:center;
  padding:4px 0;
}

.swpm-twb-spacer{
  height:10px;
}

.swpm-twb-list{
  margin:0;
  padding-left:18px;
}

.swpm-twb-debug{
  margin-top:16px;
  border:1px dashed #666;
  padding:10px;
  background:#fafafa;
}
