/* Minimal custom CSS - most styles replaced with Bootstrap utilities */

/* Custom width utilities that complement Bootstrap */
.local-width-400 {
    max-width: 400px;
    width: 100%;
}

.local-width-800 {
    max-width: 800px;
    width: 100%;
}