﻿.license-card {
    transition: 0.3s;
    height: 100%;
}

    .license-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }

.license-description {
    height: 140px;
    overflow-y: auto;
    padding-right: 6px;
}

    .license-description::-webkit-scrollbar {
        width: 6px;
    }

    .license-description::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 10px;
    }

.license-image {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.license-info {
    font-size: 13px;
    color: #6c757d;
}
