.ttp-recorder-wrap {
    display: grid;
    gap: 10px;
    max-width: 520px;
    margin: 20px 0;
}

.ttp-recorder-wrap button {
    width: fit-content;
}

.ttp-status,
.ttp-process-box,
.ttp-generated-box {
    background: #f7f7f7;
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 8px;
}

#chronometer {
    font-weight: 600;
}

.ttp-process-box select {
    display: block;
    margin: 8px 0 12px;
    min-width: 280px;
}
