/**
 * Camp Springs Events - template.css
 * Minimal structural overrides; all brand/visual styles live in user.css
 */

/* Ensure full-width slideshow sits flush */
.cs-slideshow {
    width: 100%;
    overflow: hidden;
}

/* Container max-width consistency */
.container {
    max-width: 1200px;
}
