body {
    background: #f4f6fb;
}

.navbar-brand {
    letter-spacing: 0.3px;
}

.transcript-content {
    min-height: 280px;
    max-height: 520px;
    overflow-y: auto;
    padding: 1rem;
    border: 1px solid #e7eaf0;
    border-radius: 0.75rem;
    background: #fafbfd;
    white-space: pre-wrap;
    line-height: 1.65;
}

.transcript-content p {
    margin-bottom: 0.5rem;
}

.transcript-content .partial {
    display: block;
    margin-bottom: 0.5rem;
    color: #888;
    font-style: italic;
}

.upload-progress {
    min-width: 220px;
}

.progress {
    height: 0.8rem;
}

.summary-content {
    min-height: 120px;
    max-height: 320px;
    overflow-y: auto;
    padding: 0.75rem;
    border: 1px solid #e7eaf0;
    border-radius: 0.5rem;
    background: #fff;
    white-space: pre-wrap;
    line-height: 1.6;
}

.doc-list {
    min-height: 420px;
    max-height: 68vh;
    overflow-y: auto;
}

.doc-list .list-group-item {
    text-align: left;
}

.doc-list .list-group-item.active .text-muted {
    color: rgba(255, 255, 255, 0.9) !important;
}

.doc-list .workspace-item-delete {
    flex-shrink: 0;
}

.doc-list .list-group-item.active .workspace-item-delete {
    border-color: rgba(255, 255, 255, 0.85);
    color: #fff;
    background: transparent;
}
