/*
Theme Name: 旧宝盆 GEO
Description: 由旧宝盆 EyouCMS 静态模板迁移的 WordPress 经典主题。
Version: 1.0.0
Text Domain: jiubaopen
*/

/* WordPress 输出内容的最小兼容样式。 */
.wp-post-image,
.editbox img {
    height: auto;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .current {
    color: #333;
    background: #f8ae00;
    border: 1px solid #f8ae00;
    padding: 8px 10px;
}

.article-cover {
    margin: 24px 0;
    text-align: center;
}

.jiubaopen-not-found {
    flex: 1;
    background: #fefbf7;
    text-align: center;
}

.jiubaopen-not-found__box {
    max-width: 720px;
    margin: 80px auto;
    padding: 70px 30px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 4px 5px 17px #e4dfd2;
}

.jiubaopen-not-found__code {
    color: #feb400;
    font-size: clamp(64px, 10vw, 120px);
    font-weight: 700;
}

.jiubaopen-not-found h1 {
    margin: 20px 0;
    font-size: clamp(26px, 3vw, 42px);
    font-weight: 700;
}

.jiubaopen-not-found p {
    line-height: 1.8;
}

.jiubaopen-not-found .btn {
    width: 140px;
    margin: 35px auto 0;
    padding: 14px 20px;
    color: #1b1b1b;
    background: #feb400;
    border-radius: 8px;
    font-weight: 700;
}
