/* WordPress 微信公众号发布助手 - 网站前台样式 */

.wp-wechat-publisher-site-daily {
    margin: 0 0 20px 0;
    padding: 16px 18px;
    background: transparent;
    border: 1px solid #e9ecef;
    border-radius: 10px;
}

.wp-wechat-publisher-site-daily p {
    margin: 0;
}

.wp-wechat-publisher-site-daily .wp-wechat-publisher-site-intro {
    margin: 0 0 10px 0;
    color: #999;
    line-height: 1.8;
    text-align: center;
    font-size: 0.9em;
}

.wp-wechat-publisher-site-daily .wp-wechat-publisher-site-dayline {
    margin: 0 0 12px 0;
    color: #3aa675;
    line-height: 1.8;
    text-align: center;
    font-size: 1em;
}

.wp-wechat-publisher-site-summary {
    margin: 0 0 20px 0;
    padding: 16px 18px;
    background: #dde0e3;
    border: 1px solid #e9ecef;
    border-radius: 10px;
}

.wp-wechat-publisher-site-summary p {
    margin: 0;
    color: #666;
    font-size: 0.9em;
    line-height: 1.6;
}

.wp-wechat-publisher-site-daily .wp-wechat-publisher-site-dayline .wp-wechat-publisher-site-days {
    color: #ff6b35;
    font-weight: 700;
    font-size: 1.3em;
    padding: 0 0.25em;
}


.wp-wechat-publisher-beautified-content {
    font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    line-height: 2;
    color: #3a3a3a;
    font-size: 16px;
}

.wp-wechat-publisher-beautified-content p {
    margin: 1.5em 0;
    text-align: justify;
    line-height: 2;
    text-indent: 2em;
    background: transparent;
}

.wp-wechat-publisher-beautified-content h1,
.wp-wechat-publisher-beautified-content h2,
.wp-wechat-publisher-beautified-content h3,
.wp-wechat-publisher-beautified-content h4,
.wp-wechat-publisher-beautified-content h5,
.wp-wechat-publisher-beautified-content h6 {
    margin: 1.6em 0 1em;
    font-weight: 700;
    line-height: 1.4;
    color: #2c2c2c;
}

.wp-wechat-publisher-beautified-content h1 {
    font-size: 1.75em;
    margin-top: 0.5em;
}

.wp-wechat-publisher-beautified-content h2 {
    font-size: 1.5em;
    margin: 1.8em 0 1em;
    padding: 0.8em 0;
}

.wp-wechat-publisher-beautified-content h3 {
    font-size: 1.3em;
    margin: 1.5em 0 0.8em;
}

.wp-wechat-publisher-beautified-content ul,
.wp-wechat-publisher-beautified-content ol {
    margin: 1.5em 0;
    padding-left: 2em;
    line-height: 2;
}

.wp-wechat-publisher-beautified-content li {
    margin: 0.8em 0;
    line-height: 2;
}

.wp-wechat-publisher-beautified-content blockquote {
    margin: 1em 0;
    padding: 0.8em 1em;
    background: transparent;
    border-left: 3px solid #3aa675;
    color: #666;
}

.wp-wechat-publisher-beautified-content pre {
    margin: 1.5em 0;
    padding: 1.2em;
    background: transparent;
    color: #333;
    border-radius: 4px;
    overflow-x: auto;
    border: 1px solid #e5e5e5;
    line-height: 1.8;
}

.wp-wechat-publisher-beautified-content code {
    padding: 3px 8px;
    background: transparent;
    color: #d14;
    border-radius: 3px;
    font-family: Consolas, Monaco, monospace;
    font-size: 0.9em;
    border: 1px solid #e0e0e0;
}

.wp-wechat-publisher-beautified-content pre code {
    padding: 0;
    background: transparent;
    color: inherit;
    border: none;
}

.wp-wechat-publisher-beautified-content img {
    max-width: 100%;
    height: auto;
    margin: 2em auto;
    display: block;
    border-radius: 4px;
}

.wp-wechat-publisher-beautified-content a {
    color: #3aa675;
    text-decoration: none;
    border-bottom: 1px solid #3aa675;
}

.wp-wechat-publisher-beautified-content hr {
    margin: 1.5em 0;
    border: none;
    border-top: 1px solid #e0e0e0;
}
