/* Path: /assets/css/wholesale.css */
/* Purpose: Styles specific to the Wholesale Program page */

.wholesale-content {
  background-color: #391047;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem 1rem;
  gap: 1.5rem;
}

.wholesale-feature {
  background: #292727;
  padding: 1.5rem;
  border-radius: 10px;
  width: 280px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  color: #eee;
}

.wholesale-feature h3 {
  color: #E1B929;
  margin-bottom: 0.5rem;
}

.wholesale-feature p {
  color: #ccc;
}
