/* forum-seo.css - Include în forum */
@media (max-width: 768px) {
    /* Optimizează postări */
    .post { padding: 15px !important; margin: 10px 0 !important; }
    .postbody { font-size: 16px !important; line-height: 1.5 !important; }
    
    /* Butoane touch-friendly */
    .btn, .button, input[type="submit"] {
        min-height: 44px !important;
        padding: 12px 20px !important;
        font-size: 16px !important;
    }
    
    /* Tabele responsive */
    table { display: block; overflow-x: auto; white-space: nowrap; }
    
    /* Avatar size optim */
    .avatar img { max-width: 60px !important; height: auto !important; }
    
    /* Meniu colapsabil */
    .navbar-collapse { max-height: 300px; overflow-y: auto; }
}

/* Performance optimizations */
img { max-width: 100%; height: auto; }
.lazy { opacity: 0; transition: opacity 0.3s; }
.lazy-loaded { opacity: 1; }

@media (max-width: 480px) {
    .avatar img {
        max-width: 50px !important;
    }
}