/* Logo in sidebar */
.sidebar .sidebar-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
}

.sidebar .sidebar-header img {
    height: 32px;
    width: auto;
}

.sidebar .sidebar-header h1 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.on-this-page {
    border-width: 3px;
    margin-top: 8px;
}

.architecture-diagram {
    margin: 1.5em auto;
    max-width: 720px;
}

.architecture-diagram svg {
    width: 100%;
    height: auto;
    display: block;
}