.fee-breakdown {
  margin: 15px 0;
}

.fee-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.fee-item.total {
  border-top: 2px solid #007bff;
  border-bottom: none;
  font-weight: bold;
  margin-top: 10px;
  padding-top: 15px;
}

.fee-label {
  color: #666;
}

.fee-value {
  font-weight: 600;
  color: #333;
}

.fee-item.total .fee-value {
  color: #28a745;
}