@charset "utf-8";

.single .entry-header .post-thumb img {
    margin-bottom: 1em;
}

header.entry-header:not(.related-entry-header) a, header.entry-header:not(.related-entry-header) a * {
    border: 1px solid var(--ast-border-color);
    border-radius: 99px;
    padding: .25em .75em;
}

.published::before {
    content: '投稿日:';
}

.entry-meta .ast-terms-link a::before {
    content: '#';
    padding-right: 3px;
}

@media (min-width:922px) {
    .single .entry-header .post-thumb img {
        border-radius: 12px;
    }
}

@media (max-width:921px) {
    .single .entry-header .post-thumb {
        margin: 0 calc(50% - 50vw);
    }
}