.my-ai-agent-buttons-white-wrapper {
    display: flex;
    gap: 10px;
}

.my-ai-agent-button-white {
    background-color: transparent;
    color: #3A3A3A;
    border: 2px solid #3A3A3A;
    border-radius: 10px;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 15px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.my-ai-agent-button-white:hover,
.my-ai-agent-button-white:focus,
.my-ai-agent-button-white:active {
    background-color: #3A3A3A !important;
    color: white !important;
    border: 2px solid #3A3A3A !important;
}