/*------------------------------------------------------------------
[Custom Template Stylesheet]

Project:	Wine Store Html Responsive Template
Primary use:	Wine Store Html Responsive Template
-------------------------------------------------------------------*/

/*add your style css here*/

.label-designer {
  display: flex;
  gap: 40px;
  padding: 20px;
  font-family: 'Inter', sans-serif;
}

.controls {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.controls input,
.controls textarea,
.controls select {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
}

.controls button {
  padding: 10px 16px;
  background: #111;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
}

.preview {
  flex: 1;
  text-align: center;
}

.bottle-wrap {
  position: relative;
  display: inline-block;
}

.bottle-img {
  width: 360px;
  height: auto;
}

.label-overlay {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 300px;
  overflow: hidden;
}

.label-overlay canvas {
  width: 100%;
  height: 100%;
}



