.message-photo-pending{display:flex;align-items:center;gap:12px;padding:12px;margin:8px 0;background:var(--surface,var(--bg-elevated,#fff));color:var(--text,#182434);border:1px solid var(--line,var(--border,#dfe5ec));border-radius:12px;overflow-wrap:anywhere;}
.message-photo-pending>img,.message-photo-pending>video{width:64px;height:64px;object-fit:cover;border-radius:8px;flex-shrink:0;}
.message-photo-copy{flex:1;min-width:0;font-size:13px;line-height:1.45;}
.message-photo-copy strong,.message-photo-copy span{display:block;}
.message-photo-copy strong{font-size:14px;}
.message-photo-pending button{min-height:44px;padding:8px;border:1px solid var(--line,var(--border,#dfe5ec));border-radius:8px;background:var(--surface2,var(--surface-2,var(--bg-subtle,#f3f5f7)));color:inherit;cursor:pointer;}
.message-photo-queue:empty{display:none;}
.offline-media-note{display:flex;align-items:center;justify-content:center;min-height:100px;padding:20px;background:var(--surface2,var(--surface-2,var(--bg-subtle,#edf1f5)));color:var(--muted,var(--text-secondary,#596979));font:500 14px/1.45 system-ui,sans-serif;text-align:center;white-space:normal;border-radius:8px;}
[data-offline-unavailable]{display:none!important;}
@media(max-width:440px){.message-photo-pending{flex-wrap:wrap;gap:8px;}.message-photo-copy{flex-basis:calc(100% - 80px);}.message-photo-pending button{flex:1;}}

.field-app.field-page-job_thread .fa-main{padding-bottom:110px;}
#messagePhotoQueue{max-height:45vh;overflow:auto;}

.mobile-photo-tile{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;background:var(--surface2,#edf1f5);}
.mobile-photo-tile>img{width:100%;height:100%;object-fit:cover;}
.mobile-photo-state{position:absolute;inset:auto 4px 4px;padding:5px 3px;border-radius:6px;background:#fff3cf;color:#554300;font-size:11px;font-weight:650;line-height:1.25;text-align:center;}
