.wp-singular {
    word-break: break-all;
}

img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}

html {
    margin-top: 0px !important;
}

@media screen and (max-width: 782px) {
    html {
        margin-top: 0px !important;
    }
}



/*! This file is auto-generated */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

:root {
    --primary-color: #dd3333;
    --primary-color-rgb: 221, 51, 51;
    --text-color: #FFFFFF;
    --text-color-rgb: 255, 255, 255;
    --light-color: #2d3041;
    --light-color-rgb: 45, 48, 65;
    --wrapper-color: #1f1d2b;
    --wrapper-color-rgb: 31, 29, 43;
    --body-color: #23212e;
    --body-color-rgb: 35, 33, 46;
    --container-width: 1200px;
    --container-gutter: 48px;
    --aside-width: 340px;
}

/* 设置section--episode 框架样式 */
.section__cont {
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section__inner {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}

.section__inner__link {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.section__inner__link a img {
    width: 145px;
}

@media (min-width: 900px) {
    .section__inner__link a img {
        width: 170px;
    }
}

.download-text {
    font-size: 1.9rem;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1.2px;
}

@media (min-width: 768px) {
    .download-text {
        font-size: 2.2rem;
        text-transform: uppercase;
        letter-spacing: 5px
    }
}

/* 底部样式 */
.footer-container {
    background-color: var(--wrapper-color);
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}

.footer li {
    font-size: 16px !important;
}

@media (max-width: 500px) {
    .footer li {
        font-size: 14px !important;
    }
}

/* 内容处样式 */
h1 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.section__neirong img {
    width: 80%;
}

.section__neirong h1,
.section__neirong h2,
.section__neirong h3,
.section__neirong h4 {
    margin: 20px 0;
}

.section__neirong h1 {
    color: #dd3333;
}

.section__neirong h2 {
    font-size: 23px;
}

.section__neirong h3 {
    font-size: 21px;
}

.section__neirong li {
    list-style: none;
}

.section__neirong h4 {
    font-size: 20px;
}

.section__neirong p {
    font-size: 18px;
}

@media (max-width: 767px) {
    .section__neirong {
        margin: 0px 10px;
    }
}

@media (max-width: 500px) {
    .section__neirong p {
        font-size: 13px;
    }
}

/* 详情页样式 */
.post-tabs h2,
.post-tabs h3,
.post-tabs h4,
.post-tabs h5,
.post-tabs h6 {
    color: #dd3333;
    margin: 10px 0;
}

.hero__header h1 {
    font-size: 28px;
    text-align: left;
    color: #dd3333;
}

.post-tabs img {
    max-width: 100%;
    height: auto;
}

.post-tabs p {
    font-size: 14px;
    line-height: 1.5;
}

.post-tabs a {
    margin: 0 auto;
    padding-top: 10px;
    display: flex;
    justify-content: center;
}