/**
 * Guides
 */

article:not(.show-post-thumbnail) .content {
    border-width: 0;
    padding-top: 3rem;
}

.show-post-thumbnail .tagline {
    margin-bottom: 3rem;
}

.featured-image {
    margin-top: 2rem;
}

.featured-image.has-toc {
    margin-top: 2.5rem;
}

.table-of-content-container {
    border: 1px solid var(--light-grayscale-400-border);
    border-radius: 5px;
    margin-bottom: var(--gutter);
    padding: var(--gutter);
}

.table-of-content-container a {
    display: block;
    margin-bottom: 0.4em;
}

.toc-title {
    margin-bottom: calc(var(--gutter) / 2);
}

.page-template-guide article footer>h2 {
    margin-bottom: 1.25em;
}

@media (min-width: 1024px) {
    .featured-image.has-toc {
        background-color: var(--light-color-background-bg-blue);
        display: grid;
        grid-template-columns: 1fr 2fr;
    }
    .featured-image.has-toc .table-of-content-container {
        border-width: 0;
    }
    .table-of-content-container {
        margin-bottom: 0;
    }
    .table-of-content-container a {
        font-size: 1.125em;
    }
}