/* ========== mystocknote.blog 세련된 디자인 ========== */

/* --- 기본 타이포그래피 --- */
body {
    font-family: -apple-system, 'Pretendard', 'Noto Sans KR', 'Apple SD Gothic Neo', sans-serif;
    line-height: 1.75;
    color: #1a1a2e;
    background: #f8f9fb;
    -webkit-font-smoothing: antialiased;
}

/* --- 본문 폭과 여백 --- */
.wp-site-blocks {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- 제목 스타일 --- */
h1, h2, h3, h4 {
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0f172a;
}
h1 { font-size: 1.8rem; margin: 1.5em 0 0.6em; }
h2 {
    font-size: 1.35rem;
    margin: 2em 0 0.8em;
    padding-bottom: 0.4em;
    border-bottom: 2px solid #e2e8f0;
}
h3 { font-size: 1.15rem; margin: 1.5em 0 0.5em; color: #334155; }

/* --- 본문 --- */
p { margin: 0 0 1.2em; font-size: 1.05rem; }

/* --- 링크 --- */
a { color: #2563eb; text-decoration: none; }
a:hover { text-decoration: underline; }

/* --- 표 (고급) --- */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.8em 0;
    font-size: 0.95rem;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
thead th {
    background: #0f172a;
    color: #fff;
    font-weight: 600;
    padding: 12px 14px;
    text-align: left;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
}
tbody td {
    padding: 11px 14px;
    border-bottom: 1px solid #f1f5f9;
    background: #fff;
}
tbody tr:last-child td { border-bottom: none; }
tbody tr:nth-child(even) td { background: #f8fafc; }

/* --- 특별 박스 --- */
.callout {
    background: #f0f9ff;
    border-left: 4px solid #2563eb;
    padding: 16px 20px;
    margin: 1.5em 0;
    border-radius: 0 8px 8px 0;
    font-size: 1rem;
}

/* --- 썸네일 --- */
.wp-block-post-featured-image img {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* --- 포스트 카드 (목록) --- */
.wp-block-post {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    transition: box-shadow 0.2s;
}
.wp-block-post:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

/* --- 싱글 포스트 --- */
.single-post .entry-content {
    background: #fff;
    border-radius: 16px;
    padding: 32px 28px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

/* --- 메타 정보 --- */
.wp-block-post-date, .wp-block-post-author {
    font-size: 0.85rem;
    color: #64748b;
}

/* --- 구분선 --- */
hr {
    border: none;
    border-top: 1px solid #e2e8f0;
    margin: 2em 0;
}

/* --- 모바일 --- */
@media (max-width: 640px) {
    .wp-site-blocks { padding: 0 16px; }
    h1 { font-size: 1.5rem; }
    h2 { font-size: 1.2rem; }
    .single-post .entry-content { padding: 20px 16px; border-radius: 12px; }
    table { font-size: 0.85rem; }
    thead th, tbody td { padding: 8px 10px; }
}

/* --- 헤더/푸터 --- */
.wp-block-site-title a {
    font-weight: 800;
    font-size: 1.3rem;
    letter-spacing: -0.03em;
    color: #0f172a;
}
