.receipt-discrepancy-wrapper {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.student-details,
.receipt-details {
  width: 50%;
  background: #f9f9f9;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.details-table {
  width: 100%;
  border-collapse: collapse;
}

.details-table th {
  text-align: left;
  width: 40%;
  font-weight: 600;
  padding: 6px;
}

.details-table td {
  padding: 6px;
}

.receipt-discrepancy .action-links a:not(.add-node)::before {
    content: none !important;
}

.receipt-discrepancy-pending .action-links a::before {
    content: none !important;
}

.receipt-discrepancy-approved .action-links a::before {
    content: none !important;
}

.receipt-discrepancy-solved .action-links a::before {
    content: none !important;
}
