/* Cheese icons for cards */
.cheese-icon {
  width: 80px;
  height: 80px;
  margin: 10px auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Different cheese icon styles */
.cheese-icon-1 {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="%23f6d365" d="M10,65 L90,65 L90,85 C90,90 85,95 80,95 L20,95 C15,95 10,90 10,85 L10,65 Z"/><path fill="%23f6d365" d="M5,40 L95,40 L90,65 L10,65 L5,40 Z"/><path fill="%23f6d365" d="M15,15 C40,5 60,5 85,15 L95,40 L5,40 L15,15 Z"/><circle fill="%23fff" cx="25" cy="50" r="5"/><circle fill="%23fff" cx="45" cy="75" r="5"/><circle fill="%23fff" cx="65" cy="55" r="4"/><circle fill="%23fff" cx="75" cy="80" r="6"/><circle fill="%23fff" cx="35" cy="30" r="4"/></svg>');
}

.cheese-icon-2 {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle fill="%23f6d365" cx="50" cy="50" r="40"/><circle fill="%23fff" cx="30" cy="40" r="5"/><circle fill="%23fff" cx="50" cy="65" r="4"/><circle fill="%23fff" cx="70" cy="35" r="6"/><circle fill="%23fff" cx="40" cy="25" r="3"/><circle fill="%23fff" cx="65" cy="60" r="5"/></svg>');
}

.cheese-icon-3 {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="%23f6d365" d="M20,20 L80,20 L90,80 L10,80 Z"/><circle fill="%23fff" cx="30" cy="35" r="5"/><circle fill="%23fff" cx="50" cy="50" r="6"/><circle fill="%23fff" cx="70" cy="40" r="4"/><circle fill="%23fff" cx="35" cy="65" r="5"/><circle fill="%23fff" cx="65" cy="60" r="4"/></svg>');
}

.cheese-icon-4 {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="%23f6d365" d="M10,30 C10,20 20,10 50,10 C80,10 90,20 90,30 L90,70 C90,80 80,90 50,90 C20,90 10,80 10,70 L10,30 Z"/><circle fill="%23fff" cx="30" cy="30" r="5"/><circle fill="%23fff" cx="70" cy="35" r="6"/><circle fill="%23fff" cx="40" cy="60" r="4"/><circle fill="%23fff" cx="60" cy="70" r="5"/><circle fill="%23fff" cx="50" cy="40" r="3"/></svg>');
}

.cheese-icon-5 {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="%23f6d365" d="M20,20 L80,20 L95,50 L80,80 L20,80 L5,50 Z"/><circle fill="%23fff" cx="35" cy="35" r="4"/><circle fill="%23fff" cx="65" cy="35" r="4"/><circle fill="%23fff" cx="50" cy="50" r="6"/><circle fill="%23fff" cx="30" cy="65" r="5"/><circle fill="%23fff" cx="70" cy="65" r="5"/></svg>');
}
