.record-actions {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
    align-items: center;
}

.record-start,
.record-stop {
    width: auto;
    padding: 0.55rem 0.9rem;
    font-size: 0.9rem;
}

.record-start {
    background: #0f766e;
}

.record-start:hover {
    background: #0d9488;
}

.record-stop {
    background: #be123c;
}

.record-stop:hover {
    background: #9f1239;
}

.record-status {
    margin-top: 0.5rem;
    color: #64748b;
    font-size: 0.82rem;
}

.record-preview {
    width: 100%;
    display: none;
    margin-top: 0.5rem;
}

.transcript-section {
    margin-top: 1.5rem;
}
