.hidden{
  display: none;
}

.solar-price,
.bebat-price {
  display: flex;
  width: fit-content;
  padding: 4px 8px;
  margin-bottom: 16px;
  gap: 4px;
  border-radius: 4px;
  color: #7bbe2e;
  border: 1px solid #7bbe2e;
}

.solar-price span,
.bebat-price span{
  font-weight: bold;
}