/* Service Items Styling */
/* Nested service rows in sales orders and invoices */

.service-row {
  background-color: #f8f9fa !important;
}

.service-row td {
  color: #6c757d;
  font-size: 0.95em;
  border-top: 1px dashed #dee2e6 !important;
}

.service-row:hover {
  background-color: #e9ecef !important;
}

/* Service item indentation */
.service-row .ps-5 {
  padding-left: 3rem !important;
}

/* Service icon styling */
.service-row i.ri-tools-fill {
  opacity: 0.7;
}

/* Service badge */
.service-row .badge.bg-info {
  font-size: 0.7em;
  vertical-align: middle;
}
