.vcf-flags-grid img {
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: transform 0.2s;
}
.vcf-flags-grid img:hover {
    transform: scale(1.1);
}
.vcf-title {
    text-align: center;
    margin-bottom: 10px;
}