.battery-desktop-icon {
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07));
  color: #fff;
  font-size: 29px;
  line-height: 1;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
}

.battery-desktop-icon::after {
  content: "";
  position: absolute;
  right: 6px;
  bottom: 7px;
  left: 6px;
  height: 5px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 3px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0 24%, rgba(255, 255, 255, 0.12) 24% 100%);
}
