body.character #content .container_12 > .wrapper {
    display: flex;
    overflow: visible;
}

body.character #content .grid_12 {
    float: none;
    width: 100%;
}

body.character h2.nr-char-title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

body.character h2.nr-char-title .nr-shop-name {
    justify-content: center;
    color: inherit;
    font-size: inherit;
}

body.character h2.nr-char-title .nr-wow-icon {
    width: 22px;
    height: 22px;
}

body.character .nr-char-sub {
    margin: 0 0 18px;
    text-align: center;
    color: #cfd0c8;
    font-size: 13px;
    line-height: 18px;
}

body.character .nr-char-sheet {
    max-width: 520px;
    margin: 0 auto 18px;
    padding: 18px 20px 16px;
    background: #141415;
    border: 1px solid #2e2e30;
    border-radius: 6px;
}

body.character .nr-char-tabs {
    justify-content: center;
    margin: 0 0 14px;
}

body.character .nr-char-tabs .nr-shop-cat {
    position: relative;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    appearance: none;
    -webkit-appearance: none;
    padding: 7px 14px 8px;
}

body.character .nr-char-tabs .nr-wow-icon {
    width: 16px;
    height: 16px;
    border: 0;
}

body.character .nr-char-tabs .nr-shop-cat.is-on {
    color: #fff;
    background: #2c2c30;
    border-color: #e6cc80;
    box-shadow: inset 0 -2px 0 #e6cc80;
}

body.character .nr-paperdoll {
    display: grid;
    grid-template-columns: 46px minmax(280px, 1fr) 46px;
    gap: 14px;
    align-items: stretch;
}

body.character .nr-paperdoll__col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

body.character .nr-paperdoll__stage {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

body.character .nr-paperdoll__weapons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

body.character .nr-char-model {
    position: relative;
    width: 100%;
    height: 408px;
    overflow: hidden;
    background:
        radial-gradient(ellipse at 50% 58%, rgba(80, 110, 60, 0.18) 0%, rgba(12, 12, 14, 0.92) 70%);
    border: 1px solid #2a2a2c;
    border-radius: 4px;
}

body.character .nr-char-model canvas {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
}

body.character .nr-char-turnbar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    z-index: 4;
    display: flex;
    justify-content: center;
    gap: 28px;
    pointer-events: none;
}

body.character .nr-char-turn {
    pointer-events: auto;
    width: 44px;
    height: 36px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    user-select: none;
    line-height: 0;
}

body.character .nr-char-turn img {
    display: block;
    width: 44px;
    height: 36px;
    object-fit: contain;
    image-rendering: auto;
}

body.character .nr-char-turn:hover img {
    filter: brightness(1.25);
}

body.character .nr-char-model.is-portrait {
    display: flex;
    align-items: center;
    justify-content: center;
}

body.character .character-portrait {
    position: relative;
    width: 96px;
    height: 96px;
}

body.character .character-portrait__race {
    width: 96px;
    height: 96px;
    object-fit: contain;
    border: 1px solid #3a3a3c;
    border-radius: 4px;
    background: #1b1b1c;
}

body.character .character-portrait__class {
    position: absolute;
    right: -6px;
    bottom: -6px;
    width: 32px;
    height: 32px;
    border: 1px solid #4a4a4c;
    border-radius: 4px;
    background: #0b0d10;
}

body.character .nr-char-slot {
    width: 44px;
    height: 44px;
    padding: 0;
    background: #0f0f10;
    border: 1px solid #3a3a3c;
    border-radius: 3px;
    box-sizing: border-box;
}

body.character .nr-char-slot img {
    display: block;
    width: 100%;
    height: 100%;
}

body.character .nr-char-slot.has-item {
    cursor: help;
}

body.character .nr-char-slot.has-item:hover {
    transform: scale(1.06);
    border-color: #cfd0c8;
}

