body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #f8f9fa;
}

.navbar-brand {
    font-weight: 600;
}

.wizard-step {
    min-height: 200px;
}

.card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border: none;
}

.card-body {
    padding: 1.5rem;
}

#planOutput, #reflectionOutput {
    margin-top: 1.5rem;
}

#planContent, #reflectionContent {
    white-space: pre-wrap;
    font-family: inherit;
}

.list-group-item {
    border-left: none;
    border-right: none;
}

.list-group-item:first-child {
    border-top: none;
}

.form-check-input {
    cursor: pointer;
}

.form-check-label {
    cursor: pointer;
}

#proactiveBanner {
    position: sticky;
    top: 0;
    z-index: 1020;
}

.nav-tabs .nav-link {
    color: #495057;
}

.nav-tabs .nav-link.active {
    font-weight: 600;
}

.CodeMirror {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    min-height: 300px;
}

textarea.form-control {
    resize: vertical;
}

.alert {
    border-radius: 0.25rem;
}

.btn {
    border-radius: 0.25rem;
}
