/* Simple modern styles for the Custom Blog Designer plugin */
.cbd-container { max-width: 1100px; margin: 0 auto; padding: 28px; font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; box-sizing: border-box; }
.cbd-layout-grid .cbd-posts { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 18px; }
.cbd-layout-list .cbd-posts { display: block; }
.cbd-post { background: #fff; border: 1px solid #eee; border-radius: 10px; overflow: hidden; display: flex; flex-direction: column; min-height: 160px; box-shadow: 0 6px 18px rgba(0,0,0,0.03); }
.cbd-thumb img { width: 100%; display: block; height: auto; }
.cbd-body { padding: 16px; display: flex; flex-direction: column; gap: 10px; }
.cbd-title { margin: 0 0 6px 0; font-size: 1.1rem; line-height: 1.2; }
.cbd-title a { color: #111; text-decoration: none; }
.cbd-meta { font-size: 0.85rem; color: #777; }
.cbd-excerpt { color: #444; font-size: 0.95rem; }
.cbd-readmore { display: inline-block; margin-top: auto; padding: 8px 12px; border-radius: 8px; background: #0a6cff; color: white; text-decoration: none; font-size: 0.9rem; }
.cbd-pagination { margin-top: 22px; text-align: center; }
.cbd-pagination ul { list-style: none; margin: 0; padding: 0; display:inline-flex; gap:8px; }
.cbd-pagination a { padding: 8px 10px; border-radius:6px; text-decoration:none; border:1px solid #ddd; display:inline-block; min-width:36px; text-align:center; }
.cbd-pagination .current { background:#0a6cff; color:#fff; border-color:#0a6cff; }
.cbd-no-posts { padding: 20px; text-align:center; color:#666; }

/* Single post styles */
.cbd-single-container { max-width: 920px; margin: 30px auto; padding: 0 20px 40px; box-sizing: border-box; }
.cbd-single-hero { width: 100%; overflow: hidden; display:block; }
.cbd-single-hero img { width: 100%; height: auto; display:block; object-fit: cover; max-height: 720px; }
.cbd-single-header { padding: 20px 0 0; }
.cbd-single-title { font-size: 2rem; margin: 6px 0 12px; line-height: 1.15; }
.cbd-single-meta { color: #666; font-size: 0.9rem; margin-bottom: 18px; display:flex; gap:12px; flex-wrap:wrap; }
.cbd-single-content { font-size: 1rem; line-height: 1.8; color: #222; margin-top: 6px; }
.cbd-single-footer { margin-top: 26px; display:flex; flex-direction:column; gap:12px; padding-bottom: 24px; }
.cbd-single-nav { display:flex; justify-content:space-between; margin-top:10px; }
.cbd-single-post .cbd-share a { text-decoration:none; color:#0a6cff; margin-right:8px; }

/* Utility: hide common review selectors if a reviews plugin injects markup */
.reviews-area, .wc-reviews, .product-reviews, .post-review, .site-reviews { display: none !important; }
