/* Agent specific styles */
.agent-container {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ai-icon {
    height:64px;
}

.header {
    width:400px;
}

.suggestion {
    cursor:pointer;
    opacity:0.7;
    transition:0.25s;
}

.suggestion:hover {
    opacity:1;
}
/* Add more agent-specific styles as needed */ 