/* 열림세무회계사무소 - 종소세 환급 커스텀 스타일 */

/* 기본 폰트 */
body, .editor-styles-wrapper {
    font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #1e293b;
    line-height: 1.8;
}

/* 포스트 / 페이지 본문 */
.entry-content, .wp-block-post-content {
    max-width: 760px;
    margin: 0 auto;
    padding: 40px 24px;
}

.entry-content h1, .entry-content h2, .entry-content h3,
.entry-content h4, .entry-content h5 {
    color: #1a365d;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 2em;
    margin-bottom: 0.6em;
}

.entry-content h1 { font-size: 28px; }
.entry-content h2 { font-size: 24px; border-left: 4px solid #d4af37; padding-left: 16px; }
.entry-content h3 { font-size: 20px; }

.entry-content p {
    font-size: 15px;
    color: #334155;
    line-height: 1.9;
    margin-bottom: 1.2em;
}

.entry-content ul, .entry-content ol {
    padding-left: 20px;
    margin-bottom: 1.2em;
}

.entry-content li {
    font-size: 15px;
    color: #334155;
    line-height: 1.9;
    margin-bottom: 6px;
}

/* 강조 박스 */
.yellim-highlight {
    background: #eff6ff;
    border-left: 4px solid #1a365d;
    padding: 20px 24px;
    border-radius: 0 8px 8px 0;
    margin: 24px 0;
}

.yellim-highlight p {
    margin: 0;
    color: #1a365d;
    font-weight: 500;
}

/* 정보 카드 */
.yellim-info-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    margin: 24px 0;
}

.yellim-info-box h3 {
    color: #1a365d;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 2px solid #d4af37;
}

/* 표 스타일 */
.yellim-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 14px;
}

.yellim-table th {
    background: #1a365d;
    color: #ffffff;
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
}

.yellim-table td {
    padding: 12px 16px;
    border-bottom: 1px solid #e2e8f0;
    color: #334155;
}

.yellim-table tr:nth-child(even) {
    background: #f8fafc;
}

/* CTA 배너 */
.yellim-cta {
    background: linear-gradient(135deg, #1a365d 0%, #0f1f3d 100%);
    border-radius: 12px;
    padding: 32px;
    text-align: center;
    margin: 40px 0;
}

.yellim-cta h3 {
    color: #ffffff;
    font-size: 20px;
    margin: 0 0 8px;
    border: none;
    padding: 0;
}

.yellim-cta p {
    color: rgba(255,255,255,0.7);
    margin-bottom: 20px;
}

.yellim-cta a {
    display: inline-block;
    background: #d4af37;
    color: #0f1f3d;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: background 0.2s;
}

.yellim-cta a:hover {
    background: #e8c84a;
}

/* 체크리스트 */
.yellim-checklist {
    list-style: none;
    padding: 0;
}

.yellim-checklist li {
    padding-left: 28px;
    position: relative;
    margin-bottom: 8px;
}

.yellim-checklist li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 16px;
    height: 16px;
    border: 2px solid #d4af37;
    border-radius: 3px;
    background: #eff6ff;
}

/* 포스트 제목 */
.entry-title, .wp-block-post-title {
    font-size: 30px;
    font-weight: 700;
    color: #1a365d;
    line-height: 1.35;
    margin-bottom: 16px;
}

/* 특성화 이미지 */
.post-thumbnail img, .wp-post-image {
    border-radius: 10px;
    margin-bottom: 24px;
}

/* FAQ 구조 */
.yellim-faq {
    margin: 24px 0;
}

.yellim-faq dt {
    font-weight: 600;
    color: #1a365d;
    font-size: 16px;
    padding: 12px 0 4px;
    border-bottom: 1px solid #e2e8f0;
}

.yellim-faq dd {
    color: #475569;
    font-size: 14px;
    line-height: 1.8;
    padding: 8px 0 16px;
    margin-left: 0;
}

/* 이미지 캡션 */
.wp-caption, figcaption {
    font-size: 12px;
    color: #64748b;
    text-align: center;
    margin-top: 8px;
}

/* 반응형 */
@media (max-width: 768px) {
    .entry-content { padding: 24px 16px; }
    .entry-title { font-size: 24px; }
    .entry-content h2 { font-size: 20px; }
    .yellim-table { font-size: 12px; }
    .yellim-table th, .yellim-table td { padding: 8px 10px; }
}
