.mini-divider {
  background: linear-gradient(90deg, transparent, var(--resto-gold), transparent);
  height: 1px;
  margin: 1rem auto 0;
  max-width: 160px;
}

.badge-soft {
  background: rgba(216, 155, 58, 0.12);
  color: #9d6417;
}

.shadow-soft {
  box-shadow: 0 20px 50px rgba(28, 22, 14, 0.18);
}
