.ghz-brand-identity {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 2px 0 14px;
    padding: 10px 12px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 8px;
}

.ghz-brand-identity__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 72px;
    width: 72px;
    min-height: 44px;
}

.ghz-brand-identity__logo a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ghz-brand-identity__logo-image {
    display: block;
    width: auto;
    height: auto;
    max-width: 72px;
    max-height: 42px;
    object-fit: contain;
}

.ghz-brand-identity__content {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.25;
}

.ghz-brand-identity__label {
    margin-bottom: 2px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    opacity: .62;
}

.ghz-brand-identity__name {
    width: fit-content;
    max-width: 100%;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: inherit;
}

.ghz-brand-identity__archive {
    width: fit-content;
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.35;
}

@media (max-width: 575px) {
    .ghz-brand-identity {
        gap: 10px;
        padding: 9px 10px;
    }

    .ghz-brand-identity__logo {
        flex-basis: 60px;
        width: 60px;
    }

    .ghz-brand-identity__logo-image {
        max-width: 60px;
        max-height: 38px;
    }
}
