.mini-armory-popup {
    background: linear-gradient(135deg, #1a1512 0%, #2d2319 50%, #1a1512 100%);
    border: 1px solid #4a3c2a;
    border-radius: 8px;
    padding: 15px;
    width: 400px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 215, 0, 0.1);
    font-family: 'Segoe UI', Tahoma, sans-serif;
    position: relative;
    overflow: visible;
}

.mini-armory-popup::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #c9a34c, transparent);
}

.mini-armory-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(201, 163, 76, 0.2);
    margin-bottom: 12px;
    position: relative;
}

.mini-armory-avatar {
    width: 56px;
    height: 56px;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid #4a3c2a;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    flex-shrink: 0;
}

.mini-armory-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mini-armory-info {
    flex: 1;
    min-width: 0;
}

.mini-armory-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.mini-armory-details {
    font-size: 12px;
    color: #9e8b6e;
    margin-bottom: 2px;
}

.mini-armory-guild {
    font-size: 11px;
    color: #4fc3f7;
    margin-bottom: 2px;
}

.mini-armory-spec {
    font-size: 11px;
    color: #a0a0a0;
    display: flex;
    align-items: center;
    gap: 4px;
}

.mini-armory-spec img {
    width: 14px;
    height: 14px;
    border-radius: 2px;
}

.mini-armory-ilvl {
    font-size: 12px;
    color: #888;
    margin-top: 3px;
}

.mini-armory-ilvl span {
    color: #ffd700;
    font-weight: bold;
}

.mini-armory-gold {
    font-size: 11px;
    margin-top: 2px;
    display: flex;
    align-items: center;
    gap: 2px;
}

