/*!
Theme Name: Qrowd Child theme
Theme URI: https://bracketweb.com/qrowdwp/
Template: qrowd
Author: Bracket Web
Author URI: https://themeforest.net/user/bracket-web
Description: This is a Child theme for Qrowd WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: qrowd-child
*/

/* ——— PERBAIKAN HANYA UNTUK SLIDER LOGO DI DALAM .brand-two ——— */
.brand-two .thm-swiper__slider,
.brand-two .swiper-container {
    height: auto !important;
    min-height: 60px !important;
    max-height: 120px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.brand-two .swiper-wrapper {
    height: auto !important;
    align-items: center !important;
}

.brand-two .swiper-slide {
    height: auto !important;
    min-height: 50px !important;
    max-height: 100px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 5px !important;
}

.brand-two .swiper-slide img {
    max-height: 50px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    margin: 0 auto !important;
    display: block !important;
}