.newcard {
    transition: all 0.3s ease;
}

.newcard:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35), 0 1.5px 3px rgba(0,0,0,0.18);
}

/* Custom wide tooltip style */
.tooltip.custom-wide-tooltip .tooltip-inner {
    max-width: 300px;
    min-width: 200px;
    white-space: pre-line;
    padding: 5px 10px;
}