.equal-row { 
  display: flex; 
  align-items: stretch; 
}

.equal-col { 
  display: flex; 
}

.equal-panel { 
  display: flex; 
  flex-direction: column; 
  width: 100%; 
}

.equal-body { 
  flex: 1; 
  display: flex; 
  justify-content: flex-end; 
  align-items: center; 
}

.equal-body-top { 
  flex: 1; 
  display: flex; 
  justify-content: flex-end; 
  align-items: flex-start; 
  gap: 20px; 
}

.equal-number { 
  line-height: 1; 
}

.details { 
  font-size: 12px; 
  color: #666; 
  text-align: right; 
}
