/* Equipped artwork frames preserve a clear center above the character's knees. */
.equipped-showcase{position:relative;width:100%;height:100%;isolation:isolate;overflow:hidden}
.equipped-showcase>.avatar-canvas{position:relative;z-index:1}
.profile-avatar>.equipped-showcase{height:calc(100% - 70px)}
.profile-avatar>.equipped-showcase>.avatar-canvas{width:100%;height:100%}
.showcase-item{position:absolute;pointer-events:none;user-select:none;z-index:2;filter:drop-shadow(0 4px 5px #030b1670)}
.showcase-item *{pointer-events:none;user-select:none}
.showcase-art{display:block;width:100%;height:100%;overflow:hidden}
.showcase-properties{left:2%;top:7%;width:28%;height:28%}
.showcase-aviation{right:2%;top:7%;width:28%;height:26%}
.showcase-cars,.showcase-marine{bottom:9%;height:20%;z-index:3}
.showcase-cars{left:1%;width:51%}
.showcase-cars>.showcase-art{transform:scaleX(-1)}
.showcase-marine{right:1%;width:55%;z-index:4}
.showcase-marine.yacht{width:60%}
.showcase-marine.small{width:46%}
.showcase-marine.compact{width:40%;height:16%}
.inventory-v3 .profile-scene:has(.showcase-item) .profile-caption{bottom:0;z-index:5}
@media(max-width:760px){
 .profile-avatar>.equipped-showcase{height:270px}
}
