.fve-widget {
  background: white;
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 16px 20px;
  font-family: inherit;
}

.fve-widget__header {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.fve-widget__title {
  font-size: 16px;
  font-weight: 500;
  color: #202020;
  margin: 0;
  text-align: center;
  letter-spacing: 0.2px;
}

.fve-widget__icon {
  width: 32px;
  height: 32px;
}

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

.fve-widget__power-section {
  flex-shrink: 0;
  padding-top: 24px;
}

.fve-widget__bar {
  position: relative;
  width: 226px;
  height: 226px;
}

.fve-widget__bar__svg {
  width: 100%;
  height: 100%;
  transform: rotate(135deg);
}

.fve-widget__bar__svg circle {
  stroke-dasharray: 270;
}

.fve-widget__bar__track {
  fill: none;
  stroke: #dce9f5;
  stroke-width: 5;
  stroke-dashoffset: 70;
}

.fve-widget__bar__fill {
  fill: none;
  stroke: #1f6fbf;
  stroke-width: 5;
  stroke-dashoffset: 270;
  transition: stroke-dashoffset 0.4s ease;
}

.fve-widget__power-info {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 70%;
}

.fve-widget__power-info__block {
}

.fve-widget__power-info__icon {
  font-size: 32px;
}

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

.fve-widget__power-info__value {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  color: #202020;
}

.fve-widget__unit {
  font-size: 14px;
  font-weight: 600;
  color: #5d6b7a;
}

.fve-widget__stats {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: -16px;
}

.fve-widget__stat {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2px;
}

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

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

.fve-savings-widget {
  background: white;
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 16px 20px;
  font-family: inherit;
  display: flex;
  flex-direction: column;
}

.fve-savings-widget__header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.fve-savings-widget__title {
  font-size: 16px;
  font-weight: 500;
  color: #202020;
  margin: 0;
  text-align: center;
  letter-spacing: 0.2px;
}

.fve-savings-widget__icon {
  width: 32px;
  height: 32px;
}

.fve-savings-widget__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-direction: column;
  height: 100%;
  flex-grow: 1;
  padding: 50px 0;
}

.fve-savings-widget__inner__icon__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fve-savings-widget__inner__icon {
  width: 140px;
  height: 140px;
}

.fve-savings-widget__inner__title {
  font-size: 16px;
  letter-spacing: 0.2px;
  margin: 0 0 4px 0;
  font-weight: 400;
}

.fve-savings-widget__inner__stats {
  text-align: center;
}

.fve-savings-widget__inner__stats p {
  margin: 0;
}

.fve-savings-widget__inner__stat-value {
  font-weight: 700;
}
