#preview-container {
  margin-top: 20px;
  padding: 10px;
  border: 1px dashed #aaa;
  width: fit-content;
}

#kozijn-preview {
  width: 200px;
  height: 200px;
  border: 10px solid #666;
  background-color: white;
  position: relative;
  transition: all 0.3s ease;
}

#glas-preview {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  background-color: rgba(173, 216, 230, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #333;
  border: 1px solid #bbb;
}

#image-preview-container {
  margin-bottom: 20px;
}

#svg-preview-container {
  margin-top: 20px;
  border: 1px dashed #aaa;
  display: inline-block;
}

