/* ==========================================================
   SVG Icons
========================================================== */

.rlp-action svg,
.rlp-mobile-toggle svg{

    width:22px;

    height:22px;

    display:block;

    stroke:currentColor;

}

.rlp-action{

    width:42px;

    height:42px;

    display:flex;

    justify-content:center;

    align-items:center;

    color:var(--rlp-text);

    transition:.3s;

}

.rlp-action:hover{

    color:var(--rlp-primary);

}

.rlp-mobile-toggle{

    color:var(--rlp-text);

}

.rlp-mobile-toggle:hover{

    color:var(--rlp-primary);

}