/* Widen the main content area for better readability */
.bilberry-hugo-theme .container {
    width: 1000px !important;
    max-width: 100% !important;
}

.bilberry-hugo-theme article {
    width: 900px !important;
}

/* Responsive breakpoints */
@media (max-width: 1400px) {
    .bilberry-hugo-theme .container {
        width: 1100px !important;
    }
    
    .bilberry-hugo-theme article {
        width: 1000px !important;
    }
}

@media (max-width: 1200px) {
    .bilberry-hugo-theme .container {
        width: 1000px !important;
    }
    
    .bilberry-hugo-theme article {
        width: 900px !important;
    }
}

@media (max-width: 1100px) {
    .bilberry-hugo-theme .container {
        width: 900px !important;
    }
    
    .bilberry-hugo-theme article {
        width: 800px !important;
    }
}

@media (max-width: 950px) {
    .bilberry-hugo-theme .container {
        width: 800px !important;
    }
    
    .bilberry-hugo-theme article {
        width: 700px !important;
    }
}
