/**
 * fetcher.css
 * استایل فرم دریافت محصول
 */
#sbnew_fetch_btn {
    width: 100%;
}

/* پیش‌نمایش تصاویر */
#sbnew_result_images {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.sbnew-image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px;
    background: #fafafa;
    max-width: 180px;
}

.sbnew-preview-image {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 6px;
}

.sbnew-image-url {
    font-size: 10px;
    color: #888;
    word-break: break-all;
    text-align: center;
    direction: ltr;
}

/* لودینگ */
#sbnew_loading {
    padding: 20px 0;
    color: #555;
}

#sbnew_loading .icon-spinner {
    font-size: 22px;
    vertical-align: middle;
    margin-left: 8px;
}

/* وضعیت */
#sbnew_status {
    margin-top: 10px;
}

/* JSON output */
#sbnew_result_json {
    font-family: monospace;
    font-size: 12px;
    direction: ltr;
    text-align: left;
}

/* textarea توضیحات */
#sbnew_result_description {
    min-height: 200px;
}

.sbnew-panel-body .form-group, .sbnew-panel-body label,#sbnew_fetch_btn {
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
}

#sbnew_fetch_btn {
    min-height: 49px;
    border-radius: 8px;
    width: auto;
    font-weight: 500;
}

input#sbnew_max_images {
    margin-right: 16px;
}

@media (max-width: 767px) {
    .sbnew-panel-body-form {
        flex-direction: column;
        align-items: flex-start;
        gap: 26px !important;
    }
}