.wpcbr-brands {
  .wpcbr-brand {
    display: inline-block;

    a {
      display: block;
      margin: 0;
    }

    img {
      display: block;
      margin: 0;
      max-width: 200px;
      height: auto;
    }
  }
}

/* full */

.wpcbr-wrap-full, .wpcbr-list-full {
  .wpcbr-brands {
    .wpcbr-brand {
      display: flex;
      align-items: center;
      margin-bottom: 10px;

      .wpcbr-brand-image {
        margin-right: 10px;
      }

      .wpcbr-brand-info {
        flex-grow: 1;
        display: flex;
        flex-direction: column;

        .wpcbr-brand-name {
          font-weight: 700;
          margin-bottom: 10px;
        }
      }
    }
  }
}

/* archive */

.products .product .wpcbr-brands .wpcbr-brand img {
  max-width: 80px;
  height: auto;
  margin: 0;
}

/* banner */

.wpcbr-banner img {
  max-width: 100%;
  height: auto;
}

/* widget */

.wpcbr_widget {
  .wpcbr_widget_brands {
    margin-left: 0;
    list-style: none;

    .wpcbr_widget_brand {
      clear: both;
      list-style: none outside;
      margin: 4px 0;
      padding: 0;

      &:before {
        display: none;
      }

      a {
        display: flex;
        align-items: center;
      }

      .wpcbr_widget_brand_image {
        width: 48px;
        flex: 0 0 48px;
        margin-right: 5px;

        img {
          width: 100%;
          height: auto;
        }
      }

      .wpcbr_widget_brand_count {
        font-weight: normal;
        margin-left: 5px;

        &:before {
          content: '(';
        }

        &:after {
          content: ')';
        }
      }
    }
  }
}