.list-callout {
    background-color: rgba(var(--list-callout-color), 0.15);
    border-radius: 3px;
    padding: 0.05em 0.3em;
}

.site-body-left-column-site-logo {
    color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;   /* scales to fit, preserves aspect ratio */
    width: clamp(90px, 100%, 210px);
    aspect-ratio: 20 / 7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.theme-light .site-body-left-column-site-logo {
    background-image: url(https://publish-01.obsidian.md/access/895fcd10997d3b4131ced24796098e67/_configurations/logo-light.svg);
}

.theme-dark {
    --background-primary: #1a151f;
    --background-secondary: #1d1821;
}

.theme-dark .site-body-left-column-site-logo {
    background-image: url(https://publish-01.obsidian.md/access/895fcd10997d3b4131ced24796098e67/_configurations/logo-dark.svg);
}

.markdown-embed-title {
    display: none;
}
