/*

Custom style

You can override the default class or style here

This file will not be overwritten by the updater

*/



.list-thumbnail img {
    transition: all 0.3s ease;
}

.list-game:hover .list-thumbnail img {
    transform: scale(1.1); /* Phóng to ảnh lên 110% */
    box-shadow: 0 0 10px rgba(0,0,0,0.3); /* Thêm đổ bóng nhẹ */
}

.list-thumbnail {
    overflow: hidden;
}
.social-share {
    display: inline-block;
    margin-right: 10px;
}
.social-icon {
    width: 40px;
    height: 40px;
    transition: opacity 0.3s ease;
}
.social-icon:hover {
    opacity: 0.8;
}