.cs-audio-transcriber-wrapper {
    margin-bottom: 30px;
    background: #fafafa;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.cs-audio-player {
    width: 100%;
    margin-bottom: 15px;
    outline: none;
}

.cs-transcription-container {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}

.cs-transcription-container em {
    color: #888;
}

.cs-generate-transcription-btn {
    background: #2271b1;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
}

.cs-generate-transcription-btn:hover {
    background: #135e96;
}

.cs-generate-transcription-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.cs-transcription-text {
    background: #fff;
    padding: 15px;
    border-left: 4px solid #2271b1;
    margin: 0;
}
