.ez_ai_summary_link { 
	text-align: center;
	width: 65px;
} 
.ez_ai_summary_link a {
    line-height: 12px;
    padding: 5px 10px;		
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    transition: all .333s;
}
.chatgpt a{
    background: #1DA484;
}
.perplexity a{
    background: #007483;

}
.claude a{
    background: #D07252;
}
.googleai a{
    background: #4081EC;
}
.ez_ai_summary_link a:hover {
    filter: brightness(1.3);
}
.ez_ai_summary_link_label {
	font-size: 10px; 
	line-height: 12px;
} 