/**
 * AC | Logo Chip — quadradinho branco 80×80 com logo (Figma img-container).
 */
.ac-logo-chip {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.08);
}
.ac-logo-chip__img,
.ac-logo-chip__btn {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.ac-logo-chip__btn img { width: 100%; height: 100%; object-fit: contain; }
