/*
Theme Name: Deoji
Theme URI: https://deoji.glut.co.kr
Author: 더지
Description: 더지(주식 블로그)를 위한 미니멀 블록 테마. Pretendard 폴백 시스템 폰트 + 한국 시장 색상 컨벤션(상승=빨강, 하락=파랑) + 표·코드·인용 가독성 최적화.
Version: 0.1.1
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: deoji
Tags: blog, one-column, block-styles, full-site-editing, block-themes
*/

/* ── 본문 HTML 표 (마크다운 → WP REST API 경유 업로드된 raw HTML table) ── */
.wp-block-post-content table,
.entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    line-height: 1.5;
}

.wp-block-post-content th,
.wp-block-post-content td,
.entry-content th,
.entry-content td {
    border: 1px solid #9daab5;
    padding: 0.55rem 0.875rem;
    text-align: left;
    vertical-align: top;
}

.wp-block-post-content th,
.entry-content th {
    background: #c5d2de;
    font-weight: 600;
}
