.breadcrumb{
    max-width:1128px;
    margin:0 auto 34px;
    padding:0 14px;
    color:#888;
    font-size:14px;
    line-height:20px;
}

.breadcrumb a{
    color:#d6a84f;
    text-decoration:none;
    font-weight:bold;
}

.breadcrumb a:hover{
    color:#f0c76a;
}

.breadcrumb-sep{
    margin:0 9px;
    color:#e6e6e6;
    font-weight:bold;
}

.breadcrumb span{
    color:#e6e6e6;
}

.page-head{
    background:#151515;
    border:1px solid #3a3020;
    border-radius:14px;
    padding:14px;
    margin-bottom:16px;
}

.page-head h1{
    font-size:22px;
    color:#d6a84f;
    margin:0 0 4px;
}

.page-head{
    overflow:hidden;
}

.page-head h1,
.page-head p{
    word-break:break-word;
}

.page-head div{
    word-break:break-word;
}

.page-head p{
    font-size:14px;
    color:#ddd;
    margin:0;
}

.wrap{
    max-width:1128px;
    margin:0 auto;
    padding:0 14px;
}

.page-head-meta{
    margin-top:4px;
    color:#888;
    font-size:13px;
}

/*
============================================================
Page Head Actions
============================================================
*/

.page-head-with-actions{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
}

.page-head-content{
    min-width:0;
}

.page-head-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:10px;
    flex:0 0 auto;
}

.page-head-action{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    padding:0 18px;
    box-sizing:border-box;
    border:1px solid #4a4030;
    border-radius:8px;
    background:#202020;
    color:#e3e3e3;
    font-size:14px;
    font-weight:700;
    line-height:1;
    text-decoration:none;
    white-space:nowrap;
    transition:
        background-color .18s ease,
        border-color .18s ease,
        color .18s ease;
}

.page-head-action:hover{
    background:#292929;
    border-color:#6a5736;
    color:#fff;
}

.page-head-action-primary{
    background:#d6a84f;
    border-color:#d6a84f;
    color:#171717;
}

.page-head-action-primary:hover{
    background:#e2b85f;
    border-color:#e2b85f;
    color:#111;
}


@media(max-width:620px){

    .page-head-with-actions{
        align-items:flex-start;
        flex-wrap:wrap;
    }

    .page-head-actions{
        width:100%;
    }

    .page-head-action{
        flex:1 1 0;
    }

}