.gold-amount { color: #ffd700; font-weight: bold; }
.silver-amount { color: #c0c0c0; margin-left: 4px; }
.copper-amount { color: #b87333; margin-left: 4px; }
.money-icon { width: 12px; height: 12px; vertical-align: middle; }

.mini-armory-full-link {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #c9a34c;
    text-decoration: none;
    padding: 4px 8px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    transition: all 0.2s ease;
    font-family: tahoma;
}

.mini-armory-full-link:hover {
    background: rgba(201, 163, 76, 0.2);
    color: #ffd700;
}

.mini-armory-gear {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
}

.mini-armory-left-slots,
.mini-armory-right-slots {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mini-armory-character-model {
    width: 120px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.character-model-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #c9a34c;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5), 0 0 20px rgba(201, 163, 76, 0.3);
    box-shadow: 0 0 20px rgba(201, 163, 76, 0.2);
}

.mini-armory-slot {
    width: 36px;
    height: 36px;
    background: rgba(30, 24, 18, 0.8);
    border: 1px solid #3d3225;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.2s ease;
    cursor: pointer;
}

.mini-armory-slot:hover {
    border-color: #c9a34c;
    box-shadow: 0 0 8px rgba(201, 163, 76, 0.4);
    transform: scale(1.05);
}

.mini-armory-slot.has-item {
    background: rgba(40, 32, 24, 0.9);
}

.mini-armory-slot.q0 { border-color: #9d9d9d; }
.mini-armory-slot.q1 { border-color: #ffffff; }
.mini-armory-slot.q2 { border-color: #1eff00; }
.mini-armory-slot.q3 { border-color: #0070dd; }
.mini-armory-slot.q4 { border-color: #a335ee; }
.mini-armory-slot.q5 { border-color: #ff8000; }
.mini-armory-slot.q6 { border-color: #e6cc80; }
.mini-armory-slot.q7 { border-color: #00ccff; }

.mini-armory-slot img {
    width: 32px;
    height: 32px;
    border-radius: 3px;
}

.mini-armory-slot a {
    display: block;
    line-height: 0;
}

.empty-slot {
    width: 24px;
    height: 24px;
    opacity: 0.3;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.empty-slot.head-slot { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236b5b4a"><path d="M12 2C9 2 6 4.5 6 8v3c0 1 .5 2 1.5 2.5V17c0 2 2 3 4.5 3s4.5-1 4.5-3v-3.5c1-.5 1.5-1.5 1.5-2.5V8c0-3.5-3-6-6-6z"/></svg>'); }
.empty-slot.neck-slot { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236b5b4a"><circle cx="12" cy="12" r="6" stroke="%236b5b4a" stroke-width="2" fill="none"/><circle cx="12" cy="18" r="2"/></svg>'); }
.empty-slot.shoulders-slot { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236b5b4a"><path d="M4 10c0-2 2-4 4-4h8c2 0 4 2 4 4v4H4v-4z"/></svg>'); }
.empty-slot.back-slot { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236b5b4a"><path d="M8 4h8v16l-4-3-4 3V4z"/></svg>'); }
.empty-slot.chest-slot { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236b5b4a"><path d="M6 6h12v12H6z"/></svg>'); }
.empty-slot.body-slot { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236b5b4a"><path d="M8 4h8l2 6v10H6V10l2-6z"/></svg>'); }
.empty-slot.tabard-slot { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236b5b4a"><path d="M8 4h8v16H8z"/><path d="M6 4h2v4H6zM16 4h2v4h-2z"/></svg>'); }
.empty-slot.wrists-slot { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236b5b4a"><rect x="6" y="8" width="12" height="8" rx="2"/></svg>'); }
.empty-slot.hands-slot { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236b5b4a"><path d="M8 12v-2c0-1 1-2 2-2h4c1 0 2 1 2 2v2l2 6H6l2-6z"/></svg>'); }
.empty-slot.waist-slot { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236b5b4a"><rect x="4" y="10" width="16" height="4" rx="1"/></svg>'); }
.empty-slot.legs-slot { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236b5b4a"><path d="M8 4h3v16H8zM13 4h3v16h-3z"/></svg>'); }
.empty-slot.feet-slot { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236b5b4a"><path d="M6 12h4v6H4v-4l2-2zM14 12h4l2 2v4h-6v-6z"/></svg>'); }
.empty-slot.finger-slot { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236b5b4a"><circle cx="12" cy="12" r="5" stroke="%236b5b4a" stroke-width="3" fill="none"/></svg>'); }
.empty-slot.trinket-slot { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236b5b4a"><path d="M12 2l3 6h6l-5 4 2 7-6-4-6 4 2-7-5-4h6z"/></svg>'); }
.empty-slot.mainhand-slot { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236b5b4a"><path d="M6 18L18 6l-2-2-14 14h4z"/></svg>'); }
.empty-slot.offhand-slot { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236b5b4a"><circle cx="12" cy="12" r="8" stroke="%236b5b4a" stroke-width="2" fill="none"/><circle cx="12" cy="12" r="3"/></svg>'); }
.empty-slot.ranged-slot { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236b5b4a"><path d="M4 4c8 0 16 8 16 16M4 4v6M4 4h6"/></svg>'); }

.mini-armory-weapons {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding-top: 10px;
    border-top: 1px solid rgba(201, 163, 76, 0.2);
}

.mini-armory-realm {
    text-align: center;
    font-size: 10px;
    color: #6b5b4a;
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid rgba(201, 163, 76, 0.1);
}

.color-c1 { color: #C79C6E; }
.color-c2 { color: #F58CBA; }
.color-c3 { color: #ABD473; }
.color-c4 { color: #FFF569; }
.color-c5 { color: #FFFFFF; }
.color-c6 { color: #C41F3B; }
.color-c7 { color: #0070DE; }
.color-c8 { color: #69CCF0; }
.color-c9 { color: #9482C9; }
.color-c10 { color: #00FF96; }
.color-c11 { color: #FF7D0A; }
.color-c12 { color: #A330C9; }

#mini-armory-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(3px);
}

#mini-armory-modal.active {
    display: flex;
}

#mini-armory-modal-content {
    position: relative;
    animation: miniArmoryFadeIn 0.3s ease;
}

#mini-armory-close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 24px;
    height: 24px;
    background: #c9a34c;
    border: none;
    border-radius: 50%;
    color: #1a1512;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 1;
}

#mini-armory-close:hover {
    background: #ffd700;
    transform: scale(1.1);
}

@keyframes miniArmoryFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.mini-armory-loading {
    text-align: center;
    padding: 40px;
    color: #9e8b6e;
}

.mini-armory-loading::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #c9a34c;
    border-top-color: transparent;
    border-radius: 50%;
    animation: mini_armory_spin 1s linear infinite;
    margin-left: 10px;
    vertical-align: middle;
}

@keyframes mini_armory_spin {
    to { transform: rotate(360deg); }
}

.mini-armory-stats-toggle {
    position: absolute;
    right: -32px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 80px;
    background: linear-gradient(180deg, #2a2015, #1a1510);
    border: 1px solid #4a3a28;
    border-left: none;
    border-radius: 0 8px 8px 0;
    color: #c9a34c;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    gap: 4px;
    transition: all 0.3s ease;
    z-index: 10;
}

.mini-armory-stats-toggle:hover {
    background: linear-gradient(180deg, #3a3020, #2a2015);
    color: #ffd700;
}

.mini-armory-stats-toggle .toggle-icon {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.mini-armory-popup.stats-open .mini-armory-stats-toggle .toggle-icon {
    transform: rotate(180deg);
}

.mini-armory-stats-panel {
    position: absolute;
    right: -260px;
    top: 0;
    width: 250px;
    height: 100%;
    background: linear-gradient(180deg, #1a1510 0%, #0d0a07 100%);
    border: 1px solid #4a3a28;
    border-left: none;
    border-radius: 0 8px 8px 0;
    padding: 15px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    overflow-y: auto;
}

.mini-armory-popup.stats-open .mini-armory-stats-panel {
    opacity: 1;
    visibility: visible;
}

.mini-armory-popup.stats-open .mini-armory-stats-toggle {
    right: -292px;
}

.stats-panel-header {
    text-align: center;
    color: #ffd700;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #4a3a28;
}

.stats-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.stat-group {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    padding: 10px;
}

.stat-group-title {
    color: #c9a34c;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.stat-row {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #9e8b6e;
    padding: 3px 0;
    border-bottom: 1px solid rgba(74, 58, 40, 0.3);
}

.stat-row:last-child {
    border-bottom: none;
}

.stat-row span:last-child {
    color: #fff;
    font-weight: bold;
}

.stats-unavailable {
    text-align: center;
    color: #666;
    padding: 20px;
}

/* Talents Panel - Left Side */
.mini-armory-talents-toggle {
    position: absolute;
    left: -32px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 80px;
    background: linear-gradient(180deg, #2a2015, #1a1510);
    border: 1px solid #4a3a28;
    border-right: none;
    border-radius: 8px 0 0 8px;
    color: #c9a34c;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    gap: 4px;
    transition: all 0.3s ease;
    z-index: 10;
}

.mini-armory-talents-toggle:hover {
    background: linear-gradient(180deg, #3a3020, #2a2015);
    color: #ffd700;
}

.mini-armory-talents-toggle .toggle-icon {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.mini-armory-popup.talents-open .mini-armory-talents-toggle .toggle-icon {
    transform: rotate(180deg);
}

.mini-armory-talents-panel {
    position: absolute;
    left: -280px;
    top: 0;
    width: 270px;
    height: 100%;
    background: linear-gradient(180deg, #1a1510 0%, #0d0a07 100%);
    border: 1px solid #4a3a28;
    border-right: none;
    border-radius: 8px 0 0 8px;
    padding: 15px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    overflow-y: auto;
}

.mini-armory-popup.talents-open .mini-armory-talents-panel {
    opacity: 1;
    visibility: visible;
}

.mini-armory-popup.talents-open .mini-armory-talents-toggle {
    left: -312px;
}

.talents-panel-header {
    text-align: center;
    color: #ffd700;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #4a3a28;
}

.talents-tree-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.talent-tree-icon {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    border: 2px solid #4a3a28;
}

.talent-tree-info {
    flex: 1;
}

.talent-tree-name {
    color: #c9a34c;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 2px;
}

.talent-tree-points {
    color: #ffd700;
    font-size: 14px;
    font-weight: bold;
}

.talents-summary {
    text-align: center;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #4a3a28;
    color: #ffd700;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}

.talents-unavailable {
    text-align: center;
    color: #666;
    padding: 20px;
    font-family: tahoma;
}

.talent-tree-section {
    margin-bottom: 8px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    overflow: hidden;
}

.talent-tree-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #3a3020;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.talent-tree-header:hover {
    border-color: #c9a34c;
    background: rgba(201, 163, 76, 0.1);
}

.tree-expand-icon {
    color: #c9a34c;
    font-size: 10px;
    transition: transform 0.3s ease;
}

.talent-tree-section.expanded .tree-expand-icon {
    transform: rotate(180deg);
}

.talent-tree-section.expanded .talent-tree-header {
    border-radius: 6px 6px 0 0;
    border-bottom: none;
}

.talent-tree-details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid #3a3020;
    border-top: none;
    border-radius: 0 0 6px 6px;
}

.talent-tree-section.expanded .talent-tree-details {
    max-height: 500px;
}

.talent-detail-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-bottom: 1px solid rgba(74, 58, 40, 0.3);
}

.talent-detail-row:last-child {
    border-bottom: none;
}

.talent-detail-icon {
    width: 24px;
    height: 24px;
    border-radius: 3px;
    border: 1px solid #4a3a28;
}

.talent-detail-info {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.talent-detail-name {
    color: #9e8b6e;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

.talent-detail-rank {
    color: #1eff00;
    font-size: 11px;
    font-weight: bold;
}

/* Mini Armory Button for Store/Other pages */
.mini-armory-btn {
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 22px;
    height: 22px;
    background: linear-gradient(135deg, #2a2015, #1a1510);
    border: 1px solid #c9a34c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.2s ease;
    z-index: 5;
}

.mini-armory-btn:hover {
    background: linear-gradient(135deg, #3a3020, #2a2015);
    transform: scale(1.1);
    box-shadow: 0 0 8px rgba(201, 163, 76, 0.5);
}

#icon-section {
    position: relative;
}

/* Dual Spec Badges */
.mini-armory-dual-spec {
    display: flex;
    gap: 6px;
    margin-top: 3px;
    margin-bottom: 2px;
}

.mini-armory-spec-badge {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 2px 6px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #3a3020;
    border-radius: 4px;
    font-size: 10px;
    color: #9e8b6e;
    transition: all 0.2s ease;
}

.mini-armory-spec-badge.active {
    border-color: #c9a34c;
    background: rgba(201, 163, 76, 0.1);
    color: #c9a34c;
}

.mini-armory-spec-badge img {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid #4a3a28;
}

.mini-armory-spec-badge.active img {
    border-color: #c9a34c;
}

.mini-armory-spec-badge span {
    font-weight: bold;
    max-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mini-armory-spec-badge small {
    color: #6b5b4a;
    font-size: 9px;
}

.mini-armory-spec-badge em {
    font-style: normal;
    font-size: 8px;
    color: #1eff00;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Bag Items Section */
.mini-armory-bags-section {
    margin-top: 8px;
    border-top: 1px solid rgba(201, 163, 76, 0.2);
    padding-top: 8px;
}

.mini-armory-bags-toggle {
    width: 100%;
    background: linear-gradient(180deg, #2a2015, #1a1510);
    border: 1px solid #3a3020;
    border-radius: 6px;
    color: #c9a34c;
    cursor: pointer;
    padding: 6px 12px;
    font-size: 12px;
    font-family: tahoma;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.2s ease;
}

.mini-armory-bags-toggle:hover {
    background: linear-gradient(180deg, #3a3020, #2a2015);
    border-color: #c9a34c;
    color: #ffd700;
}

.bags-toggle-icon {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.mini-armory-popup.bags-open .bags-toggle-icon {
    transform: rotate(180deg);
}

.bags-count {
    color: #6b5b4a;
    font-size: 11px;
}

.mini-armory-bags-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.mini-armory-popup.bags-open .mini-armory-bags-panel {
    max-height: 400px;
    overflow-y: auto;
    margin-top: 8px;
}

.bags-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 2px;
}

.bags-item {
    width: 36px;
    height: 36px;
    background: rgba(30, 24, 18, 0.8);
    border: 1px solid #3d3225;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.2s ease;
    cursor: pointer;
}

.bags-item:hover {
    border-color: #c9a34c;
    box-shadow: 0 0 8px rgba(201, 163, 76, 0.4);
    transform: scale(1.08);
    z-index: 2;
}

.bags-item.q2 { border-color: #1eff00; }
.bags-item.q3 { border-color: #0070dd; }
.bags-item.q4 { border-color: #a335ee; }
.bags-item.q5 { border-color: #ff8000; }
.bags-item.q6 { border-color: #e6cc80; }
.bags-item.q7 { border-color: #00ccff; }

.bags-item img {
    width: 32px;
    height: 32px;
    border-radius: 3px;
}

.bags-item a {
    display: block;
    line-height: 0;
}

.mini-armory-bags-panel::-webkit-scrollbar {
    width: 4px;
}

.mini-armory-bags-panel::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.mini-armory-bags-panel::-webkit-scrollbar-thumb {
    background: #4a3a28;
    border-radius: 2px;
}

.mini-armory-bags-panel::-webkit-scrollbar-thumb:hover {
    background: #c9a34c;
}
