
.pcf-container[data-v-6917b640] {
    margin-bottom: 20px;
    padding: 16px;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border: 1px solid #7dd3fc;
    border-radius: 10px;
}
.pcf-field[data-v-6917b640] {
    margin-bottom: 14px;
}
.pcf-field[data-v-6917b640]:last-child {
    margin-bottom: 0;
}
.pcf-label[data-v-6917b640] {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #0369a1;
    margin-bottom: 6px;
}
.pcf-required[data-v-6917b640] {
    color: #dc2626;
    margin-right: 2px;
}
.pcf-price-addon[data-v-6917b640] {
    color: #059669;
    font-size: 12px;
    font-weight: normal;
}
.pcf-description[data-v-6917b640] {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 6px;
}
.pcf-input[data-v-6917b640],
.pcf-textarea[data-v-6917b640] {
    width: 100%;
    padding: 10px 12px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.2s, box-shadow 0.2s;
    background: #fff;
}
.pcf-input[data-v-6917b640]:focus,
.pcf-textarea[data-v-6917b640]:focus {
    outline: none;
    border-color: #0ea5e9;
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1);
}
.pcf-input.pcf-error[data-v-6917b640],
.pcf-textarea.pcf-error[data-v-6917b640] {
    border-color: #ef4444;
}
.pcf-textarea[data-v-6917b640] {
    resize: vertical;
    min-height: 80px;
}
.pcf-counter[data-v-6917b640] {
    text-align: left;
    font-size: 11px;
    color: #9ca3af;
    margin-top: 4px;
}
[dir="rtl"] .pcf-counter[data-v-6917b640] {
    text-align: right;
}

/* Image Upload Styles */
.pcf-image-upload[data-v-6917b640] {
    margin-top: 8px;
}
.pcf-upload-area[data-v-6917b640] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    border: 2px dashed #cbd5e1;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    min-height: 120px;
}
.pcf-upload-area[data-v-6917b640]:hover {
    border-color: #0ea5e9;
    background: #f0f9ff;
}
.pcf-upload-area.drag-over[data-v-6917b640] {
    border-color: #0ea5e9;
    background: #e0f2fe;
}
.pcf-upload-area.has-image[data-v-6917b640] {
    padding: 8px;
    border-style: solid;
}
.pcf-upload-icon[data-v-6917b640] {
    font-size: 32px;
    color: #94a3b8;
    margin-bottom: 8px;
}
.pcf-upload-text[data-v-6917b640] {
    font-size: 14px;
    color: #475569;
    font-weight: 500;
}
.pcf-upload-hint[data-v-6917b640] {
    font-size: 12px;
    color: #94a3b8;
    margin-top: 4px;
}
.pcf-preview-img[data-v-6917b640] {
    max-width: 100%;
    max-height: 200px;
    border-radius: 8px;
    object-fit: contain;
}
.pcf-remove-img[data-v-6917b640] {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 50%;
    background: #ef4444;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}
.pcf-remove-img[data-v-6917b640]:hover {
    background: #dc2626;
}
[dir="rtl"] .pcf-remove-img[data-v-6917b640] {
    right: auto;
    left: 8px;
}
