
        .article-wrap {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
            box-sizing: border-box;
        }
        .article-row {
            display: flex;
            flex-wrap: wrap;
            gap: 0;
        }
        .article-left {
            width: 25%;
            padding-right: 30px;
            box-sizing: border-box;
        }
        .article-right {
            width: 75%;
            padding-left: 30px;
            box-sizing: border-box;
            border-left: 1px solid #eee;
        }
        .sidebar-widget {
            margin-bottom: 35px;
        }
        .sidebar-widget h3 {
            font-size: 18px;
            font-weight: bold;
            color: #333;
            padding-bottom: 12px;
            border-bottom: 2px solid #4ec548;
            margin: 0 0 18px 0;
        }
        .sidebar-menu {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .sidebar-menu li {
            margin-bottom: 8px;
        }
        .sidebar-menu li a {
            display: block;
            padding: 10px 15px;
            color: #555;
            text-decoration: none;
            background: #f8f8f8;
            border-radius: 4px;
            transition: all 0.25s;
            font-size: 14px;
        }
        .sidebar-menu li a:hover,
        .sidebar-menu li.active a {
            background: #4ec548;
            color: #fff;
        }
        .recent-posts {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .recent-posts li {
            display: flex;
            align-items: center;
            padding: 10px 0;
            border-bottom: 1px dashed #e5e5e5;
        }
        .recent-posts li:last-child {
            border-bottom: none;
        }
        .recent-posts .rp-thumb {
            flex-shrink: 0;
            width: 70px;
            height: 50px;
            margin-right: 12px;
            overflow: hidden;
            border-radius: 4px;
        }
        .recent-posts .rp-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .recent-posts .rp-info {
            flex: 1;
            min-width: 0;
        }
        .recent-posts .rp-info a {
            color: #555;
            font-size: 13px;
            text-decoration: none;
            display: block;
            line-height: 1.4;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }
        .recent-posts .rp-info a:hover {
            color: #4ec548;
        }

        .entry-title {
            font-size: 22px;
            font-weight: bold;
            color: #222;
            margin: 0 0 10px 0;
            line-height: 1.4;
            word-break: break-all;
        }
        .entry-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 18px;
            padding: 12px 0;
            margin-bottom: 8px;
            border-bottom: 1px solid #eee;
            font-size: 13px;
            color: #888;
        }
        .entry-meta span {
            display: inline-flex;
            align-items: center;
        }
        .entry-meta a {
            color: #888;
            text-decoration: none;
            margin-left: 4px;
        }
        .entry-meta a:hover {
            color: #4ec548;
        }
        .entry-content {
            font-size: 15px;
            line-height: 1.8;
            color: #444;
            padding: 10px 0 25px 0;
            word-break: break-word;
        }
        .entry-content img {
            max-width: 100%;
            height: auto;
            border-radius: 4px;
            margin: 10px 0;
        }
        .entry-content p {
            margin: 0 0 15px 0;
        }
        .entry-content h2{
            font-size: 16px;
        }
        .entry-content h1,
        .entry-content h2,
        .entry-content h3,
        .entry-content h4 {
            margin: 20px 0 10px 0;
            color: #333;
        }
        .entry-content table {
            border-collapse: collapse;
            width: 100%;
            margin: 15px 0;
        }
        .entry-content table td,
        .entry-content table th {
            border: 1px solid #ddd;
            padding: 8px 12px;
        }
        .entry-content table th {
            background: #f8f8f8;
        }

        .content-page {
            text-align: center;
            padding: 20px 0;
        }
        .content-page a, .content-page span {
            display: inline-block;
            padding: 6px 12px;
            margin: 0 3px;
            background: #f5f5f5;
            color: #666;
            text-decoration: none;
            border-radius: 4px;
            font-size: 13px;
        }
        .content-page a:hover, .content-page .current {
            background: #4ec548;
            color: #fff;
        }

        .tag-share {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            padding: 18px 0;
            margin-top: 20px;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
        }
        .post-tags a {
            display: inline-block;
            padding: 5px 12px;
            background: #f5f5f5;
            color: #666;
            border-radius: 4px;
            text-decoration: none;
            margin: 0 4px 4px 0;
            font-size: 12px;
        }
        .post-tags a:hover {
            background: #4ec548;
            color: #fff;
        }
        .share-area {
            font-size: 13px;
            color: #666;
        }
        .share-area a {
            color: #666;
            text-decoration: none;
            margin-left: 10px;
            font-size: 16px;
        }
        .share-area a:hover {
            color: #4ec548;
        }

        .prev-next {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 25px 0;
        }
        .prev-next .pn-item {
            width: 48%;
            padding: 15px 20px;
            background: #f8f8f8;
            border-radius: 4px;
            text-decoration: none;
            color: #555;
            font-size: 14px;
            transition: all 0.25s;
            box-sizing: border-box;
        }
        .prev-next .pn-item:hover {
            background: #4ec548;
            color: #fff;
        }
        .prev-next .pn-label {
            font-size: 12px;
            opacity: 0.7;
            display: block;
            margin-bottom: 6px;
        }
        .prev-next .pn-next {
            text-align: right;
        }

        @media screen and (max-width: 992px) {
            .article-wrap {
                padding: 25px 15px;
            }
            .article-left {
                width: 100%;
                padding-right: 0;
                order: 2;
                margin-top: 30px;
            }
            .article-right {
                width: 100%;
                padding-left: 0;
                border-left: none;
                order: 1;
            }
            .article-row {
                flex-direction: column;
            }
            .entry-title {
                font-size: 22px;
                margin: 0 0 5px 0;
            }
            .entry-meta {
                gap: 12px;
                font-size: 12px;
                margin-bottom: 5px;
            }
            .entry-content {
                font-size: 14px;
            }
            .prev-next .pn-item {
                width: 100%;
                margin-bottom: 10px;
                text-align: left;
            }
            .prev-next .pn-next {
                text-align: left;
            }
        }
    