.tw-badge-cta {
    transition: transform 0.2s ease-in-out, box-shadow 0.3s ease-in-out;
  }
  
  .tw-badge-cta:hover {
    transform: scale(1.1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  }