#bs-configurator {
    max-width: 450px;
    margin: 0 auto;
    padding: 15px;
}

/* Espacement du formulaire */
.bs-option-block {
    margin-bottom: 25px; /* Plus d'espace entre les étapes */
}

.bs-step-title {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #222;
    letter-spacing: 0.5px;
}

#bs-text-input, #bs-select-product, #bs-select-font, #bs-select-color {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    background-color: #f9f9f9;
}

/* Rendu Visuel */
.bs-preview-side {
    margin-top: 20px;
}

#bs-canvas-container {
    position: relative;
    width: 100%;
    line-height: 0;
    border-radius: 4px;
    overflow: hidden;
    background: #eee;
}

#bs-bg-image {
    width: 100%;
    height: auto;
    display: block;
}

#bs-text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96%; /* Prend presque toute la largeur de l'image */
    text-align: center;
    white-space: nowrap;
    pointer-events: none;
    line-height: 1;
    z-index: 5;
    /* La taille sera gérée par le JS */
}
