.logo:has(img) {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    gap: 0;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: calc(100% - 58px);
}

.logo img {
    height: auto;
    width: 200px;
    max-width: 100%;
}