.kln-top-bar {
  width: 100%;
  background: #1a2a1a;
  color: #fff;
  font-size: 0.82rem;
  line-height: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.kln-top-bar__inner {
  max-width: 78rem;
  margin: 0 auto;
  padding: 0.55rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  flex-wrap: nowrap;
}

.kln-top-bar__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.kln-top-bar__flag {
  display: inline-flex;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.kln-top-bar__flag svg {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.kln-top-bar__label {
  color: #fff;
}

.kln-top-bar__sep {
  display: inline-block;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.2);
  flex: 0 0 1px;
}

.kln-header-summary {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 500;
  transition: opacity 0.2s ease;
}

.kln-header-summary:hover,
.kln-header-summary:focus {
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}

.kln-header-summary__stars {
  display: inline-flex;
  gap: 1px;
}

.kln-header-summary .kln-star {
  font-style: normal;
  font-size: 0.95rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.25);
}

.kln-header-summary .kln-star--full {
  color: #f5a623;
}

.kln-header-summary .kln-star--half {
  background: linear-gradient(90deg, #f5a623 50%, rgba(255, 255, 255, 0.25) 50%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.kln-header-summary__score {
  font-weight: 600;
}

.kln-header-summary__count {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .kln-top-bar__inner {
    padding: 0.5rem 0.75rem;
    gap: 0.3rem 0.5rem;
    flex-wrap: wrap;
    row-gap: 4px;
  }

  .kln-top-bar__sep {
    display: none;
  }

  .kln-top-bar__badge {
    font-size: 0.78rem;
    flex-basis: 100%;
    justify-content: center;
  }

  .kln-header-summary {
    gap: 0.35rem;
    font-size: 0.72rem;
    flex-basis: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .kln-header-summary .kln-star {
    font-size: 0.85rem;
  }

  .kln-header-summary__count {
    display: inline;
    font-size: 0.7rem;
  }
}

@media (max-width: 359.98px) {
  .kln-header-summary__count {
    flex-basis: 100%;
    text-align: center;
  }
}
