.ir-doc-block {
    display: flex;
    column-gap: 10px;
    margin-bottom:1rem;
    align-items: center;
}
.ir-doc-block img {
    max-width:80px;
    border:1px solid grey;
    border-radius:6px !important;
}
.ir-doc-block p {
    margin-bottom:0px;
}

/* .ir-dropzone {
    border: 2px dashed #aaa;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    cursor: pointer;
    margin: 12px 0 16px;
    background: #fafafa;
} */
.ir-dropzone:hover {
    border-color: #2271b1; /* WP blue */
    background: #f0f6fc;
}
.ir-dropzone-text {
    margin: 0;
    font-weight: 600;
}

.ir-dropzone.dragover {
    border-color: #2271b1;
    background: #e6f2fb;
}

.ir-upload-errors {
    margin-top: 8px;
    font-size: 13px;
    color: #b32d2e;
}

.ir-dropzone {
    border: 2px dashed #007cba;
    padding: 40px;
    text-align: center;
    border-radius: 8px;
    background: #f9fafb;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.ir-dropzone.dragover {
    background: #e0f3ff;
    border-color: #005177;
}

.ir-dropzone-inner {
    pointer-events: none; /* ensures clicks go through to container */
}

.ir-dropzone-text {
    margin: 0;
    color: #333;
    font-size: 15px;
}

.ir-dropzone {
    z-index: 9999;
    position: relative;
}

.ir-progress-wrapper {
    margin-top: 10px;
}

.ir-progress-item {
    margin-bottom: 8px;
}

.ir-progress-label {
    display: block;
    font-size: 12px;
    color: #444;
    margin-bottom: 3px;
}

.ir-progress-bar-outer {
    background: #e0e0e0;
    height: 8px;
    border-radius: 3px;
    overflow: hidden;
}

.ir-progress-bar-inner {
    background: #0073aa;
    height: 8px;
    transition: width 0.3s ease;
}
