/*.brand-card-grid {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));*/
/*    gap: 20px;*/
/*}*/

/*.brand-card-small {*/
/*    background: #fff;*/
/*    border: 1px solid #ddd;*/
/*    border-radius: 10px;*/
/*    text-align: center;*/
/*    padding: 16px;*/
/*    box-shadow: 0 0 10px rgba(0,0,0,0.04);*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*}*/

/*.brand-card-small .brand-image img {*/
/*    max-width: 100%;*/
/*    height: 80px;*/
/*    object-fit: contain;*/
/*    margin-bottom: 12px;*/
/*}*/

/*.brand-card-small .brand-info h4 {*/
/*    font-size: 14px;*/
/*    font-weight: 600;*/
/*    margin-bottom: 8px;*/
/*    color: #333;*/
/*}*/

/*.brand-card-small .btn {*/
/*    font-size: 12px;*/
/*    padding: 6px 12px;*/
/*}*/
