/* 열림세무회계사무소 - 종소세 대행 (모던 로제) */
body, .editor-styles-wrapper {
    font-family: 'Noto Sans KR', -apple-system, sans-serif;
    color: #2d2024;
    line-height: 1.85;
}
.entry-content, .wp-block-post-content {
    max-width: 740px;
    margin: 0 auto;
    padding: 36px 24px;
}
.entry-content h1, .entry-content h2, .entry-content h3,
.entry-content h4, .entry-content h5 {
    color: #7a1f37;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 2em;
    margin-bottom: 0.6em;
}
.entry-content h1 { font-size: 27px; }
.entry-content h2 { font-size: 23px; border-left: 4px solid #9f2a47; padding-left: 14px; }
.entry-content h3 { font-size: 19px; }
.entry-content p {
    font-size: 15px;
    color: #3d2f34;
    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: #3d2f34; line-height: 1.9; margin-bottom: 5px; }
.yl-highlight {
    background: #fdf2f4;
    border-left: 4px solid #9f2a47;
    padding: 18px 22px;
    border-radius: 0 8px 8px 0;
    margin: 22px 0;
}
.yl-highlight p { margin: 0; color: #7a1f37; font-weight: 500; }
.yl-info-box {
    background: #faf8f5;
    border: 1px solid #ecdfe2;
    border-radius: 12px;
    padding: 22px;
    margin: 22px 0;
}
.yl-info-box h3 {
    color: #7a1f37;
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fce8ec;
}
.yl-table {
    width: 100%;
    border-collapse: collapse;
    margin: 22px 0;
    font-size: 14px;
}
.yl-table th {
    background: #9f2a47;
    color: #fff;
    padding: 11px 14px;
    text-align: left;
    font-weight: 600;
}
.yl-table td {
    padding: 11px 14px;
    border-bottom: 1px solid #ecdfe2;
    color: #3d2f34;
}
.yl-table tr:nth-child(even) { background: #fdf2f4; }
.yl-cta {
    background: linear-gradient(135deg, #9f2a47 0%, #7a1f37 100%);
    border-radius: 12px;
    padding: 28px;
    text-align: center;
    margin: 36px 0;
}
.yl-cta h3 { color: #fff; font-size: 19px; margin: 0 0 8px; border: none; padding: 0; }
.yl-cta p { color: rgba(255,255,255,.65); margin-bottom: 18px; }
.yl-cta a {
    display: inline-block;
    background: #fff;
    color: #7a1f37;
    padding: 11px 26px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: background .2s;
}
.yl-cta a:hover { background: #fce8ec; }
.entry-title, .wp-block-post-title {
    font-size: 28px;
    font-weight: 700;
    color: #7a1f37;
    line-height: 1.35;
    margin-bottom: 14px;
}
.post-thumbnail img, .wp-post-image { border-radius: 10px; margin-bottom: 22px; }
@media (max-width: 768px) {
    .entry-content { padding: 22px 16px; }
    .entry-title { font-size: 22px; }
    .entry-content h2 { font-size: 19px; }
    .yl-table { font-size: 12px; }
    .yl-table th, .yl-table td { padding: 8px 10px; }
}
