
#sk-konfigurator {
  font-family: sans-serif;
  margin-bottom: 2rem;
}
.sk-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.sk-palette {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 2rem;
}
.sk-card {
  width: 120px;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 8px;
  background: white;
  cursor: grab;
  text-align: center;
}
.sk-img {
  height: 50px;
  object-fit: contain;
  margin-bottom: 4px;
}
.sk-label {
  font-weight: bold;
  font-size: 0.9rem;
}
.sk-te {
  font-size: 0.75rem;
  color: #666;
}
.sk-schrank-vis {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 10px;
  background: linear-gradient(to bottom, #f1f1f1, #e3e3e3);
  border: 2px solid #999;
  border-radius: 8px;
  box-shadow: inset 0 0 10px #ccc;
}
.sk-reihe-vis {
  display: flex;
  gap: 6px;
  justify-content: center;
  background: repeating-linear-gradient(45deg, #ccc 0, #ccc 2px, transparent 2px, transparent 6px);
  padding: 6px;
  border: 1px solid #bbb;
  border-radius: 6px;
}
.sk-slot-vis {
  width: 42px;
  height: 60px;
  background: #f8f9fa;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  text-align: center;
}

.sk-block {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sk-del {
  position: absolute;
  top: 0;
  right: 2px;
  background: transparent;
  border: none;
  font-size: 1rem;
  color: #d00;
  cursor: pointer;
  line-height: 1;
}
