.button-ai { background-color: peachpuff !important; color: palevioletred !important; border: 2px solid palevioletred !important; border-radius: 8px !important; padding: 10px 20px !important; font-size: 16px !important; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important; cursor: pointer !important; }
.button-ai:hover { background-color: lavenderblush !important; color: palevioletred !important; }
.button-ai:focus { outline: none !important; }
.button-ai:active { transform: translateY(2px) !important; }