/* badges.css — product trust badges (halal, store-availability)
 * Previously: assets/css/custom.css (not enqueued)
 * Enqueued as: pt-badges (global, after primotaglio-theme)
 */

.halal-badge {
  background: linear-gradient(135deg, #0b4f28, #167a3e);
  border: 1px solid rgba(22, 122, 62, 0.55);
  color: #6effa2;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  padding: 3px 11px;
  border-radius: 999px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 8px;
}
.store-availability {
  background: linear-gradient(135deg, #f5c542, #fffbe6);
  border: 1px solid #f5c542;
  color: #b48a30;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  padding: 3px 11px;
  border-radius: 999px;
  text-transform: uppercase;
  white-space: nowrap;
}
