/* ==========================================================================
   Zuki Custom CSS - FAQ Page (page-faq)
   This CSS file will ONLY load on the FAQ page (https://zukijewels.com/faq/)
   ========================================================================== */

/* Example scoped styles for the FAQ page */

.zuki-faq-grid {
    margin-top: 30px;
}

.zuki-faq-item {
    transition: all 0.3s ease;
}

.zuki-faq-item:hover {
    transform: translateY(-2px);
}
