body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    font-size: 16px; /* Increase from typical 14px */
    line-height: 1.6; /* Better readability */
    color: #333; /* Softer than pure black */
}

h1, h2, h3, h4, h5 {
    line-height: 1.3;
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    color: #1a1a1a;
}
/* Links - more accessible blue */
a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    color: #0052a3;
    text-decoration: underline;
}

/* Code blocks */
code, pre {
    background-color: #f5f7f9;
    border: 1px solid #e1e4e8;
    border-radius: 4px;
    padding: 2px 6px;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 14px;
    color: #24292e;
}



/* Blockquotes styling */
blockquote {
    border-left: 4px solid #0366d6;
    padding-left: 20px;
    margin: 20px 0;
    color: #666;
    font-style: italic;
}


@media (max-width: 768px) {
    body {
        font-size: 15px;
        padding: 10px;
    }
    
    table {
        font-size: 14px;
    }
    
    td {
        padding: 12px;
    }
}

.BLtable table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 20px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.BLtable td {
    padding: 16px; /* Increase from typical 8px */
    border: 1px solid #e1e4e8;
    background-color: #ffffff;
}

/* Alternating row colors for better scanning */
.BLtable tr:nth-child(even) td {
    background-color: #f8f9fa;
}

/* Collapsible section headers */
.BLtable td[colspan] {
    background-color: #0366d6;
    color: white;
    font-weight: 600;
    padding: 12px 16px;
}
