/* V353 final fixes */
/* Never show the old CSS-generated COMPÉTENCE badge together with the JS badge. */
.skillText::before,.skillText:before{display:none!important;content:none!important}
.skillTypeBadge{display:inline-flex!important}
/* Hide all costume descriptions, including legacy markup. */
.costumeInfoBox>p,.costumeNotes,.costumeDescription{display:none!important}
/* Community tuning is literally styled by the official costume slot classes. */
.cbCostumeTuningGridV306 .gameSlot,.cbOfficialCreatorScreenV308 .gameSlot{margin:8px 0!important;width:100%!important}
.cbCostumeTuningGridV306 .slotGem,.cbOfficialCreatorScreenV308 .slotGem{flex-shrink:0!important}
.cbDeleteOwn{background:#ef3340;color:#fff;border:3px solid #000;border-radius:12px;padding:10px 14px;font-weight:1000;box-shadow:0 3px 0 #000}
.cbDeleteOwn:hover{filter:brightness(1.08);transform:translateY(-1px)}
