
    .seo-blog-v2 {
        font-family: 'Montserrat', sans-serif;
        line-height: 1.7;
        color: #333;
        max-width: 850px;
        margin: 20px auto;
        padding: 40px;
        background-color: #fcfcfc;
        border-radius: 8px;
    }
    .seo-blog-v2 h1 {
        font-size: 32px;
        color: #e64a19;
        text-transform: uppercase;
        letter-spacing: -1px;
        text-align: center;
        margin-bottom: 30px;
    }
    .seo-blog-v2 .athlete-toc {
        border: 2px solid #e64a19;
        padding: 20px;
        margin-bottom: 35px;
    }
    .seo-blog-v2 .athlete-toc h3 {
        margin-top: 0;
        color: #e64a19;
        text-transform: uppercase;
        font-size: 18px;
    }
    .seo-blog-v2 .athlete-toc ul {
        column-count: 2;
        padding-left: 20px;
    }
    .seo-blog-v2 h2 {
        font-size: 24px;
        color: #263238;
        margin-top: 40px;
        display: flex;
        align-items: center;
    }
    .seo-blog-v2 h2:before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        background: #e64a19;
        margin-right: 10px;
    }
    .seo-blog-v2 .pro-tip {
        background: #fff3e0;
        border-left: 5px solid #ff9800;
        padding: 20px;
        font-style: italic;
        margin: 25px 0;
    }
    .seo-blog-v2 .comparison-table {
        width: 100%;
        margin: 30px 0;
        border: 1px solid #ddd;
        border-radius: 5px;
        overflow: hidden;
    }
    .seo-blog-v2 .comparison-table th {
        background: #263238;
        color: white;
        padding: 15px;
    }
    .seo-blog-v2 .comparison-table td {
        padding: 15px;
        background: white;
        border-bottom: 1px solid #eee;
    }
