/*
 * v2.11.38: Inline styles extracted from templates/index.html
 *
 * Originally embedded as two <style> blocks in the page <head>.
 * Moved here for cleaner separation of structure (HTML) and presentation (CSS).
 */

:root {
    --dark-mode-accent-color: #F0A45C;
}

/* Social Embed Styles (was inline in index.html) */
.article-figure {
    margin: 16px 0;
    text-align: center;
}

.article-figure img {
    max-width: 100%;
    height: auto;
}

.c-image-credit {
    font-size: 13px;
    color: #6b7280;
    padding: 6px 0;
    font-style: italic;
    text-align: center;
}
