.content-card {
    transition: all 0.3s ease;
    transform-origin: center bottom;
}

.content-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.5);
}

.vod-badge {
    font-size: 10px;
}

@media (min-width: 768px) {
    .vod-badge {
        font-size: 12px;
    }
}
