/* Private optional reference image on hosting requests */
.host-image-field{display:grid;gap:12px;min-width:0}
.host-image-hint{font-size:12px;color:var(--muted);line-height:1.6;font-weight:400;letter-spacing:normal;text-transform:none}
.host-image-field input[type=file]{width:100%;min-width:0;padding:16px;border:1px dashed #7a8557;background:#12170f;color:#f5f5ed;font-size:14px;cursor:pointer}
.host-image-field input[type=file]::file-selector-button{background:#d5e899;border:0;color:#121212;padding:10px 14px;margin-right:12px;font-weight:700;cursor:pointer}
.host-image-filename{font-size:12px;color:var(--accent);line-height:1.5;overflow-wrap:anywhere;font-weight:500}
.host-image-preview{display:block;width:100%;max-height:330px;object-fit:contain;object-position:left center;border:1px solid var(--border);background:#101010}
.host-image-preview[hidden]{display:none}
.host-review-image{border:1px solid #5e7040;background:#151a13;margin:18px 0;padding:20px}
.host-review-image p{font-size:13px;line-height:1.6}
.host-staff-image{display:block;max-width:100%;max-height:560px;object-fit:contain;margin-top:16px;border:1px solid var(--border);background:#0d0d0d}
.proposal-image-status{border-left:2px solid var(--accent);padding:11px 15px;background:#141811;font-size:13px;line-height:1.65}
@media(max-width:767px){.host-image-field input[type=file]{padding:13px}.host-review-image{padding:16px}.host-image-preview{max-height:240px}}