.summary-card-header{
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.summary-card-body{
    font-weight: bold;
    text-wrap: nowrap;
    display: flex;
    gap: 0.5rem;
    height: 40px;
}

.summary-card-body > span:nth-child(2) {
  padding-bottom: 2px;
}

.summary-card-body > span:nth-child(3) {
  padding-bottom: 1px;
}
