/* ===== CBH 블로그 (동물등록 콘텐츠 허브) ===== */

.cbh-blog-wrap{max-width:1024px;margin:0 auto;padding:0 24px;}

/* 히어로 */
.cbh-blog-hero{padding:52px 0 36px;border-bottom:1px solid #eee;margin-bottom:40px;}
.cbh-blog-hero h1{font-size:34px;font-weight:800;letter-spacing:-0.6px;color:#111;margin:0 0 12px;line-height:1.25;}
.cbh-blog-hero p{font-size:16px;color:#666;line-height:1.65;margin:0;max-width:720px;}

/* 카드 그리드 */
.cbh-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}
@media(max-width:900px){.cbh-post-grid{grid-template-columns:repeat(2,1fr);gap:20px;}}
@media(max-width:600px){.cbh-post-grid{grid-template-columns:1fr;}}

.cbh-card{display:flex;flex-direction:column;background:#fff;border:1px solid #eee;border-radius:16px;overflow:hidden;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;}
.cbh-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(0,0,0,0.09);}
.cbh-card__thumb{aspect-ratio:16/10;background:#f3f4f6;overflow:hidden;display:flex;align-items:center;justify-content:center;}
.cbh-card__thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.cbh-card__thumb--empty::after{content:"비마이펫 컴백홈";font-size:13px;font-weight:700;color:#cfcfcf;}
.cbh-card__body{padding:18px 20px 22px;display:flex;flex-direction:column;gap:9px;flex:1;}
.cbh-card__cat{font-size:12px;font-weight:800;color:#b58900;letter-spacing:.01em;}
.cbh-card__title{font-size:17px;font-weight:700;line-height:1.42;color:#141414;margin:0;}
.cbh-card__excerpt{font-size:13.5px;color:#6b6b6b;line-height:1.6;flex:1;margin:0;}
.cbh-card__meta{font-size:12.5px;color:#a0a0a0;margin-top:2px;}

/* 페이지네이션 */
.cbh-pagination{display:flex;justify-content:center;gap:8px;margin:52px 0 8px;flex-wrap:wrap;}
.cbh-pagination .page-numbers{display:inline-flex;min-width:42px;height:42px;align-items:center;justify-content:center;border-radius:11px;border:1px solid #e6e6e6;font-size:14px;font-weight:600;color:#333;text-decoration:none;padding:0 12px;transition:.15s ease;}
.cbh-pagination a.page-numbers:hover{border-color:#141414;}
.cbh-pagination .page-numbers.current{background:#141414;color:#fff;border-color:#141414;}
.cbh-pagination .page-numbers.dots{border:none;}

/* ===== 단일 글 ===== */
.cbh-article{max-width:760px;margin:0 auto;padding:0 24px 40px;}
.cbh-breadcrumb{font-size:13px;color:#a0a0a0;padding:36px 0 20px;}
.cbh-breadcrumb a{color:#a0a0a0;text-decoration:none;}
.cbh-breadcrumb a:hover{color:#141414;}
.cbh-article__cat{display:inline-block;font-size:12px;font-weight:800;color:#b58900;margin-bottom:12px;text-decoration:none;}
.cbh-article__title{font-size:33px;font-weight:800;line-height:1.32;letter-spacing:-0.6px;color:#111;margin:0 0 16px;}
.cbh-article__meta{display:flex;gap:12px;font-size:13.5px;color:#9a9a9a;align-items:center;padding-bottom:26px;border-bottom:1px solid #eee;margin-bottom:34px;flex-wrap:wrap;}
.cbh-article__hero{margin:0 0 36px;border-radius:16px;overflow:hidden;}
.cbh-article__hero img{width:100%;height:auto;display:block;}

/* 본문 타이포(prose) */
.cbh-prose{font-size:16.5px;line-height:1.85;color:#2b2b2b;word-break:keep-all;overflow-wrap:break-word;}
.cbh-prose > *:first-child{margin-top:0;}
.cbh-prose p{margin:0 0 1.25em;}
.cbh-prose h2{font-size:24px;font-weight:800;line-height:1.35;margin:1.9em 0 .7em;color:#111;letter-spacing:-0.3px;}
.cbh-prose h3{font-size:20px;font-weight:700;line-height:1.4;margin:1.6em 0 .55em;color:#111;}
.cbh-prose h4{font-size:17px;font-weight:700;margin:1.4em 0 .5em;color:#222;}
.cbh-prose a{color:#0a58ca;text-decoration:underline;text-underline-offset:2px;}
.cbh-prose ul,.cbh-prose ol{margin:0 0 1.25em;padding-left:1.4em;}
.cbh-prose li{margin:0 0 .5em;}
.cbh-prose img{max-width:100%;height:auto;border-radius:12px;margin:1.6em 0;}
.cbh-prose figure{margin:1.6em 0;}
.cbh-prose figcaption{font-size:13px;color:#999;text-align:center;margin-top:8px;}
.cbh-prose blockquote{border-left:4px solid #fcd11e;background:#fffdf3;margin:1.6em 0;padding:16px 22px;border-radius:0 10px 10px 0;color:#444;}
.cbh-prose blockquote p:last-child{margin-bottom:0;}
.cbh-prose code{background:#f4f4f5;padding:2px 6px;border-radius:5px;font-size:.9em;}
.cbh-prose pre{background:#1e1e1e;color:#eee;padding:18px 20px;border-radius:12px;overflow-x:auto;font-size:14px;line-height:1.6;margin:1.6em 0;}
.cbh-prose pre code{background:none;padding:0;}
.cbh-prose hr{border:none;border-top:1px solid #eaeaea;margin:2.2em 0;}
.cbh-prose table{width:100%;border-collapse:collapse;margin:1.6em 0;font-size:14.5px;}
.cbh-prose th,.cbh-prose td{border:1px solid #e5e5e5;padding:10px 12px;text-align:left;vertical-align:top;}
.cbh-prose th{background:#fafafa;font-weight:700;}

/* 태그 */
.cbh-tags{display:flex;flex-wrap:wrap;gap:8px;margin:42px 0 0;}
.cbh-tags a{font-size:13px;color:#555;background:#f3f3f4;border-radius:20px;padding:6px 14px;text-decoration:none;transition:.15s ease;}
.cbh-tags a:hover{background:#fcd11e;color:#111;}

/* 하단 CTA */
.cbh-post-cta{margin:56px 0 0;background:#141414;border-radius:20px;padding:42px 32px;text-align:center;}
.cbh-post-cta h3{color:#fff;font-size:22px;font-weight:800;margin:0 0 10px;line-height:1.4;}
.cbh-post-cta p{color:rgba(255,255,255,0.6);font-size:15px;margin:0 0 24px;line-height:1.6;}
.cbh-post-cta a{display:inline-block;background:#fcd11e;color:#111;font-weight:800;border-radius:26px;padding:15px 40px;font-size:15px;text-decoration:none;transition:filter .15s ease;}
.cbh-post-cta a:hover{filter:brightness(.97);}

/* 관련 글 */
.cbh-related{max-width:1024px;margin:72px auto 0;padding:0 24px;}
.cbh-related > h2{font-size:20px;font-weight:800;margin:0 0 24px;color:#111;}

/* 목록 없음 */
.cbh-empty{text-align:center;padding:80px 0;color:#999;font-size:15px;}

@media(max-width:600px){
	.cbh-blog-hero h1{font-size:27px;}
	.cbh-article__title{font-size:26px;}
	.cbh-prose{font-size:16px;}
	.cbh-prose h2{font-size:21px;}
	.cbh-prose h3{font-size:18px;}
}
