/* theme.css - complemento minimale a tufte.css per il sito di exedre.org */

.site-header {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    max-width: 87.5%;
}

.site-header .center-title {
    font-size: 2.2rem;
    line-height: 1;
}

.site-header .center-title a {
    color: #111;
    text-decoration: none;
}

.site-header .center-title a:hover {
    text-decoration: underline;
}

.site-header .center-title span {
    display: block;
    margin-top: 0.6rem;
    font-style: italic;
    font-size: 1.2rem;
    color: #555;
}

.content article {
    padding: 2rem 0 1rem 0;
}

article header h1 {
    margin-top: 2rem;
}

.post-meta {
    font-style: italic;
    color: #555;
    margin-top: 1rem;
}

.post-meta a {
    color: #555;
}

figure.featured {
    max-width: 55%;
    margin-top: 2rem;
}

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

/* Pannello di spalla con le info sul libro */
.post-body {
    max-width: 65%;
}

.post-body > p,
.post-body > dl,
.post-body > ol,
.post-body > ul,
.post-body > footer,
.post-body > table {
    width: auto;
}

.sidebar-panel {
    float: right;
    width: 34%;
    margin: 0 0 1.5em 2em;
    padding: 0.9em 1.2em;
    background-color: #fffdf4;
    border: 1px solid #b8b2a0;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.sidebar-panel .sidebar-panel-title {
    font-variant: small-caps;
    letter-spacing: 0.05em;
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #ccc;
}

.sidebar-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-panel figure {
    margin: 0 0 1em 0;
}

.sidebar-panel p,
.sidebar-panel li {
    font-size: 1.1rem;
    line-height: 1.5;
}

@media (prefers-color-scheme: dark) {
    .sidebar-panel {
        background-color: #202020;
        border-color: #3a3a3a;
    }
}

@media (max-width: 800px) {
    .post-body {
        max-width: 100%;
    }
    .sidebar-panel {
        float: none;
        width: 100%;
        margin: 0 0 1.5em 0;
    }
}

/* Elenchi di articoli (index, tag, categoria) */
ul.postlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.postlist li {
    margin: 0 0 1rem 0;
}

ul.postlist a {
    text-decoration: none;
    color: #111;
}

ul.postlist a:hover {
    text-decoration: underline;
}

ul.postlist .post-date {
    display: block;
    font-size: 0.95rem;
    color: #888;
    margin-top: 0.1rem;
}

ul.postlist .post-tags {
    font-size: 0.9rem;
    color: #888;
}

.site-footer {
    margin-top: 4rem;
    padding-top: 1rem;
    border-top: 1px solid #ccc;
    font-size: 1.1rem;
    color: #888;
}

.site-footer p {
    margin: 0.4rem 0;
}

@media (max-width: 600px) {
    .site-header {
        max-width: 100%;
        padding-top: 1.5rem;
    }
    figure.featured {
        max-width: 100%;
    }
}