button[id*='like-button'],
button[id*='dislike-button'],
button[id*='copy-button'],
button[id*='regenerate-button'] {
    transition: background-color 0.2s ease;
}

button[id*='like-button']:hover,
button[id*='dislike-button']:hover,
button[id*='copy-button']:hover,
button[id*='regenerate-button']:hover {
    background-color: darkgray !important;
}

button[id*='load-chat-button']:hover{
    background-color: #dadedf !important;
}