@import url('https://fonts.googleapis.com/css2?family=Maru+Buri:wght@400;700&family=Pretendard:wght@400;700&display=swap');

/* Noteatingale - 에세이 스타일 */
.noteatingale { font-family: 'Pretendard', sans-serif; line-height: 1.8; color: #333; background-color: #fdfdfd; margin: 0; padding: 0; }
.noteatingale .article-title { font-family: 'Maru Buri', serif; font-size: 2.5em; font-weight: 700; margin: 0; }
.noteatingale .section-title { font-family: 'Maru Buri', serif; font-size: 1.8em; font-weight: normal; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #eaeaea; color: #2c3e50; }
.noteatingale .essay-body p { font-family: 'Pretendard', sans-serif; font-size: 1.1em; text-indent: 1.5em; margin-bottom: 1.2em; }
.noteatingale .essay-container { max-width: 800px; margin: 40px auto; padding: 20px 40px; background-color: #ffffff; border-left: 1px solid #eee; border-right: 1px solid #eee; }
.noteatingale .article-header { text-align: center; margin-bottom: 40px; border-bottom: 2px solid #333; padding-bottom: 20px; }
.noteatingale .content-section { margin-bottom: 35px; }
.noteatingale .essay-body p:first-of-type { text-indent: 0; }

/* 인라인 스타일링 클래스들 */
.noteatingale .emphasis { font-weight: bold; color: #2d3436; }
.noteatingale .reflection { font-style: italic; color: #636e72; }
.noteatingale .highlight { background-color: #fff4b8; padding: 2px 5px; border-radius: 3px; }
.noteatingale .dialogue { font-weight: 600; color: #e17055; quotes: """ """; }
.noteatingale .metaphor { font-weight: 500; color: #6c5ce7; font-style: italic; }
.noteatingale .irony { color: #fd79a8; font-weight: 500; }
.noteatingale .article-footer { text-align: center; margin-top: 50px; padding-top: 20px; border-top: 1px solid #eaeaea; }
.noteatingale .concluding-thought { font-style: italic; color: #555; font-size: 1.1em; }

/* ── Images ── */
.noteatingale img { max-width: 100%; height: auto; border-radius: 6px; margin: 10px 0; }
.noteatingale img.full-width { width: 100%; border-radius: 8px; }
.noteatingale .image-caption { text-align: center; font-size: 0.85em; color: #888; margin-top: 4px; }

/* ── Tables ── */
.noteatingale .table-container { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 20px 0; }
.noteatingale .table-container table { width: 100%; min-width: 500px; border-collapse: separate; border-spacing: 0; border: 1px solid #e0e0e0; border-radius: 6px; overflow: hidden; }
.noteatingale table { width: 100%; max-width: 100%; border-collapse: collapse; margin: 15px 0; display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.noteatingale thead, .noteatingale tbody { display: table; width: 100%; min-width: 500px; }
.noteatingale th { background: #f1f3f5; padding: 10px 14px; text-align: left; font-weight: 600; font-size: 14px; border-bottom: 2px solid #dee2e6; white-space: nowrap; }
.noteatingale td { padding: 10px 14px; border-bottom: 1px solid #eee; font-size: 14px; vertical-align: top; }
.noteatingale tr:last-child td { border-bottom: none; }
.noteatingale tr:hover td { background: #f8f9fa; }

@media (max-width: 768px) {
  .noteatingale .essay-container { padding: 20px; }
}
