/* Batch Analysis — workflow guide above form (shares uc-* from use_case_examples.css) */

.batch-workflow-guide-center .batch-guide-content {
    max-height: none;
}

.batch-workflow-guide-center .batch-guide-panel {
    border: none;
    padding: 0;
    background: transparent;
}

.batch-guide-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.batch-guide-panel {
    border: 1px solid var(--bs-border-color);
    border-radius: 0.65rem;
    padding: 0.75rem;
    background: var(--bs-body-bg);
}

.batch-guide-body.is-collapsed {
    display: none;
}

.batch-guide-chip {
    display: inline-flex;
    align-items: center;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.28rem 0.6rem;
    border-radius: 2rem;
    border: 1px solid var(--bs-border-color);
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
    cursor: pointer;
    transition: background 0.12s, border-color 0.12s, box-shadow 0.12s;
}

.batch-guide-chip:hover {
    background: var(--bs-tertiary-bg);
}

.batch-guide-chip.active {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 2px rgba(var(--bs-primary-rgb), 0.3);
    background: rgba(var(--bs-primary-rgb), 0.08);
}

.batch-guide-chip--overview {
    font-weight: 700;
}

.batch-guide-content {
    max-height: 22rem;
    overflow-y: auto;
    padding-right: 0.1rem;
}

.batch-guide-content .uc-qa-block {
    margin-bottom: 0.65rem;
}

.batch-guide-content .uc-flow {
    margin-top: 0.5rem;
}

.batch-guide-use-case-link {
    font-size: 0.78rem;
}
