/*
Theme Name: Advanced Tarot Secrets
Description: Theme for Advanced Tarot Secrets
Author: Academy of Divination
Template:   twentytwentyfive
Version:    1.0.0
*/

/* Custom button hover effect to match site style */
.wp-block-button__link:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
    transition: 0.3s;
}

/* Navbar transparency/blur effect if desired */
.wp-block-group.site-header {
    background-color: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(5px);
}

/* Horizontal Scroll Gallery */
.ats-side-scroll {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding-bottom: 15px; /* Space for the scrollbar */
    -webkit-overflow-scrolling: touch;
}

.ats-side-scroll > * {
    flex: 0 0 auto !important; /* Prevents images from shrinking */
    scroll-snap-align: start;
    width: 300px; /* Set your desired image width */
}

/* Optional: Hide scrollbar for a cleaner look while keeping functionality */
.ats-side-scroll::-webkit-scrollbar {
    height: 6px;
}
.ats-side-scroll::-webkit-scrollbar-thumb {
    background: var(--wp--preset--color--gold);
    border-radius: 10px;
}