body.character .nr-char-slot.q0 { border-color: #9d9d9d; }
body.character .nr-char-slot.q1 { border-color: #ffffff; }
body.character .nr-char-slot.q2 { border-color: #1eff00; }
body.character .nr-char-slot.q3 { border-color: #0070dd; }
body.character .nr-char-slot.q4 { border-color: #a335ee; }
body.character .nr-char-slot.q5 { border-color: #ff8000; }
body.character .nr-char-slot.q6,
body.character .nr-char-slot.q7 { border-color: #e6cc80; }

body.character .nr-char-pane {
    display: none;
}

body.character .nr-char-pane.is-on {
    display: block;
}

body.character .nr-wow-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    max-width: 520px;
    margin: 0 auto;
}

body.character .nr-wow-statbox {
    position: relative;
    background: #161618;
    border: 1px solid #4a4a4c;
    border-radius: 2px;
}

body.character .nr-wow-statbox__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 6px 8px;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    color: #fff;
    background: #1e1e20;
    border: 0;
    border-bottom: 1px solid #3a3a3c;
    cursor: pointer;
}

body.character .nr-wow-statbox__head i {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #e6cc80;
    background: #2a3a55;
    border: 1px solid #6a7a98;
    border-radius: 2px;
}

body.character .nr-wow-statbox__menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 29px;
    z-index: 6;
    margin: 0;
    padding: 4px 0;
    list-style: none;
    background: #121214;
    border: 1px solid #6a6a6c;
}

body.character .nr-wow-statbox__menu li {
    padding: 4px 10px 4px 22px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
}

body.character .nr-wow-statbox__menu li:hover {
    background: #2a2a30;
}

body.character .nr-wow-statbox__menu li.is-on {
    background: #242428;
}

body.character .nr-wow-statbox__menu li.is-on::before {
    content: '';
    position: absolute;
    margin-left: -14px;
    margin-top: 4px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #e6cc80;
    border-bottom: 2px solid #e6cc80;
    transform: rotate(45deg);
}

body.character .nr-wow-statbox__menu li {
    position: relative;
}

body.character .nr-wow-statbox__body {
    display: none;
    padding: 6px 10px 8px;
}

body.character .nr-wow-statbox__body.is-on {
    display: block;
}

body.character .nr-wow-stat {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 2px 0;
    font-size: 12px;
    line-height: 16px;
}

body.character .nr-wow-stat span {
    color: #e6cc80;
}

body.character .nr-wow-stat b {
    color: #fff;
    font-weight: normal;
}

body.character .nr-pvp__kills {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    padding: 8px 10px;
    background: #1b1b1c;
    border: 1px solid #2e2e30;
    border-radius: 4px;
    color: #cfd0c8;
    font-size: 13px;
}

body.character .nr-pvp__kills .nr-wow-icon {
    width: 18px;
    height: 18px;
    border: 0;
}

body.character .nr-pvp__kills span {
    flex: 1;
}

body.character .nr-pvp__kills b {
    color: #e6cc80;
    font-size: 16px;
}

body.character .nr-pvp__empty {
    margin: 0;
    text-align: center;
    color: #9a9a9a;
}

body.character .nr-pvp-team {
    margin: 0 0 10px;
    background: #1b1b1c;
    border: 1px solid #2e2e30;
    border-radius: 4px;
    overflow: hidden;
}

body.character .nr-pvp-team:last-child {
    margin-bottom: 0;
}

body.character .nr-pvp-team__head {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    background: #161618;
    border-bottom: 1px solid #2e2e30;
}

body.character .nr-pvp-team__head > .nr-wow-icon {
    width: 22px;
    height: 22px;
    border: 0;
}

body.character .nr-pvp-team__title {
    flex: 1;
    min-width: 0;
}

body.character .nr-pvp-team__bracket {
    display: block;
    color: #e6cc80;
    font-size: 10px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.character .nr-pvp-team__head h3 {
    margin: 0 !important;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    text-transform: none;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.character .nr-pvp-team__rating {
    text-align: right;
}

body.character .nr-pvp-team__rating span {
    display: block;
    color: #8a8a8c;
    font-size: 10px;
    text-transform: uppercase;
}

body.character .nr-pvp-team__rating b {
    color: var(--nr-accent);
    font-size: 18px;
    line-height: 20px;
}

body.character .nr-pvp-team__meta {
    margin: 0;
    padding: 6px 10px;
    color: #9a9a9a;
    font-size: 11px;
    border-bottom: 1px solid #2a2a2c;
}

body.character .nr-pvp-team__meta b {
    color: #cfd0c8;
}

body.character .nr-pvp-team__roster {
    margin: 0;
    padding: 4px;
    list-style: none;
}

body.character .nr-pvp-member {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    border-radius: 3px;
}

body.character .nr-pvp-member > a,
body.character .nr-pvp-member > .nr-pvp-member__who {
    flex: 1;
    min-width: 0;
}

body.character .nr-pvp-member a {
    text-decoration: none;
    color: inherit;
}

body.character .nr-pvp-member__who {
    display: flex;
    align-items: center;
    gap: 6px;
}

body.character .nr-pvp-member__who .nr-wow-icon {
    width: 20px;
    height: 20px;
    border: 0;
}

body.character .nr-pvp-member__text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

body.character .nr-pvp-member__text b {
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.character .nr-pvp-member__text small {
    color: #8a8a8c;
    font-size: 10px;
}

body.character .nr-pvp-member__side {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #cfd0c8;
    font-size: 12px;
}

body.character .nr-pvp-member__side em {
    font-style: normal;
    color: #e6cc80;
    font-size: 10px;
    text-transform: uppercase;
}

body.character .nr-pvp-member.is-self {
    background: #222218;
    box-shadow: inset 2px 0 0 #e6cc80;
}

body.character .nr-pvp-member.is-empty {
    justify-content: center;
    color: #6a6a6c;
    border: 1px dashed #3a3a3c;
    background: transparent;
}

body.character .nr-talents__specs {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 0 0 12px;
}

body.character .nr-talents__spec {
    display: none;
}

body.character .nr-talents__spec.is-on {
    display: block;
}

body.character .nr-talents__points {
    margin: 8px 0 12px;
    text-align: center;
    color: #c8c8c8;
    font-size: 13px;
}

body.character .nr-talents__points b {
    color: #e6cc80;
}

body.character .nr-talent-trees {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

body.character .nr-talent-tree {
    background: #121214;
    border: 1px solid #3a3a3c;
}

body.character .nr-talent-tree__head {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 8px;
    background: #1e1e20;
    border-bottom: 1px solid #3a3a3c;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    color: #fff;
}

body.character .nr-talent-tree__head img {
    width: 18px;
    height: 18px;
}

body.character .nr-talent-tree__head span {
    flex: 1;
    min-width: 0;
}

body.character .nr-talent-tree__head b {
    color: #e6cc80;
}

body.character .nr-talent-tree__grid {
    display: grid;
    grid-template-columns: repeat(4, 36px);
    justify-content: center;
    gap: 6px 8px;
    padding: 10px 8px 12px;
}

body.character .nr-talent {
    position: relative;
    width: 36px;
    height: 36px;
    border: 1px solid #2a2a2c;
    background: #0a0a0c;
}

body.character .nr-talent.is-empty {
    visibility: hidden;
}

body.character .nr-talent img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.character .nr-talent.is-off img {
    filter: grayscale(1) brightness(0.55);
}

body.character .nr-talent.is-on {
    border-color: #1eff00;
}

body.character .nr-talent.is-max {
    border-color: #e6cc80;
}

body.character .nr-talent span {
    position: absolute;
    right: -2px;
    bottom: -2px;
    padding: 0 2px;
    font-size: 9px;
    line-height: 12px;
    color: #fff;
    background: #000;
    border: 1px solid #444;
}

body.character .nr-talent.is-on span,
body.character .nr-talent.is-max span {
    color: #1eff00;
    border-color: #1eff00;
}

body.character .nr-talent.is-max span {
    color: #e6cc80;
    border-color: #e6cc80;
}

body.character .nr-glyphs {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 4px;
}

body.character .nr-glyphs__group {
    display: flex;
    align-items: center;
    gap: 8px;
}

body.character .nr-glyphs__group > span {
    color: #9a9a9a;
    font-size: 12px;
}

body.character .nr-glyph {
    width: 36px;
    height: 36px;
    border: 1px solid #a335ee;
    background: #0a0a0c;
}

body.character .nr-glyph.is-empty {
    border-color: #3a3a3c;
    background: #161618;
}

body.character .nr-glyph img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 980px) {
    body.character .nr-wow-stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    body.character .nr-char-sheet {
        padding: 12px;
    }

    body.character .nr-paperdoll {
        grid-template-columns: 40px minmax(0, 1fr) 40px;
        gap: 8px;
    }

    body.character .nr-char-model {
        height: 320px;
    }

    body.character .nr-char-slot {
        width: 38px;
        height: 38px;
    }

    body.character .nr-talent-trees {
        grid-template-columns: 1fr;
    }
}

/* Armory viewer — search hero + online list */
body.armory .nr-armory-viewer,
body.character .nr-armory-viewer {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nr-armory-viewer__search {
    margin: 0;
    padding: 18px 20px 16px;
    background:
        radial-gradient(ellipse at 100% 0%, rgba(230, 204, 128, 0.08) 0%, transparent 55%),
        linear-gradient(180deg, #1a1a1c 0%, #141415 100%);
    border: 1px solid #3a3a3c;
    border-radius: 8px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.nr-armory-viewer__search.is-compact {
    padding: 12px 14px;
    background: #171718;
}

.nr-armory-viewer__search-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 14px;
}

.nr-armory-viewer__search-brand {
    min-width: 0;
}

.nr-armory-viewer__search-brand strong {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    color: #fff;
}

.nr-armory-viewer__search-brand span {
    display: block;
    margin-top: 2px;
    color: #a8a8ae;
    font-size: 12px;
    line-height: 16px;
}

.nr-armory-viewer__online-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px 6px;
    border-radius: 999px;
    background: rgba(34, 120, 60, 0.18);
    border: 1px solid rgba(80, 200, 120, 0.35);
    color: #8fe6a8;
    font-size: 11px;
    line-height: 14px;
    white-space: nowrap;
}

.nr-armory-viewer__online-pill i {
    font-size: 8px;
    color: #6fcf6f;
}

.nr-armory-viewer__search-controls {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.nr-armory-viewer__field-label {
    display: block;
    color: var(--nr-accent);
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.nr-armory-viewer__search-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.nr-armory-viewer__search-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    object-fit: contain;
    border: 1px solid #4a4a4c;
    border-radius: 6px;
    background: #0f0f10;
    box-sizing: border-box;
}

.nr-armory-viewer__search.is-compact .nr-armory-viewer__search-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
}

.nr-armory-viewer__search.is-compact .nr-armory-viewer__input-wrap input {
    height: 38px;
    line-height: 38px;
}

.nr-armory-viewer__search.is-compact .nr-armory-viewer__submit {
    min-height: 38px;
}

.nr-armory-viewer__field {
    flex: 1 1 260px;
    min-width: 0;
    margin: 0;
}

.nr-armory-viewer__field > span {
    display: block;
    margin: 0 0 6px;
    color: var(--nr-accent);
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.nr-armory-viewer__input-wrap {
    position: relative;
    display: block;
    flex: 1 1 220px;
    min-width: 0;
}

.nr-armory-viewer__input-wrap i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #7a7a80;
    font-size: 14px;
    pointer-events: none;
}

.nr-armory-viewer__input-wrap input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    padding: 0 14px 0 38px;
    background: #0f0f10;
    color: #fff;
    border: 1px solid #404042;
    border-radius: 6px;
    font-size: 14px;
    line-height: 42px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.35);
}

.nr-armory-viewer__input-wrap input:focus {
    outline: none;
    border-color: var(--nr-accent);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(230, 204, 128, 0.25);
}

.nr-armory-viewer__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 6px;
    white-space: nowrap;
}

.nr-armory-viewer__submit i {
    font-size: 13px;
}

.nr-armory-viewer__hint {
    margin: 10px 0 0;
    color: #8a8a90;
    font-size: 12px;
    line-height: 16px;
}

.nr-armory-viewer__online {
    background: #141415;
    border: 1px solid #2e2e30;
    border-radius: 8px;
    overflow: hidden;
}

.nr-armory-viewer__online-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px;
    background: #1b1b1c;
    border-bottom: 1px solid #2e2e30;
}

.nr-armory-viewer__online-head h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 !important;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    color: #fff;
}

.nr-armory-viewer__online-head .nr-wow-icon {
    width: 22px;
    height: 22px;
    border: 0;
}

.nr-armory-viewer__online-count {
    min-width: 28px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #242425;
    border: 1px solid #3a3a3c;
    color: var(--nr-accent);
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.nr-armory-viewer__online-empty {
    margin: 0;
    padding: 20px 16px;
    text-align: center;
    color: #8a8a90;
    font-size: 13px;
}

.nr-armory-viewer__online-table {
    padding: 6px 8px 10px;
    max-height: 420px;
    overflow: auto;
}

.nr-armory-viewer__row {
    display: grid;
    grid-template-columns: 72px minmax(120px, 1.2fr) 52px minmax(100px, 1fr) 88px;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 4px;
    text-decoration: none;
    color: inherit;
    font-size: 12px;
    line-height: 16px;
}

a.nr-armory-viewer__row:hover {
    background: #1f1f22;
}

.nr-armory-viewer__row.is-hidden {
    display: none;
}

.nr-armory-viewer__row--head {
    margin-bottom: 2px;
    padding-top: 4px;
    padding-bottom: 6px;
    border-bottom: 1px solid #2e2e30;
    color: var(--nr-accent);
    font-family: 'Oswald', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.nr-armory-viewer__row-icons {
    display: flex;
    align-items: center;
    gap: 3px;
}

.nr-armory-viewer__row-icons .nr-wow-icon {
    width: 20px;
    height: 20px;
    border: 0;
}

.nr-armory-viewer__row-name {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nr-armory-viewer__row-level {
    color: #e6cc80;
    text-align: center;
}

.nr-armory-viewer__row-guild {
    color: #b4b4bc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nr-armory-viewer__row-time {
    color: #9a9aa0;
    text-align: right;
    white-space: nowrap;
}

.nr-armory-viewer__tops {
    background: #141415;
    border: 1px solid #2e2e30;
    border-radius: 8px;
    overflow: hidden;
}

.nr-armory-viewer__tops-title {
    margin: 0 !important;
    padding: 12px 14px;
    background: #1b1b1c;
    border-bottom: 1px solid #2e2e30;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    color: #fff;
}

.nr-armory-viewer__tops-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 8px;
    padding: 10px;
}

@media (min-width: 960px) {
    .nr-armory-viewer__tops-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.nr-armory-viewer__top-card {
    background: #171718;
    border: 1px solid #2e2e30;
    border-radius: 6px;
    overflow: hidden;
}

.nr-armory-viewer__top-head {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    background: #1e1e20;
    border-bottom: 1px solid #2a2a2c;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    color: var(--nr-accent);
    text-transform: uppercase;
}

.nr-armory-viewer__top-head .nr-wow-icon {
    width: 18px;
    height: 18px;
    border: 0;
}

.nr-armory-viewer__top-body {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    text-decoration: none;
    color: inherit;
}

.nr-armory-viewer__top-body:hover {
    background: #1f1f22;
}

.nr-armory-viewer__top-info {
    min-width: 0;
    flex: 1;
}

.nr-armory-viewer__top-info strong {
    display: block;
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nr-armory-viewer__top-info small {
    display: block;
    margin-top: 2px;
    color: #9a9aa0;
    font-size: 11px;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nr-armory-viewer__top-empty {
    margin: 0;
    padding: 14px 10px;
    text-align: center;
    color: #8a8a90;
    font-size: 12px;
}

.nr-armory-viewer__sheet {
    margin-top: 4px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 640px) {
    .nr-armory-viewer__search-head {
        flex-direction: column;
        align-items: stretch;
    }

    .nr-armory-viewer__online-pill {
        align-self: flex-start;
    }

    .nr-armory-viewer__submit {
        width: 100%;
    }

    .nr-armory-viewer__row {
        grid-template-columns: 64px minmax(0, 1fr) 44px;
        grid-template-areas:
            "icons name level"
            "icons guild time";
    }

    .nr-armory-viewer__row--head {
        display: none;
    }

    .nr-armory-viewer__row-icons { grid-area: icons; }
    .nr-armory-viewer__row-name { grid-area: name; }
    .nr-armory-viewer__row-level { grid-area: level; text-align: right; }
    .nr-armory-viewer__row-guild { grid-area: guild; font-size: 11px; }
    .nr-armory-viewer__row-time { grid-area: time; text-align: right; font-size: 11px; }

    .nr-armory-viewer__tops-grid {
        grid-template-columns: 1fr;
    }
}
