.i3dh-docs-brand {
    gap: 0.45rem;
}

.i3dh-docs-brand .logo__image {
    max-height: 3rem;
    width: auto;
}

.i3dh-docs-brand__title {
    color: var(--pst-color-text-base);
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.15;
    text-align: center;
}

.i3dh-docs-brand__version {
    color: var(--pst-color-text-muted);
    font-size: 0.85rem;
    line-height: 1.1;
    text-align: center;
}

.i3dh-docs-footer {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.i3dh-docs-footer__copyright {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin: 0;
}

.i3dh-docs-footer__logo {
    display: inline-block;
    height: 1.0rem;
    width: auto;
}

.i3dh-docs-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
