/* Minimal, page-specific CSS to avoid relying on Bootstrap for layout */
/* Keep tiny to reduce unused rules and network bytes */

html, body {
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
}

/* Ensure buttons and selects look decent without Bootstrap */
button, select {
    font: Open Sans, sans-serif !important;
    border-radius: 4px;
}

/* Above-the-fold structure shims (kept minimal) */
.calendar-preview {
    background: #f5f5f5;
}

.calendar-options {
    min-height: 100px;
}


