/* ------- Top-level admin menu "Virtual Try-On" ------- */
.admin__menu .level-0 > a[href*="/vensa_vto/"]:before,
#menu-vensa-virtualtryon-vto > a:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 2px;
    background-image: url('../images/vensa-logo.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 0 !important;
    font-family: inherit !important;
}

/* ------- "Vensa" tab heading in System > Configuration sidebar ------- */
#system_config_tabs ._vensa-branded:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    vertical-align: -3px;
    background-image: url('../images/vensa-logo.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
