.weapon-break {
  border-top: 1px solid #30303a;
  margin: 18px 12px 0;
  padding-top: 14px;
}
.weapon-break h4 {
  margin: 0 0 5px;
  color: #eceaf0;
  font-size: 12px;
  letter-spacing: 0.8px;
}
.weapon-break h4:before {
  content: "";
  border-left: 3px solid #ee4638;
  margin-right: 7px;
}
.weapon-break p {
  margin: 0 0 12px;
  font-size: 9px;
  color: #9999a4;
}
.usage-bars {
  height: 280px !important;
  display: flex;
  align-items: stretch;
  gap: 14px;
  padding: 18px 8px 0;
  background: repeating-linear-gradient(
    to top,
    transparent 0,
    transparent 61px,
    rgba(255, 255, 255, 0.045) 62px
  );
}
.usage-item {
  position: relative;
  height: calc(100% - 38px) !important;
  margin-bottom: 38px;
  display: block;
  flex: 1;
  font-size: 9px;
  color: #b7b7c0;
  cursor: help;
}
.usage-bar {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(78%, 72px);
  min-height: 5px;
  flex-shrink: 0;
  background: linear-gradient(#ef5747, #a3212e);
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 16px rgba(238, 70, 56, 0.14);
}
.usage-item:nth-child(even) .usage-bar {
  background: linear-gradient(#e5bd3b, #a9780c);
  box-shadow: 0 0 16px rgba(222, 182, 50, 0.14);
}
.usage-item b {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -19px;
  text-align: center;
  font-size: 11px;
  color: #e7e6ea;
}
.usage-item span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -37px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.35px;
}
@media (max-width: 720px) {
  .usage-bars {
    height: 190px;
    gap: 7px;
    padding-inline: 0;
  }
  .weapon-break {
    margin-inline: 4px;
  }
}
