/* Hide price only for the "other" document service card */
.service-card[data-service="other"] .service-price {
  display: none !important;
}
