.rcb-button {
    background-color: #0073aa;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.rcb-button:disabled {
    background-color: #0073aa;
    cursor: not-allowed;
}

.rcb-button.rcb-code-display {
    background-color: #0073aa;
    user-select: text;
    cursor: copy;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}