.bk-meta-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  align-content: start;
  min-width: 0;
}

.bk-meta-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 28px;
  min-height: 24px;
  padding: 3px 8px;
  border: 1px solid rgba(148, 163, 184, .2);
  border-radius: 999px;
  background: rgba(15, 23, 42, .34);
  color: rgba(203, 213, 225, .64);
  font-size: .72rem;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

.bk-meta-chip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 14px;
  font-size: .7rem;
  line-height: 1;
}

.bk-meta-chip-value {
  color: rgba(248, 250, 252, .82);
  font-size: .72rem;
  letter-spacing: .01em;
}

.bk-meta-chip-positive {
  border-color: rgba(52, 211, 153, .22);
  background: rgba(16, 185, 129, .055);
  color: rgba(110, 231, 183, .68);
}

.bk-meta-chip-warning {
  border-color: rgba(251, 191, 36, .24);
  background: rgba(251, 191, 36, .055);
  color: rgba(253, 224, 71, .72);
}

.bk-meta-chip-neutral {
  border-color: rgba(148, 163, 184, .18);
  background: rgba(148, 163, 184, .04);
  color: rgba(203, 213, 225, .56);
}

.bk-social-metric-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding-top: 10px;
}

.bk-social-scope-chip {
  display: inline-flex;
  max-width: max-content;
  flex: 0 0 auto;
}

.bk-social-metric-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 0 0 auto;
  min-width: 54px;
  min-height: 32px;
  padding: 5px 10px;
  border: 1px solid rgba(148, 163, 184, .18);
  border-radius: 999px;
  background: rgba(148, 163, 184, .045);
  color: rgba(226, 232, 240, .72);
  font: inherit;
  font-size: .82rem;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

.bk-social-metric-chip:hover,
.bk-social-metric-chip:focus-visible {
  border-color: rgba(56, 189, 248, .34);
  background: rgba(56, 189, 248, .075);
  color: rgba(248, 250, 252, .92);
  outline: none;
}

.bk-social-metric-icon {
  color: rgba(125, 211, 252, .72);
  font-size: .78rem;
  line-height: 1;
}

.bk-social-metric-value {
  min-width: 1ch;
  color: rgba(248, 250, 252, .84);
}

.bk-compact-card .bk-meta-chip-row {
  min-height: 48px;
  margin-top: -2px;
}

.bk-profile-social-card .bk-meta-chip-row {
  margin-top: 10px;
}

.bk-offer-card .bk-meta-chip-row {
  margin-top: -2px;
}

@media (max-width: 767px) {
  .bk-meta-chip-row {
    gap: 7px;
  }

  .bk-meta-chip {
    min-width: 30px;
    min-height: 26px;
    padding: 3px 8px;
    font-size: .68rem;
  }

  .bk-meta-chip-icon {
    min-width: 13px;
    font-size: .66rem;
  }

  .bk-meta-chip-value {
    font-size: .68rem;
  }

  .bk-social-metric-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 7px;
    align-items: center;
    overflow-x: auto;
    padding-bottom: 1px;
    scrollbar-width: none;
  }

  .bk-social-metric-row::-webkit-scrollbar {
    display: none;
  }

  .bk-social-metric-chip {
    width: auto;
    min-width: 48px;
    min-height: 30px;
    padding: 5px 9px;
    font-size: .76rem;
  }

  .bk-social-metric-icon {
    font-size: .72rem;
  }

  .bk-compact-card .bk-meta-chip-row {
    min-height: 0;
  }

  .bk-profile-social-card .bk-profile-social-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .bk-profile-social-card .bk-profile-social-kpis .bk-kpi {
    min-height: 58px;
    padding: 10px 12px;
    border-radius: 14px;
  }

  .bk-profile-social-card .bk-profile-social-kpis .bk-kpi-value {
    font-size: 1.08rem;
    line-height: 1.05;
  }

  .bk-profile-social-card .bk-profile-social-kpis .bk-kpi-label {
    margin-top: 4px;
    font-size: .7rem;
    line-height: 1.1;
  }
}

@media (max-width: 380px) {
  .bk-social-metric-row {
    flex-wrap: nowrap;
  }

  .bk-social-scope-chip {
    grid-column: auto;
  }
}
