@import url('/public-assets/css/metier-shared.css?v=3');
@import url('/public-assets/css/hub-card-visuals.css?v=4');
@import url('/public-assets/css/public-polish.css?v=2');
@import url('/public-assets/css/legal-system-polish.css?v=2');

/* Official DMX brand assets */
.brand {
    line-height: 0;
}

.brand-logo {
    display: block;
    width: 150px;
    height: auto;
}

.brand-light {
    width: max-content;
    padding: 9px 12px;
    border-radius: 12px;
    background: #fff;
}

.brand-light .brand-logo {
    width: 142px;
}

.main-nav a[aria-current] {
    color: var(--blue);
}

.main-nav a[aria-current]::after {
    right: 0;
}

.visual-path span:nth-of-type(2) img {
    display: block;
    width: 35px;
    height: auto;
}

.visual-path span:nth-of-type(2) {
    border: 1px solid rgba(15, 112, 183, .16);
    background: #fff;
    box-shadow: 0 8px 20px rgba(17, 51, 72, .1);
}

.phone-cartouche-nav,
.phone-cartouche-footer {
    display: block;
    line-height: 0;
}

.phone-cartouche-nav img {
    display: block;
    width: 174px;
    height: auto;
}

.phone-cartouche-footer {
    margin: 8px 0;
    padding: 5px;
    border-radius: 9px;
    background: #fff;
}

.phone-cartouche-footer img {
    display: block;
    width: 245px;
    height: auto;
}

@media (max-width: 560px) {
    .brand-logo,
    .brand-light .brand-logo {
        width: 132px;
    }
}
