.eii-widget {
    border-top: 1px dashed #dce1e7;
    margin-top: 8px;
    padding-top: 8px;
}

.eii-title {
    color: #687078;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.eii-media {
    align-items: center;
    background: #f8f9fa;
    border: 1px solid #e4e8ec;
    border-radius: 4px;
    display: flex;
    height: 72px;
    justify-content: center;
    margin-bottom: 6px;
    overflow: hidden;
    width: 92px;
}

.eii-preview {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.eii-empty {
    color: #adb5bd;
    font-size: 24px;
}

.eii-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.eii-choose {
    margin: 0;
    overflow: hidden;
    position: relative;
}

.eii-file {
    cursor: pointer;
    font-size: 100px;
    inset: 0;
    opacity: 0;
    position: absolute;
}

.eii-status {
    display: block;
    margin-top: 4px;
}

.estimate-items-preview .estimate-item-image {
    text-align: center;
    vertical-align: middle;
}

.estimate-item-product-image {
    display: inline-block;
    max-height: 82px;
    max-width: 92px;
    object-fit: contain;
}

