.md-typeset {
    font-size: 0.9srem;
}

.md-header__button.md-logo img {
    position: relative;
    top: -5px;
}

.md-content .md-typeset img[src*="/images/screenshots/"] {
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 8px;
    padding: 6px;
    background: #fff;
}

.md-content .md-typeset img[src*="talkid-app-download-qrcode"] {
    max-width: 180px;
    width: 100%;
}

.md-content .md-typeset img[src*="open-talkid.png"] {
    max-width: 420px;
    width: 100%;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 8px;
    padding: 6px;
    background: #fff;
}

/* Treat an italic paragraph right after an image as its caption */
.md-typeset p:has(> img:only-child) {
    text-align: center;
    margin-bottom: 0.4em;
}

.md-typeset p:has(> img:only-child) + p:has(> em:only-child) {
    margin-top: 0;
    text-align: center;
    font-size: 0.9em;
    color: var(--md-default-fg-color--light);
}

/* Inline Font Awesome icons used within manual text */
.md-typeset i[class*="fa-"] {
    margin-right: 0.4em;
    width: 1.1em;
    text-align: center;
    color: #000;
}
