/* DIYCSS
   ========================================================================== */
/**
 * 1. 如果要修改css ，建议在这个文件修改覆盖即可，更新的时候，注意备份此文件即可
 * 2. 如果要修改css ，建议在这个文件修改覆盖即可，更新的时候，注意备份此文件即可
 *    如果要修改css ，建议在这个文件修改覆盖即可，更新的时候，注意备份此文件即可
 */

/* 加宽内容详情页容器 */
@media (min-width: 992px) {
    .single .container {
        max-width: 1140px;
    }
}

@media (min-width: 1230px) {
    .single .container {
        max-width: 1320px;
    }
}

/* 增大详情页正文字号 */
.single .type-post .entry-content > p,
.single .type-post .entry-content ul,
.single .type-post .entry-content ol {
    font-size: 17px;
    line-height: 32px;
}

/* 温馨提示横幅 */
.tips-banner {
    margin: 2px 0 20px;
    padding: 14px 18px;
    background: linear-gradient(135deg, #fff9e6, #fff3cd);
    border: 1px solid #f0d67d;
    border-radius: 8px;
    font-size: 14px;
    line-height: 26px;
    color: #8b6914;
}
.tips-banner p {
    margin: 0 0 6px;
}
.tips-banner p:last-child {
    margin-bottom: 0;
}
.tips-banner strong {
    color: #d4380d;
}
.tips-banner kbd {
    color: #d4380d;
    font-weight: bold;
}
