/* pricing-styles.css */
/* Specific overrides for pricing section if needed */

#bang-gia {
    overflow: hidden;
}

#bang-gia .shadow-gold\/30 {
    box-shadow: 0 10px 30px -10px rgba(212, 175, 55, 0.3);
}

#bang-gia .shadow-gold\/50 {
    box-shadow: 0 20px 40px -10px rgba(212, 175, 55, 0.5);
}

#bang-gia .hover\:-translate-y-2:hover {
    transform: translateY(-8px);
}

#bang-gia .scale-105:hover {
    transform: scale(1.05) translateY(-8px);
}

/* Lightbox UIkit overrides to fit theme */
.uk-lightbox {
    background: rgba(0,0,0,0.9);
}

.uk-lightbox-button {
    color: #D4AF37 !important;
}
