/* ===========================
   Archive Navigator
=========================== */

.zoofx-archive-navigator{

    width:140px;

    margin-top:45px;

}

.zoofx-archive-navigator__list{

    list-style:none;

    margin:0;

    padding:0;

}

.zoofx-archive-navigator__item{

    margin-bottom:12px;

}

.zoofx-archive-navigator__link{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    height:46px;

    border:1px solid #DDDDDD;

    border-radius:12px;

    background:#FFFFFF;

    color:#222;

    font-size:15px;

    font-weight:600;

    text-decoration:none;

    transition:all .20s ease;

}

.zoofx-archive-navigator__paw{

    width:17px;

    height:17px;

    background:url("../images/paw.svg") center center/contain no-repeat;

    flex:0 0 17px;

}

.zoofx-archive-navigator__item.is-active
.zoofx-archive-navigator__link{

    background:#111;

    color:#FFF;

}

.zoofx-archive-navigator__item.is-active
.zoofx-archive-navigator__paw{

    filter:brightness(0) invert(1);

}