/* Version: blog.css */

article {
    display: flex;
    align-items: flex-start;
}

.blog-image {
    width: 64px;
    min-width: 64px;
    margin-right: 10px;
    margin-top: 10px;
}

.blog-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.blog-content {
    flex-grow: 1;
    margin-left: 10px;
}

summary {
    background-color: unset;
    border: 1px solid gray;
}