.badges-card-block {
  display: flex;
  gap: 0 16px;
}

.badges-card {
  border-radius: 6px;
  border: max(1px, 0.0625rem) solid #d0d7de;
  background-color: #ffffff;
  padding: 16px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.badges-card__content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}

.badges-card__header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.badges-card__header_center {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  flex-direction: column;
  gap: 16px 0;
}

.badges-card__emblem {
  margin-right: 12px;
}

.badges-card__emblem_center {
  margin-right: 0;
}

.badge {
  background-color: #3b4045;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 400;
  color: #ffffff;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}

.badge:hover {
  background-color: #0c0d0e;
  text-decoration: none;
}

.badge__icon {
  text-align: center;
  width: 1.25em;
  font-family: "Font Awesome 6 Pro";
  font-size: 10px;
  margin-right: 4px;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.badge-card__icon_stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
  font-size: 2em;
}

.badge-card__icon {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

.badge-card__icon_one:before {
  content: "\e5d2";
  line-height: 1;
  font-size: 2em;
}

.badge-card__icon_two:before {
  content: "\f005";
  line-height: inherit;
}

.badge-card__icon_gold {
  color: #d6a100;
}

.badge-card__icon_silver {
  color: #a9adb1;
}

.badge-card__icon_bronze {
  color: #cca37f;
}

.badge__icon:before {
  content: "\e122";
}

.badges-card__description {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}

.badges-card__description_center {
  text-align: center;
}

.badges-card__counter {
  font-weight: 700;
  font-size: 24px;
}

.badges-card__caption {
  font-size: 14px;
}

.badge__icon_gold {
  color: #ffcc00;
}

.badge__icon_silver {
  color: #b4b8bc;
}

.badge__icon_bronze {
  color: #cc9966;
}

.badges-card__badges-list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 4px 0;
}

.badges-card__badges-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.badges-card__button {
  align-items: center;
  background-color: #1f883d;
  border-color: #1f232826;
  border-radius: 0.375rem;
  border: max(1px, 0.0625rem) solid;
  box-shadow: 0 1px 0 #1f23281a;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  fill: #ffffffcc;
  flex-direction: row;
  font-size: 0.875rem;
  font-weight: 500;
  gap: 0.25rem;
  height: 2rem;
  justify-content: space-between;
  min-width: max-content;
  padding: 0 0.75rem;
  position: relative;
  text-align: center;
  transition-property: color, fill, background-color, border-color;
  transition: 80ms cubic-bezier(0.65, 0, 0.35, 1);
  user-select: none;
}

.badges-card__button:hover {
  text-decoration: none;
  background-color: #1a7f37;
  border-color: #1f232826;
}

.badges-card__button-label {
  line-height: 1.4285;
  white-space: nowrap;
  align-items: center;
}

.badges-card__button:hover {
  text-decoration: none;
  background-color: #1a7f37;
  border-color: #1f232826;
}

.issues-reset-query-icon {
  width: 18px;
  height: 18px;
  padding: 1px;
  margin-right: var(--base-size-4);
  color: var(--fgColor-onEmphasis);
  text-align: center;
  background-color: var(--bgColor-neutral-emphasis);
  border-radius: var(--borderRadius-medium);
}
