#quotes-designer {
  max-width: 800px;
  margin: auto;
  font-family: Arial, sans-serif;
}
.preview-wrapper {
  text-align: center;
  margin-bottom: 10px;
}
canvas {
  border: 1px solid #ccc;
  max-width: 100%;
  height: auto;
}
.tabs {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
}
.tab-button {
  padding: 10px;
  flex: 1;
  cursor: pointer;
  border: none;
  background: #eee;
}
.tab-button.active { background: #333; color: #fff; }
.tab-content { display: none; }
.tab-content.active { display: block; }
textarea { width: 100%; height: 100px; margin-bottom: 5px; }
input, select { margin: 3px 0; width: 100%; }
button { margin: 5px 0; padding: 10px; cursor: pointer; }

/* Swiper */
.stickers-carousel { width: 100%; margin-top: 10px; }
.stickers-carousel img { width: 100px; height: auto; cursor: pointer; }

/* Responsive */
@media (max-width:600px) {
  .tab-button { font-size: 12px; padding: 6px; }
  .stickers-carousel img { width: 70px; }
}
