/*
 Theme Name:   Astra Child - VIP Card Marketplace
 Theme URI:    https://example.com
 Description:  Child theme of Astra for the VIP Sports Card Marketplace
 Author:       Your Store
 Template:     astra
 Version:      1.0.0
 Text Domain:  vip-card-child
*/

/* ---- Footer social icons ---- */
.footer-social-menu {
    list-style: none;
    display: flex;
    gap: 16px;
    justify-content: center;
    padding: 24px 0;
    margin: 0;
}

.footer-social-menu li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1a1a1a;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.footer-social-menu li a:hover {
    background: #d4af37; /* gold VIP accent */
    transform: translateY(-2px);
}

/* ---- General site accent ---- */
:root {
    --vip-gold: #d4af37;
    --vip-dark: #14161a;
}

a {
    transition: color 0.2s ease;
}
