/* Shared game-style card: actual instance values are supplied by item-details. */
.item-description.game-item-tooltip,
.item-description.actual-item-details {
 box-sizing:border-box;
 padding:14px 14px 16px;
 color:#fff;
 background:rgba(4,6,7,.95);
 border:1px solid #53534e;
 border-radius:0;
 box-shadow:inset 0 0 0 1px #141717,0 2px 5px #0008;
 font:400 15px/17px Arial,sans-serif;
 text-align:center;
 text-transform:none;
 letter-spacing:normal;
 overflow:auto;
 scrollbar-width:thin;
 scrollbar-color:#565952 #0a0c0d;
}
.item-description.game-item-tooltip {
 position:fixed;
 z-index:10000;
 width:max-content;
 min-width:min(330px,calc(100vw - 16px));
 max-width:calc(100vw - 16px);
 max-height:calc(100dvh - 16px);
 pointer-events:auto;
}
.item-description.actual-item-details {width:100%;max-height:76dvh;align-self:center;}
.item-description .tooltip-model {width:100%;height:148px;min-height:148px;margin:0 0 8px;background:transparent;border:0;}
.item-description .tooltip-model canvas {width:100%;height:100%;}
.item-description .item-title {
 display:block;
 position:relative;
 padding:4px 0 8px;
 margin:0 -12px 24px;
 background:#20242680;
 color:#fff;
 font:700 15px/18px Arial,sans-serif;
}
.item-description .item-title-excellent {color:#00ff80;}
.item-description .item-section {margin:17px 0 0;padding:0;}
.item-description .item-statistics {margin-top:0;}
.item-description .item-excellent-options {margin-top:25px;}
.item-description.item-description p {
 margin:0;
 padding:0;
 font:inherit;
 color:#fff;
 min-height:17px;
}
.item-description.item-description .gear-base {color:#ffdc00;}
.item-description.item-description .gear-score {color:#ba5aff;}
.item-description.item-description .item-option {color:#80b3ff;}
.item-description.item-description .excellent-heading {color:#00ff80;margin:0!important;font-weight:400;}
.item-description.item-description .tier-1 {color:#a6bdcd;}
.item-description.item-description .tier-2 {color:#b5c874;}
.item-description.item-description .tier-3 {color:#ef82df;}
.item-description.item-description .tier-4 {color:#ff9b13;}
.item-description.item-description .tier-5 {color:#ff3319;}
.item-description.item-description .ancient-option {color:#7cb0ff;}
.item-description.item-description .upgrade-red {color:#ff3f3f;}
.item-description.item-description .upgrade-green {color:#00ff80;}
.item-description.item-description .upgrade-yellow {color:#ffdc00;}
.item-description.item-description .upgrade-locked {color:#666;}
