html.header-version-2 .is-enterprise #menu-wrapper .content ul.menu ul.menu {
    transition: all 0.2s ease;
}

.is-enterprise #header {
    background: transparent;
}

.is-enterprise #header-bottom {
    background: rgba(var(--wpt-menu-colour), var(--wpt-menu-transparency-level));
}

.is-enterprise .header-top-left {
    align-items: center;
    color: #fff;
}

.is-enterprise .header-top-left a {
    color: inherit;
    text-decoration: underline;
}

.is-enterprise .header-top-left > *:not(:first-child) {
    display: flex;
}
.is-enterprise .header-top-left > *:not(:first-child)::before {
    content: '';
    background-image: url('data:image/svg+xml,<svg width="5" height="15" viewBox="0 0 5 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.58213 0.696L1.29413 14.04H0.214125L3.49013 0.696H4.58213Z" fill="white" fill-opacity="0.2"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    width: 26px;
}

.is-enterprise .enterprise-home {
    align-items: center;
    background: rgba(255,255,255,0.2);
    display: flex;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.is-enterprise .enterprise-home img {
    max-height: 18px;
    max-width: 18px;
}

.rounded-corners-true .is-enterprise .enterprise-home {
    border-radius: 50%;
}

.is-enterprise .mm-menu .mm-panel {
    left: 0;
}