.rifnote-ai-button {
    font-size: 0.8em;
    padding: 5px 10px;
    margin: 5px 0;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.rifnote-ai-button:hover {
    background-color: #45a049;
}

.rifnote-ai-button i {
    margin-right: 5px;
}

.donriffy-ai-toggle {
    background-color: #2196F3;
    margin-left: 5px;
}

.donriffy-ai-toggle:hover {
    background-color: #0b7dda;
}

.rifnote-ai-results {
    margin-top: 10px;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.rifnote-ai-results li {
    list-style-type: none;
    padding: 5px;
    margin: 5px 0;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.rifnote-ai-results li:hover {
    background-color: #f0f0f0;
}

.rifnote-ai-results li.selected {
    background-color: #e6f7ff;
    border-color: #91d5ff;
}