.smartlook-personalizacion {
    margin: 15px 0;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #fafafa;
}

.smartlook-campo {
    margin-bottom: 15px;
}

.smartlook-campo label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.smartlook-requerido {
    color: #c0392b;
}

.smartlook-recargo-etiqueta {
    font-weight: 400;
    color: #666;
    font-size: 0.9em;
}

.smartlook-campo input[type="text"],
.smartlook-campo select,
.smartlook-campo input[type="file"] {
    width: 100%;
    max-width: 400px;
    padding: 8px;
    box-sizing: border-box;
}

.smartlook-contador {
    display: block;
    font-size: 0.85em;
    color: #888;
    margin-top: 4px;
}

.smartlook-contador.smartlook-limite-alcanzado {
    color: #c0392b;
    font-weight: 600;
}

.smartlook-preview-tipografia {
    margin-top: 10px;
    padding: 12px;
    border: 1px dashed #ccc;
    border-radius: 4px;
    font-size: 22px;
    background: #fff;
    word-break: break-word;
}

.smartlook-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.smartlook-swatch {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 400;
    cursor: pointer;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 20px;
    background: #fff;
}

.smartlook-swatch input[type="radio"] {
    margin: 0;
}

.smartlook-swatch input[type="radio"]:checked ~ .smartlook-swatch-muestra {
    box-shadow: 0 0 0 2px #333;
}

.smartlook-swatch-muestra {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 1px solid #ccc;
}

.smartlook-foto-input {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.smartlook-foto-input-real {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.smartlook-foto-nombre {
    color: #666;
    font-size: 0.9em;
}

.smartlook-foto-ayuda {
    font-size: 0.85em;
    color: #888;
    margin: 4px 0 0;
}

.smartlook-recargo-total {
    font-weight: 600;
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
}

.smartlook-error-campo {
    color: #c0392b;
    font-size: 0.85em;
    margin-top: 4px;
}
