.t959__card-content:hover {
            border: 2px solid transparent;
            box-shadow: 0 0 0 2px #25bb1b inset; /* Creates the green border effect */
            transition: box-shadow 0.3s ease-in-out; /* Smooth transition for the hover effect */
            border-radius: 10px; /* Rounded corners for the card */
        }
        
  