/* ==========================================================================
   07-codex.css
   ========================================================================== */
.veil-codex-widget{
    max-width:760px;
    margin:40px auto;
    padding:28px;
    border-radius:18px;
    background:linear-gradient(180deg,#11141d,#090b12);
    border:1px solid rgba(215,180,106,.35);
    text-align:center;
}

.veil-codex-widget h3{
    color:#d7b46a;
    letter-spacing:3px;
    text-transform:uppercase;
}

.veil-codex-progress{
    margin-top:20px;
}

.veil-codex-progress-bar{
    height:14px;
    border-radius:50px;
    overflow:hidden;
    background:#20242f;
}

.veil-codex-progress-bar div{
    height:100%;
    background:linear-gradient(90deg,#7c4dff,#5cc7e8,#d7b46a);
}

.veil-codex-progress-text{
    margin-top:12px;
    color:#f4ead7;
}