.akbs {
  --akbs-blue: #25a3fa;
  margin: 16px 0 28px;
  text-align: center;
}

.akbs__block {
  margin: 0 0 22px;
}

.akbs__title {
  margin: 0 0 12px;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #212121;
}

.akbs__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 8px;
}

.akbs__chip {
  display: inline-block;
  padding: 7px 14px;
  border-radius: 4px;
  background: var(--akbs-blue);
  color: #fff !important;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  white-space: nowrap;
}

.akbs__chip:hover,
.akbs__chip:focus {
  background: #1b86d1;
  color: #fff !important;
  text-decoration: none !important;
}
