.intro-header.has-bg-image {
    background-image: var(--intro-bg-image);
}

.with-header-shadow {
    text-shadow: 2px 2px 5px #00000088;
}

.header-mask {
    width: 100%;
    height: 100%;
    position: absolute;
}

.intro-header.with-header-mask {
    position: relative;
}

.post-container table {
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    width: 100%;
    word-wrap: break-word;
    word-break: break-all;
}

.post-container table th {
    text-align: center;
}

.post-container table th,
.post-container table td {
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.github-star-frame {
    margin-left: 2px;
    margin-bottom: -5px;
}

.hidden-pager-divider {
    visibility: hidden;
}

.keynote-header {
    height: 500px;
    overflow: hidden;
}

.keynote-frame {
    width: 100%;
    height: 100%;
    border: 0;
}

.anchorjs-link {
    position: absolute;
    left: -0.75em;
    font-size: 1.1em;
    margin-top: -0.1em;
}

@media all and (max-width: 799px) {
    .anchorjs-link {
        position: static;
        left: auto;
        font-size: 1em;
        margin-top: 0;
    }
}

.error-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 10px;
}

.error-actions .btn {
    min-width: 112px;
    padding: 10px 18px;
    border-radius: 6px;
    border: 1px solid #3a7bb8;
    background: #fff;
    color: #2f6ea8;
    font-weight: 600;
    transition: all .2s ease;
}

.error-actions .btn:hover,
.error-actions .btn:focus {
    background: #3a7bb8;
    color: #fff;
    border-color: #3a7bb8;
}

.error-content-wrap {
    padding: 40px 0 30px;
}

.error-recent-posts {
    margin-top: 18px;
}

.error-recent-post-item {
    margin-bottom: 10px;
}

.error-post-date {
    color: #999;
    margin-left: 6px;
}

.post-preview-home {
    padding: 2px 0;
}

a:focus-visible,
button:focus-visible,
.catalog-toggle:focus-visible,
.navbar-toggle:focus-visible {
    outline: 3px solid #4b7fb8;
    outline-offset: 2px;
}

.post-preview > .post-meta,
.post-meta-home,
.error-post-date {
    color: #6f6f6f;
}

.post-content-preview {
    color: #7a7a7a;
}

.post-preview-home .post-content-preview {
    line-height: 1.75;
}

.post-meta-home {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.post-meta-home .post-meta-separator {
    color: #aaa;
}

.post-meta-home .post-meta-date {
    letter-spacing: .2px;
}

.post-divider {
    margin-top: 10px;
    margin-bottom: 6px;
}

@media only screen and (max-width: 767px) {
    .post-preview-home .post-title {
        line-height: 1.35;
    }

    .post-meta-home {
        gap: 6px;
        font-size: 14px;
    }
}