.hover-shadow:hover {
      box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.08) !important;
      transition: box-shadow 0.2s ease;
    }
    
 .service-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 1rem 1.25rem;
  width: 100%;
  min-height: 110px;
  box-sizing: border-box;
  direction: inherit; /* ليتبع اتجاه اللغة */
}

.service-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: row;
}


.service-text {
  flex-grow: 1;
  font-weight: 500;
  display: block;
}

.badge-category {
  flex-shrink: 0;
  padding: 0.4rem 0.6rem;
  font-size: 0.75rem;
  border-radius: 50rem;
  font-weight: 400;
  background-color: var(--text-body);
  color: var(--most-used-text);
  width: fit-content;
}

.chevron {
  color: #888;
  font-size: 1.1rem;
  flex-shrink: 0;
}
