/* Override base theme.css to remove constraints */
header, footer, .page {
    max-width: 1200px;
    margin: 0 auto;
}

/* Ensure article content flows naturally without scrollboxes */
article, .post-content {
    max-height: none !important;
    overflow: visible !important;
    height: auto !important;
}

/* Remove any box constraints that might cause scrolling */
main {
    overflow: visible !important;
}
