/* ============================================
   VOICE GENERATOR SPECIFIC STYLES
   ============================================ */

.voice .output-item {
    padding-top: 0;
    padding-bottom: 0;
}

.voice-library-link {
    margin-bottom: 20px;
}

.voice-library-link a {
    color: #4CAF50;
    text-decoration: none;
}

.voice-library-link a:hover {
    text-decoration: underline;
}

.voice-name-hint {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 15px;
    opacity: 0.8;
}

.voice-audio-upload {
    width: 100%;
    padding: 10px;
    background: #132232;
    border: 1px solid #223552;
    border-radius: 4px;
    color: #88aacc;
    font-size: 14px;
    cursor: pointer;
    height: fit-content;
    box-sizing: border-box;
}

.voice-audio-upload::-webkit-file-upload-button {
    background: #48658b;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    color: #f0f0f0;
    cursor: pointer;
    margin-right: 10px;
}

.voice-audio-upload::-webkit-file-upload-button:hover {
    background: #5a7ba6;
}

.voice-clone-hint {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border-left: 3px solid #ffc107;
}

.voice-title {
    margin: 0 0 15px 0;
    font-size: 36px;
    text-align: center;
}

.voice-desc {
    /* font-size: 0.9em;
    color: #aabbcc;
    margin: 0 0 10px 0;
    line-height: 1.4; */
}