/* Modern UI Overrides for FreeGoodies (Final Stable Mode) */

:root {
    --primary-color: #283D59;
    --accent-color: #e73e25;
    --bg-light: #f4f7f6;
    --border-radius: 4px;
}

/* Typography Enhancements */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

h1, h2, h3 {
    font-weight: 700;
}

/* Depth for main container without layout break */
#doc {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
}

/* Forum Table Softening */
table[align='center'], .forum-table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border: 1px solid #ddd !important;
    border-radius: var(--border-radius) !important;
    margin-bottom: 20px !important;
    background: #fff !important;
}

/* Mobile Friendly (Minimal) */
@media (max-width: 900px) {
    #doc { width: 100% !important; margin: 0 !important; border-radius: 0; }
    #main { width: 95% !important; margin: 0 auto !important; float: none !important; }
    #sidebarw { width: 100% !important; float: none !important; margin: 0 !important; }
}

/* Hide large blocks of unparsed HTML in posts if needed */
.unparsed-html {
    max-height: 100px;
    overflow-y: auto;
    background: #f9f9f9;
    font-family: monospace;
    font-size: 11px;
    padding: 10px;
    border: 1px solid #eee;
}
