.action-icons a 
{
    text-decoration: none;      /* Remove underline */
    color: #fff;                /* Icon color (white) */
    margin: 0 2px;              /* Spacing between icons */
}
.action-icons a:hover 
{
    opacity: 0.6;            /* subtle hover effect */
}
.action-icons .fa-pen-to-square    
{ 
      color: #673ab7;
      font-size: 16px;            /* Icon size */
 } 
.action-icons .fa-share  
{ 
      color: #9c27b0;
      font-size: 16px;            /* Icon size */
 } 
.action-icons .fa-trash
{ 
      color: #f44336; /* Red */
      font-size: 16px;            /* Icon size */
 } 
.action-icons .fa-phone    
{ 
      color: #007BFF; /* Blue for call */
      font-size: 16px;            /* Icon size */
 } 
.action-icons .fa-sms      
{ 
   color: #007BFF; /* Blue for SMS */
   font-size: 20px;            /* Icon size */
} 
.action-icons .fa-whatsapp 
{ 
    background-color: #25D366; /* WhatsApp green */
    color: #fff;  /* WhatsApp white*/
    font-size: 18px;            /* Icon size */
    display: inline-block;
    width: 20px;                /* Circle width */
    height: 20px;               /* Circle height */
    text-align: center;
    line-height: 20px;          /* Center icon vertically */
    border-radius: 50%;         /* Make it circular */
} 
