/*
Theme Name: YadakAra
Theme URI: https://yadakara.com
Description: YadakAra is a child theme of Hello, created by rishe
Author: rishe
Template: hello-elementor
Author URI: https://rishe.net
Version: 2.2.1
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: yadak-ara
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

/* Add your custom styles here */

.yadakara-brand-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 16px;
    padding: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.yadakara-brand-grid::-webkit-scrollbar {
    display: none;
}

.brand-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    padding: 16px;
    background: #f5f5f5;
    border-radius: 12px;
    transition: transform 0.2s;
    flex: 0 0 auto;
    width: 140px;
}

.brand-card:hover {
    transform: translateY(-4px);
}

.brand-card img {
    max-width: 60px;
    max-height: 60px;
    margin-bottom: 8px;
	mix-blend-mode: multiply;
}