/* x-badge location : GuestCards.blade */
.x-badge {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #4b5563; /* Medium Gray */
  background-color: #f3f4f6; /* Light Gray */
  border-radius: 9999px; /* Pill shape */
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  text-transform: uppercase;
  border: 1px solid #e5e7eb;
}

/* Alternative "Ghost" Style */
.x-badge-outline {
  background: transparent;
  border: 1px solid #d1d5db;
  color: #6b7280;
}

.product-details p,
.product-details li {
    font-weight: bold;
}

.product-details ul,
.product-details ol {
    list-style-type: disc; /* or table-like styling */
    margin-left: 20px;
}
