.cp-brands {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cp-brands__title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #55657A;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.cp-brands__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cp-brands__item {
  display: contents;
}
.cp-brands__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  border-radius: 8px;
  font-size: 0.875rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  cursor: default;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.15s ease;
}
a .cp-brands__badge {
  cursor: pointer;
}
.cp-brands__logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.cp-brands__logo-img {
  height: 20px !important;
  width: auto;
  display: block;
  object-fit: contain;
  max-height: 30px !important;
}
.cp-brands__name {
  display: inline-block;
}
.cp-brands--align-left .cp-brands__list {
  justify-content: flex-start;
}
.cp-brands--align-center .cp-brands__list {
  justify-content: center;
}
.cp-brands--align-right .cp-brands__list {
  justify-content: flex-end;
}
.cp-brands--size-sm .cp-brands__badge {
  padding: 4px 12px;
  font-size: 0.75rem;
  gap: 6px;
}
.cp-brands--size-sm .cp-brands__logo-img {
  height: 16px;
}
.cp-brands--size-sm .cp-brands__list {
  gap: 6px;
}
.cp-brands--size-lg .cp-brands__badge {
  padding: 10px 20px;
  font-size: 0.9375rem;
  gap: 10px;
}
.cp-brands--size-lg .cp-brands__logo-img {
  height: 24px;
}
.cp-brands--size-lg .cp-brands__list {
  gap: 10px;
}
.cp-brands--square .cp-brands__badge {
  border-radius: 4px;
}
.cp-brands--rounded .cp-brands__badge {
  border-radius: 8px;
}
.cp-brands--pill .cp-brands__badge {
  border-radius: 99px;
}
.cp-brands--outlined .cp-brands__badge {
  background: #FFFFFF;
  border: 1.5px solid #B7C6FF;
  color: #2E70F4;
  box-shadow: 0 1px 3px rgba(46, 112, 244, 0.06);
  cursor: pointer;
}
.cp-brands--outlined .cp-brands__badge:is(a):hover {
  background: #2E70F4;
  border-color: #2E70F4;
  color: #fff;
  box-shadow: 0 3px 10px rgba(46, 112, 244, 0.25);
}
.cp-brands--filled .cp-brands__badge {
  background: #2E70F4;
  border: 1.5px solid #2E70F4;
  color: #fff;
  box-shadow: 0 1px 4px rgba(46, 112, 244, 0.2);
}
.cp-brands--filled .cp-brands__badge .cp-brands__logo-img {
  filter: brightness(10);
}
.cp-brands--filled .cp-brands__badge:is(a):hover {
  background: #2F52D7;
  border-color: #2F52D7;
  box-shadow: 0 4px 12px rgba(46, 112, 244, 0.35);
  transform: translateY(-1px);
}
.cp-brands--soft .cp-brands__badge {
  background: #E9EEFF;
  border: 1.5px solid #E9EEFF;
  color: #2E70F4;
}
.cp-brands--soft .cp-brands__badge:is(a):hover {
  background: #2E70F4;
  border-color: #2E70F4;
  color: #fff;
  box-shadow: 0 3px 10px rgba(46, 112, 244, 0.22);
  transform: translateY(-1px);
}
.cp-brands--soft .cp-brands__badge:is(a):hover .cp-brands__logo-img {
  filter: brightness(10);
}
.cp-brands--ghost .cp-brands__badge {
  background: transparent;
  border: 1.5px solid #D6DEFF;
  color: #55657A;
}
.cp-brands--ghost .cp-brands__badge:is(a):hover {
  background: #EEF2FF;
  border-color: #B7C6FF;
  color: #2E70F4;
  transform: translateY(-1px);
}
@media (max-width: 600px) {
  .cp-brands__list {
    gap: 6px;
  }
  .cp-brands__badge {
    padding: 6px 12px;
    font-size: 0.8125rem;
  }
  .cp-brands__logo-img {
    height: 16px;
  }
}/*# sourceMappingURL=brands.css.map */