
/* Minimal styling - inherits site fonts and colors */
.image-to-pdf-converter #drop-zone,
.image-to-pdf-converter-frontend #drop-zone {
    border: 2px dashed #ddd;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: 20px 0;
    border-radius: 5px;
}

.image-to-pdf-converter #drop-zone:hover,
.image-to-pdf-converter-frontend #drop-zone:hover {
    border-color: #999;
}

.image-to-pdf-converter #file-input,
.image-to-pdf-converter-frontend #file-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.image-to-pdf-converter progress,
.image-to-pdf-converter-frontend progress {
    width: 100%;
    height: 20px;
    margin-top: 20px;
    display: none;
}

.image-to-pdf-converter #status-label,
.image-to-pdf-converter-frontend #status-label {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.image-to-pdf-converter .converter-container,
.image-to-pdf-converter-frontend {
    max-width: 600px;
    margin: 0 auto;
}
