﻿.topbar-wrapper svg:not(:root) {
    display: none; /* Hide the original SVG */
}

.topbar-wrapper .link {
    display: inline-block;
    background-image: url('logo_powered.png');
    background-size: contain; /* Adjust as needed */
    background-repeat: no-repeat;
    width: auto;
    height: 60px;
}
