.summary-header {
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--infobox-info-bg);
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-title {
  display: flex;
  flex-direction: column;
  color: var(--text-color);
}

.header-title .activity-name {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: var(--text-color);
}

.header-title .activity-date,
.header-title .total-expense {
  font-size: 12px;
  color: var(--text-color-desc);
  margin: 0.25rem 0 0;
}

.text-desc {
  color: var(--text-color-desc);
}

/* Discount Label */
.discount-label {
  display: inline-block;
  background-color: #ffe0e0;
  color: #cc0000;
  font-size: 10px;
  padding: 1px 4px;
  border-radius: 5px;
  margin-left: 4px;
}

/* Summary header */
.summary-validation {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--table-border-color);
  margin-bottom: 20px;
}

.summary-validation p {
  margin-bottom: 5px;
}

.summary-avatar {
  width: 40px;
  height: 40px;
  border-radius: 40%;
  object-fit: cover;
}
