.site-identity {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #101010;
    text-decoration: none;
    white-space: nowrap;
}

.site-identity img {
    width: 58px;
    height: 68px;
    object-fit: contain;
}

.site-identity > span {
    display: grid;
    color: #101010;
    font: 600 11px/1.15 Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.site-identity strong {
    margin-top: 4px;
    color: #101010;
    font: 800 19px/1 "Arial Narrow", Arial, Helvetica, sans-serif;
    letter-spacing: -.02em;
}

.site-identity em {
    color: #d91516;
    font-style: normal;
}

.confirmation-header > .site-identity {
    max-width: none;
}

@media (max-width: 760px) {
    .site-identity {
        gap: 8px;
    }

    .site-identity img {
        width: 44px;
        height: 54px;
    }

    .site-identity > span {
        font-size: 9px;
    }

    .site-identity strong {
        font-size: 14px;
    }
}
