.elementor-child-brands-display ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    gap: 20px;
}

.elementor-child-brands-display ul li {
    width: calc(20% - 80px / 5);
}

.elementor-child-brands-display ul li a {
    display: flex;
    width: auto;
    height: 100%;
    min-height: 50px;
    align-items: center;
    border-radius: 8px;
    padding: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #DDDDDD;
    background-color: #FFFFFF;
    transition: all 0.2s;
}

.elementor-child-brands-display ul li a:hover {
    border-color: var(--e-global-color-primary);
    transform: scale(1.08);
    transition: all 0.2s;
}

.elementor-child-brands-display ul li a .child-brand-image {
    display: flex;
    width: 30%;
    align-items: center;
}

.elementor-child-brands-display ul li a .child-brand-image img {
    width: 100%;
    height: 60px;
    object-fit: contain;
}

.elementor-child-brands-display ul li a .child-brand-name {
    width: 70%;
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 15px;
}

.elementor-child-brands-display ul li a .child-brand-name.full-content {
    width: 100%;
}

@media (max-width: 1023px) {
    .elementor-child-brands-display ul li {
        width: calc(33% - 40px / 3);
    }
}

@media (max-width: 767px) {
    .elementor-child-brands-display ul li {
        width: 100%;
    }

    .elementor-wc-products.elementor-widget-wc-archive-products .products {
        grid-template-columns: repeat(1, 1fr);
    }

    .elementor-child-brands-display ul li a .child-brand-image img {
        height: 65px;
    }

    .elementor-child-brands-display ul li a:hover {
        transform: scale(1);
    }
}