.wc-brands-grid-20bdf430 {
    display: grid;
    width: 100%;
}

/* Columns setting */
.wc-brands-cols-1 .wc-brands-grid-20bdf430 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.wc-brands-cols-2 .wc-brands-grid-20bdf430 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wc-brands-cols-3 .wc-brands-grid-20bdf430 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.wc-brands-cols-4 .wc-brands-grid-20bdf430 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.wc-brands-cols-5 .wc-brands-grid-20bdf430 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.wc-brands-cols-6 .wc-brands-grid-20bdf430 { grid-template-columns: repeat(6, minmax(0, 1fr)); }

.wc-brand-card-20bdf430 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
}

.wc-brand-card-20bdf430:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.wc-brand-logo-20bdf430 {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.wc-brand-logo-20bdf430 img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.wc-brand-logo-placeholder-20bdf430 {
    width: 60px;
    height: 60px;
    background: #f0f0f1;
    color: #3c434a;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 12px;
}

.wc-brand-meta-20bdf430 {
    margin-top: auto;
}

.wc-brand-name-20bdf430 {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}

.wc-brand-count-20bdf430 {
    font-size: 12px;
    color: #777777;
}
