.blog-wrapper{max-width:100%;margin:2rem;padding:0 2rem;display:flex;flex-wrap:wrap;gap:2rem}.blog-main{flex:3;min-width:250px}.blog-sidebar{flex:1;min-width:250px}.articulo-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.05);overflow:hidden;padding:2rem}.articulo-imagen{max-height:500px;width:100%;border-radius:12px;margin-bottom:1.5rem}.articulo-header{margin-bottom:1.5rem}.articulo-categoria{display:inline-block;background:#e2e8f0;color:#2d4a6d;font-size:.75rem;padding:.2rem .8rem;border-radius:20px;margin-bottom:.5rem}.articulo-titulo{font-size:2.2rem;color:#1e293b;margin-bottom:.5rem;line-height:1.2}.articulo-meta{color:#64748b;font-size:.85rem;border-bottom:1px solid #e2e8f0;padding-bottom:1rem;margin-bottom:1rem}.articulo-contenido h2{font-size:1.6rem;color:#2c3e50;margin-top:2rem;margin-bottom:1rem}.articulo-contenido h3{font-size:1.3rem;color:#3e608d;margin-top:1.5rem;margin-bottom:.75rem}.articulo-contenido p{margin-bottom:1rem;line-height:1.7;color:#334155}.articulo-contenido ol,.articulo-contenido ul{margin-bottom:1rem;padding-left:1.5rem}.articulo-contenido li{margin-bottom:.5rem;line-height:1.6}.articulo-contenido a{color:#3e608d;text-decoration:underline}.articulo-contenido a:hover{text-decoration:none}.articulo-contenido img{max-width:100%;border-radius:8px;margin:1rem 0}blockquote{background:#f8fafc;border-left:4px solid #3e608d;padding:1rem 1.5rem;margin:1.5rem 0;font-style:italic;color:#475569}.compartir-box{margin:2rem 0 1rem;padding:1rem 0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.compartir-box p{margin-bottom:.5rem;font-weight:600}.compartir-botones{display:flex;flex-wrap:wrap;gap:.75rem}.btn-social{display:inline-flex;align-items:center;gap:6px;background:#f1f5f9;padding:6px 12px;border-radius:30px;text-decoration:none;color:#1e293b;font-size:.8rem;transition:background .2s}.btn-social:hover{background:#e2e8f0}.btn-social svg{width:16px;height:16px}.like-button{background:0 0;border:1px solid #e2e8f0;border-radius:40px;padding:8px 20px;font-size:1rem;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:.2s}.like-button:hover{background:#f1f5f9;border-color:#3e608d}.like-button svg{width:20px;height:20px;fill:none;stroke:#64748b}.like-button.liked svg{fill:#ef4444;stroke:#ef4444}.comentarios-section{margin-top:2rem;border-radius:16px}.comentario-form{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.comentario-form input,.comentario-form textarea{padding:10px;border:1px solid #cbd5e1;border-radius:8px;font-family:inherit}.comentario-form button{background:#3e608d;color:#fff;border:none;padding:10px;border-radius:8px;cursor:pointer;transition:background .2s}.comentario-form button:hover{background:#2d4a6d}.comentario-lista{margin-top:1rem}.comentario-item{background:#fff;padding:1rem;border-radius:8px;margin-bottom:.75rem;border:1px solid #e2e8f0}.comentario-nombre{font-weight:700;margin-bottom:.25rem}.comentario-texto{color:#334155}.comentario-fecha{font-size:.7rem;color:#94a3b8;margin-top:.25rem}.sidebar-widget{background:#fff;border-radius:16px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.03);border:1px solid #e2e8f0}.sidebar-widget h3{font-size:1.2rem;margin-bottom:.75rem;border-left:4px solid #3e608d;padding-left:.75rem}.sidebar-widget ul{list-style:none;padding-left:0}.sidebar-widget li{margin-bottom:.5rem}.sidebar-widget a{text-decoration:none;color:#2d4a6d}.sidebar-widget a:hover{text-decoration:underline}@media (max-width:768px){.blog-wrapper{flex-direction:column}.articulo-titulo{font-size:1.6rem}}#disqus_thread{margin-top:1rem}.comentarios-section{background:0 0;padding:0}.comentarios-section h3{margin-bottom:1rem}.sidebar-widget input{border:1px solid #cbd5e1;border-radius:6px;padding:8px}