/* =============================================================
   WoW Bolivia — Character Page
   ============================================================= */

/* -------------------------------------------------------------
   Top bar
   ------------------------------------------------------------- */

.wb-char-top .top-bar {
    padding: 8px 0;
}

.wb-char-top .avatar img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    border: 2px solid rgba(244, 191, 42, 0.3);
}

.wb-char-name {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.1;
}

.wb-char-meta {
    border-left: 2px solid rgba(255, 255, 255, 0.1);
    margin-left: 18px;
    padding-left: 18px;
}

.wb-char-meta-race {
    font-size: 14px;
    color: #a0b4c8;
    font-weight: 600;
}

.wb-char-meta-guild {
    font-size: 13px;
    color: #5a7a90;
    margin-top: 2px;
}

.wb-char-meta-guild a {
    color: #f4bf2a;
    text-decoration: none;
}

.wb-char-meta-guild a:hover {
    color: #ffd75e;
}

.wb-char-realm {
    color: #4a6070;
}

/* -------------------------------------------------------------
   Character model / items panel
   ------------------------------------------------------------- */

.wb-char-model-panel .bg-faction {
    min-height: 340px;
    border-radius: 8px 8px 0 0;
    background-size: cover;
    background-color: rgba(5, 12, 22, 0.6);
    background-blend-mode: multiply;
}

.wb-char-model-panel .col-items {
    width: 74px;
    padding: 16px 4px;
}

.wb-char-model-panel .col-main {
    width: calc(100% - 148px) !important;
}

.char-avatar {
    position: relative;
    display: inline-block;
    background: radial-gradient(ellipse at center, rgba(2, 179, 234, 0.08) 0%, transparent 70%);
    width: 128px;
    height: 128px;
    border-radius: 50%;
    border: 2px solid rgba(2, 179, 234, 0.2);
}

.char-avatar > i {
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 50%;
    background-size: cover;
    background-position: center top;
}

.char-avatar .char-level {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f4bf2a;
    color: #0a0a0a;
    font-weight: 800;
    font-size: 14px;
    border: 2px solid #0a0a0a;
}

.wb-char-model-name {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

/* Items */
.wb-char-model-panel .item {
    width: 58px;
    height: 58px;
    margin-bottom: 4px;
    position: relative;
}

.wb-char-model-panel .item a {
    background-image: url(../../../images/misc/item_frame.png);
    width: 58px;
    height: 58px;
    position: absolute;
    z-index: 999;
    display: block;
    top: 0;
    left: 0;
}

.wb-char-model-panel .item img {
    width: 58px;
    height: 58px;
    border-radius: 4px;
}

.col-bottom {
    gap: 12px;
    padding-bottom: 20px;
    padding-top: 8px;
}

.col-bottom .item {
    width: 58px;
    height: 58px;
    position: relative;
}

.col-bottom .item a {
    background-image: url(../../../images/misc/item_frame.png);
    width: 58px;
    height: 58px;
    position: absolute;
    z-index: 999;
    display: block;
    top: 0;
    left: 0;
}

.col-bottom .item img {
    width: 58px;
    height: 58px;
    border-radius: 4px;
}

/* -------------------------------------------------------------
   Health / resource bars
   ------------------------------------------------------------- */

.wb-char-bar {
    padding: 4px 0;
}

.wb-bar-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #7a90a0;
}

.wb-bar-value {
    font-size: 13px;
    font-weight: 700;
    color: #c0d8e8;
}

.wb-progress {
    height: 8px !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
    border-radius: 4px !important;
}

.wb-progress .progress-bar {
    border-radius: 4px !important;
}

.bg-health  { background: #27cc4e !important; }
.bg-mana    { background: #1c8aff !important; }
.bg-rage    { background: #ab0000 !important; }
.bg-focus   { background: #d45719 !important; }
.bg-energy  { background: #cb9501 !important; }
.bg-runic   { background: #00bcde !important; }
.bg-fury    { background: #8400ff !important; }

/* -------------------------------------------------------------
   Attributes / PvP section headers
   ------------------------------------------------------------- */

.wb-section-header {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #f4bf2a;
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(244, 191, 42, 0.2);
}

.wb-section-body {
    padding: 0;
}

/* Stats tables */
.module-character .wb-table td {
    padding: 7px 10px;
    font-size: 13px;
    color: #a0b4c8;
    border-color: rgba(255, 255, 255, 0.05) !important;
}

.module-character .wb-table td:last-child {
    color: #e0e8f0;
    font-weight: 600;
    text-align: right;
}

.module-character .wb-table tr:hover td {
    background: rgba(2, 179, 234, 0.04);
}

/* -------------------------------------------------------------
   Class colors (color-cN)
   ------------------------------------------------------------- */

.color-c1  { color: #C69B3A !important; } /* Warrior */
.color-c2  { color: #F58CBA !important; } /* Paladin */
.color-c3  { color: #ABD473 !important; } /* Hunter */
.color-c4  { color: #FFF569 !important; } /* Rogue */
.color-c5  { color: #FFFFFF !important; } /* Priest */
.color-c6  { color: #C41F3B !important; } /* Death Knight */
.color-c7  { color: #0070DE !important; } /* Shaman */
.color-c8  { color: #69CCF0 !important; } /* Mage */
.color-c9  { color: #9482C9 !important; } /* Warlock */
.color-c11 { color: #FF7D0A !important; } /* Druid */
