/* Blog pages: fills the gaps in the Roker theme for article bodies, FAQ, sidebar and CTA blocks */
.blog-section article.post { margin-bottom: 40px; padding-bottom: 30px; border-bottom: 1px solid #eee; }
.blog-section article.post:last-of-type { border-bottom: none; }
.blog-section article.post h3 { margin-top: 0; }
.blog-section .post-image img { width: 100%; height: auto; border-radius: 3px; }
.blog-section .post-meta { margin: 10px 0 14px; color: #888; font-size: 13px; }
.blog-section .post-meta span { margin-right: 14px; white-space: nowrap; }
.blog-section .post-meta i { margin-right: 4px; }

.blog-article .post-image { margin-bottom: 18px; }
.article-body { font-size: 16px; line-height: 1.75; color: #444; }
.article-body h2 { font-size: 24px; margin: 34px 0 14px; line-height: 1.3; }
.article-body h3 { font-size: 19px; margin: 26px 0 10px; }
.article-body p { margin: 0 0 16px; }
.article-body ul, .article-body ol { margin: 0 0 18px 24px; padding: 0; }
.article-body li { margin-bottom: 6px; }
.article-body blockquote { border-left: 4px solid #27ae60; margin: 20px 0; padding: 8px 18px; color: #555; font-size: 16px; background: #f7f9f8; }
.article-body a { text-decoration: underline; }
.article-body strong { color: #222; }

.blog-faq { margin-top: 36px; }
.blog-faq h2 { font-size: 22px; margin-bottom: 14px; }
.blog-faq-item { border: 1px solid #e5e5e5; border-radius: 3px; margin-bottom: 8px; background: #fff; }
.blog-faq-item summary { cursor: pointer; padding: 12px 16px; font-weight: 600; list-style: none; position: relative; padding-right: 36px; }
.blog-faq-item summary::-webkit-details-marker { display: none; }
.blog-faq-item summary::after { content: "+"; position: absolute; right: 16px; top: 10px; font-size: 18px; color: #27ae60; }
.blog-faq-item[open] summary::after { content: "\2013"; }
.blog-faq-answer { padding: 0 16px 14px; color: #555; line-height: 1.65; }

.blog-tags { margin-top: 24px; }
.blog-tags span { display: inline-block; background: #f1f1f1; border-radius: 3px; padding: 4px 10px; margin: 0 6px 6px 0; font-size: 12px; color: #666; }

.blog-cta { background: #f5f7f9; border: 1px solid #e3e7ea; border-radius: 4px; padding: 20px; }
.blog-cta h4 { margin-top: 0; }
.blog-cta-wide { margin-top: 40px; padding: 26px 28px; }
.blog-cta-wide h3 { margin-top: 0; }
.blog-cta-wide .btn { margin-top: 6px; }
.blog-cta-phone { margin: 12px 0 0; font-size: 15px; font-weight: 600; }

.blog-sidebar aside { margin-bottom: 24px; }
.blog-sidebar .simple-post-list { list-style: none; margin: 0; padding: 0; }
.blog-sidebar .simple-post-list li { display: flex; gap: 12px; align-items: flex-start; padding: 10px 0; border-bottom: 1px dotted #ddd; }
.blog-sidebar .simple-post-list li:last-child { border-bottom: none; }
.blog-sidebar .simple-post-list .post-image { flex: 0 0 72px; }
.blog-sidebar .simple-post-list .img-thumbnail { padding: 2px; }
.blog-sidebar .simple-post-list img { width: 100%; height: 54px; object-fit: cover; display: block; }
.blog-sidebar .simple-post-list .post-info a { font-weight: 600; line-height: 1.35; display: block; }
.blog-sidebar .simple-post-list .post-meta { font-size: 12px; color: #999; margin-top: 4px; }
.blog-sidebar ul.list { list-style: none; margin: 0; padding: 0; }
.blog-sidebar ul.list li { padding: 6px 0; }
.blog-sidebar ul.list i { margin-right: 8px; color: #27ae60; }

.blog-preview-banner { background: #fef3c7; border-bottom: 1px solid #fcd34d; color: #92400e; padding: 10px 0; text-align: center; font-size: 14px; }

.blog-section .pagination { margin: 10px 0 0; }
