.fve-widget {
  background: #f7fbff;
  border-top: 1px solid #dbe7f3;
  padding: 16px 20px;
  font-family: inherit;
}

.fve-widget__header {
  max-width: 980px;
  margin: 0 auto;
  padding: 8px 0 16px;
}

.fve-widget__title {
  font-size: 16px;
  font-weight: 700;
  color: #1a2733;
  margin: 0;
  text-align: center;
}

.fve-widget__inner {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  row-gap: 16px;
  column-gap: 48px;
  flex-wrap: wrap;
}

.fve-widget__primary {
}

.fve-widget__label {
  display: block;
  font-size: 12px;
  color: #5d6b7a;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.fve-widget__power {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  color: #1a2733;
  text-align: center;
}

.fve-widget__unit {
  font-size: 15px;
  font-weight: 600;
}

.fve-widget__bar-section {
  flex: 1;
  min-width: 220px;
}

@media (min-width: 768px) {
  .fve-widget__bar-section {
    padding-top: 8px;
  }
}

.fve-widget__bar {
  height: 8px;
  background: #dce9f5;
  border-radius: 999px;
  overflow: hidden;
}

.fve-widget__bar__fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #4d8fd8, #1f6fbf);
  border-radius: 999px;
  transition: width 0.4s ease;
}

.fve-widget__bar__description {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 8px;
}

.fve-widget__percentage {
  font-size: 12px;
  margin: 0;
  max-width: 50%;
}

.fve-widget__update {
  margin: 5px 0 0;
  font-size: 12px;
  color: #5d6b7a;
  margin: 0;
  max-width: 50%;
}

.fve-widget__stats {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.fve-widget__stat {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.fve-widget__stat-label {
  color: #5d6b7a;
}

.fve-widget__stat-value {
  color: #1a2733;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
