/* Qura Emotions Nomes - Estilos de personalização */

.qura-gerar-btn {
    margin-top: 5px;
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 0.9em;
    letter-spacing: 0.05em;
    cursor: pointer;
    border-radius: 3px;
    transition: background 0.2s;
}

.qura-gerar-btn:hover {
    background-color: #444;
}

.qura-gerar-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.qura-definicao-textarea {
    width: 100%;
    padding: 10px;
    font-family: inherit;
    font-size: 0.95em;
    border: 1px solid #ddd;
    border-radius: 4px;
    resize: vertical;
    margin-top: 6px;
}

.char-counter {
    font-size: 0.85em;
    color: #888;
    margin-left: 5px;
}

.custom-label-warning {
    color: #888;
    font-size: 0.82em;
}
