
#c2c-paraphraser-form textarea {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
}
#c2c-paraphraser-form button {
    padding: 10px 20px;
    font-size: 1rem;
    background: #0073aa;
    color: white;
    border: none;
    cursor: pointer;
}
#c2c-paraphraser-form button:disabled {
    background: #ccc;
    cursor: not-allowed;
}
#c2c-paraphraser-form button:hover:not(:disabled) {
    background: #005177;
}
#c2c-word-count, #c2c-cooldown-message, #c2c-paraphraser-result {
    margin-top: 10px;
}
