/* 样式名称：奶油暖橙 */
.article-content-box-css-style-2026-3 {
    background: #fff6e8;
    color: #5c3c24;
    font-family: "Arial", sans-serif;
    font-size: 15px;
    line-height: 2;
    padding: 1.2em 1.6em;
    border-radius: 22px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    max-width: 740px;
    margin: 18px auto;
    box-sizing: border-box;
    text-align: justify;
    /* 外层元素：不添加任何border */
    border: none;
}
.article-content-box-css-style-2026-3 h1,.article-content-box-css-style-2026-3 h2,.article-content-box-css-style-2026-3 h3 {
    color: #5c3c24;
    font-weight:600;
    margin:1.3em 0 0.7em;
    text-transform:uppercase;
}
.article-content-box-css-style-2026-3 p {
    margin: 0.85em 0;
}
.article-content-box-css-style-2026-3 a {
    color: #d47c38;
    text-decoration:underline;
}
.article-content-box-css-style-2026-3 blockquote {
    background: #fff0dd;
    border-top:4px solid #f2d4b0;
    padding:0.9em 1.1em;
    margin:1.1em 0;
}
.article-content-box-css-style-2026-3 pre {
    padding:1em;
    border-radius:8px;
    background:#00000014;
    overflow-x:auto;
}
.article-content-box-css-style-2026-3 img {
    max-width:100%;
    height:auto;
    border-radius:22px;
}
.article-content-box-css-style-2026-3 ul, .article-content-box-css-style-2026-3 ol {
    margin:0.9em 0;
    padding-left:1.8em;
}
.article-content-box-css-style-2026-3 hr {
    border:0;
    height:1px;
    background-color:#f2d4b0;
    margin:1.4em 0;
}
.article-content-box-css-style-2026-3 mark {
    background-color:#fff0dd;
    padding:0 4px;
}

.article-content-box-css-style-2026-3 p:first-of-type::first-letter {
    font-size: 2.7em;
    float: left;
    line-height: 1;
    margin-right: 0.22em;
    font-weight:bold;
}
    