.dk-brand {
    align-items: center;
    display: inline-flex;
    font-size: 26px;
    font-weight: 800;
    gap: .32em;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
}

.dk-brand-icon {
    align-items: center;
    background: #fff;
    border-radius: .28em;
    display: inline-flex;
    flex: 0 0 1.35em;
    height: 1.35em;
    justify-content: center;
    overflow: hidden;
    width: 1.35em;
}

.dk-brand-logo {
    display: block;
    height: 190%;
    max-width: none;
    width: 190%;
}

.dk-brand-name {
    color: #fff;
}

.dk-brand--on-light .dk-brand-name {
    color: #0b1536;
}

.dk-brand--compact {
    font-size: 21px;
}

.dk-brand--footer {
    font-size: 18px;
}

.dk-brand:hover .dk-brand-name,
.dk-brand:focus .dk-brand-name {
    color: #fff;
}

.dk-brand--on-light:hover .dk-brand-name,
.dk-brand--on-light:focus .dk-brand-name {
    color: #0b1536;
}
