
    /* Estilos Generales para el Blog en Español */
    .seo-blog-es-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;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    }
    .seo-blog-es-v2 h1 {
        font-size: 30px;
        color: #e64a19;
        text-transform: uppercase;
        letter-spacing: -0.5px;
        text-align: center;
        margin-bottom: 30px;
        line-height: 1.3;
    }
    .seo-blog-es-v2 .athlete-toc {
        border: 2px solid #e64a19;
        padding: 20px;
        margin-bottom: 35px;
        background-color: #fff;
    }
    .seo-blog-es-v2 .athlete-toc h3 {
        margin-top: 0;
        color: #e64a19;
        text-transform: uppercase;
        font-size: 18px;
        text-align: center;
    }
    .seo-blog-es-v2 .athlete-toc ul {
        column-count: 2;
        padding-left: 20px;
        list-style-type: square;
    }
    .seo-blog-es-v2 .athlete-toc li {
        margin-bottom: 8px;
    }
    .seo-blog-es-v2 .athlete-toc a {
        text-decoration: none;
        color: #333;
        font-weight: 500;
        transition: 0.3s;
    }
    .seo-blog-es-v2 .athlete-toc a:hover {
        color: #e64a19;
    }
    .seo-blog-es-v2 h2 {
        font-size: 24px;
        color: #263238;
        margin-top: 40px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }
    .seo-blog-es-v2 h2:before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        background: #e64a19;
        margin-right: 12px;
    }
    .seo-blog-es-v2 h3 {
        color: #e64a19;
        margin-top: 25px;
    }
    .seo-blog-es-v2 .pro-tip {
        background: #fff3e0;
        border-left: 5px solid #ff9800;
        padding: 20px;
        font-style: italic;
        margin: 25px 0;
        border-radius: 0 8px 8px 0;
    }
    .seo-blog-es-v2 .comparison-table-wrapper {
        overflow-x: auto;
    }
    .seo-blog-es-v2 .comparison-table {
        width: 100%;
        margin: 30px 0;
        border-collapse: collapse;
        border: 1px solid #ddd;
    }
    .seo-blog-es-v2 .comparison-table th {
        background: #263238;
        color: white;
        padding: 15px;
        text-align: left;
    }
    .seo-blog-es-v2 .comparison-table td {
        padding: 15px;
        background: white;
        border-bottom: 1px solid #eee;
    }
    /* Adaptabilidad Móvil */
    @media (max-width: 600px) {
        .seo-blog-es-v2 .athlete-toc ul { column-count: 1; }
        .seo-blog-es-v2 h1 { font-size: 24px; }
        .seo-blog-es-v2 { padding: 20px; }
    }
