.cc_9f5dde5d_66Pg7VVJHo .gk-brand-item {
  min-width: 8.5rem;
  /* Kaynak .mx-brand: min-height 76px, padding 10px */
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid var(--gk-color-border);
  border-radius: var(--gk-radius-md);
  background: #fff;
  color: var(--gk-color-ink);
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cc_9f5dde5d_66Pg7VVJHo a.gk-brand-item:hover {
  border-color: var(--gk-color-primary);
  box-shadow: var(--gk-shadow-card);
  transform: translateY(-2px);
}

.cc_9f5dde5d_66Pg7VVJHo .gk-brand-item img {
  width: 100%;
  max-width: 7.5rem;
  max-height: 3rem;
  display: block;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.8;
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.cc_9f5dde5d_66Pg7VVJHo .gk-brand-item:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.cc_9f5dde5d_66Pg7VVJHo .gk-brand-item__fallback {
  font-family: var(--gk-font-heading);
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
}

/* Kaynak .mx-brand img: max-height 44px */
.cc_9f5dde5d_66Pg7VVJHo .gk-brand-item img {
  max-height: 44px;
  width: auto;
}
