/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  GeneratePress Child Theme
 Author:       You
 Template:     generatepress
 Version:      1.0.0
 Text Domain:  generatepress-child
*/

/* ─── Blog Index Page ─────────────────────────────── */

.blog-index-wrap {
    max-width: 680px;
}

.blog-index-wrap .blog-index-intro {
    color: #666;
    margin-bottom: 2em;
    font-style: italic;
}

.blog-index-wrap .blog-year {
    font-size: 1.4em;
    font-weight: 700;
    margin: 1.8em 0 0.4em;
    padding-bottom: 0.2em;
    border-bottom: 2px solid currentColor;
}

.blog-index-wrap ul {
    list-style: disc;
    padding-left: 1.4em;
    margin: 0 0 0.5em;
}

.blog-index-wrap ul li {
    margin: 0.3em 0;
    line-height: 1.5;
}

.blog-index-wrap ul li a {
    text-decoration: none;
}

.blog-index-wrap ul li a:hover {
    text-decoration: underline;
}

.blog-index-wrap .post-date {
    color: #888;
    font-size: 0.88em;
    margin-left: 0.4em;
    white-space: nowrap;
}
