.branches-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.branches-header h3 {
  margin: 4px 0;
}

.branches-header p {
  margin: 0;
  color: var(--muted);
}

.eyebrow {
  display: inline-block;
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.branch-name-cell {
  display: flex;
  gap: 10px;
  align-items: center;
}

.branch-name-cell small {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.branch-logo {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #0f766e);
  font-weight: 800;
}
