/* Remove Grid Gutters */
.g-0 {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
}

/* Container Spacing */
.container {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
} 