/* Custom styles for active thumbnail */
.thumbnail.active-thumbnail {
    border: 2px solid #007bff; /* Blue border for active thumbnail */
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.5); /* Soft blue shadow */
    transform: scale(1.1); /* Slightly enlarge the active thumbnail */
}
