/* Custom CSS for Toigian theme layout */
.max-w-content {
    max-width: 95rem !important; /* ~1520px */
}

@media (min-width: 100rem) {
    .max-w-content {
        max-width: 110rem !important; /* ~1760px */
    }
}
