/* Keep conversation actions beside attachments, inside the composer. */
.fitek-app .fc-thread-header{padding:12px 20px;gap:12px;align-items:center;flex-wrap:wrap}
.fitek-app .fc-thread-header>.fc-contact-heading{flex:1 1 150px;min-width:0}
.fitek-app .fc-thread-header>.fc-thread-actions{flex:0 1 auto;display:flex;flex-direction:column;align-items:flex-end;gap:5px;min-width:0;max-width:100%}
.fitek-app .fc-thread-actions .fc-thread-state{display:block;font-size:10px}
.fitek-app .fc-context-bar{padding:4px 20px;gap:10px}
.fitek-app .fc-context-bar .fc-location-settings summary{min-height:30px}
.fitek-app .fc-message-log{padding:18px 22px}
.fitek-app .fc-composer{display:flex;flex-direction:column;align-items:stretch;gap:0;padding:5px}
.fitek-app .fc-composer textarea{min-width:0;width:100%;flex:none;padding:8px 10px;min-height:40px}
.fitek-app .fc-composer-controls{display:flex;align-items:center;gap:4px;min-width:0}
.fitek-app .fc-composer-controls .fc-send{margin-left:auto}
.fitek-app .fc-composer-tools{display:flex;align-items:center;gap:2px;padding:0;margin:0;border:0;background:transparent;min-width:0}
.fitek-app .fc-composer-tools .ws-chat-tool{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:40px;padding:8px;border:0;border-radius:9px;background:transparent;color:var(--fitek-link);font-size:11px;line-height:1.4;letter-spacing:0;text-transform:none;box-shadow:none;white-space:nowrap;margin:0}
.fitek-app .fc-composer-tools .ws-chat-tool:hover{background:var(--fitek-soft)}
.fitek-app .fc-composer-tools .ws-chat-tool:focus-visible,.fitek-app .fc-attach:focus-visible{outline:2px solid var(--fitek-link);outline-offset:-2px}
.fitek-app .fc-composer-tools svg{width:17px;height:17px;flex-shrink:0}
.fitek-app .fc-tool-short{display:none}
.fitek-app .fc-attach{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;min-height:40px;border:0;border-radius:10px;margin:0;padding:9px;background:transparent;color:var(--fitek-link);box-shadow:none}
.fitek-app .fc-attach:hover{background:var(--fitek-soft)}
.fitek-app .fc-attach svg{width:20px;height:20px}
.fitek-app .fc-file-selection{display:flex;gap:6px;padding:0 0 8px;overflow:auto;max-height:104px}
.fitek-app .fc-file-chip{display:flex;align-items:center;gap:7px;flex:0 0 auto;max-width:260px;border:1px solid var(--fitek-border);background:var(--fitek-surface);padding:5px 6px 5px 8px;border-radius:10px}
.fc-file-chip img{width:36px;height:36px;object-fit:cover;border-radius:5px}
.fc-file-chip>span{font-size:11px;overflow-wrap:anywhere;min-width:0}
.fitek-app .fc-file-chip>button{display:grid;place-items:center;width:36px;min-width:36px;height:36px;border:0;border-radius:8px;padding:0;margin:0;background:transparent;color:var(--fitek-ink);font-size:20px}
.fitek-app .fc-attachments{display:grid;gap:8px;margin:8px 0}
.fitek-app .fc-attachment{display:flex;flex-direction:column;gap:8px;padding:9px;border:1px solid var(--fitek-border);border-radius:10px;background:var(--fitek-panel);color:var(--fitek-ink);text-decoration:none;min-width:0;max-width:270px}
.fitek-app .fc-attachment>img{display:block;max-width:100%;width:220px;height:160px;object-fit:contain;border-radius:6px}
.fitek-app .fc-attachment>span{display:block;min-width:0}
.fitek-app .fc-attachment strong{font-size:12px;line-height:1.5;overflow-wrap:anywhere}
.fitek-app .fc-attachment small{font-size:10px;margin-top:3px;text-align:left;color:var(--fitek-muted)}
.fitek-app .ws-orders-dialog .ws-offer-card{max-width:100%;margin:12px 0 18px}
@media(max-width:760px){
 .fitek-app .fc-thread-header{padding:8px 12px;gap:8px}
 .fitek-app .fc-thread-header>.fc-contact-heading{flex:1;min-width:0}
 .fitek-app .fc-thread-header>.fc-thread-actions{display:none}
 .fitek-app .fc-context-bar{padding:0 12px;font-size:10px}
 .fitek-app .fc-context-bar .fc-location-settings summary{min-height:44px}
 .fitek-app .fc-composer{gap:0;padding:4px}
 .fitek-app .fc-composer textarea{font-size:16px;min-height:44px;padding:8px 10px}
 .fitek-app .fc-composer-controls{gap:2px}
 .fitek-app .fc-composer-tools .ws-chat-tool{min-height:44px;padding:8px;gap:5px;font-size:11px}
 .fitek-app .fc-tool-label{display:none}
 .fitek-app .fc-tool-short{display:inline}
 .fitek-app .fc-attach{width:44px;height:44px;min-height:44px;flex-basis:44px}
 .fitek-app .fc-message-log{padding:12px}
 .fitek-app .fc-bubble{max-width:92%}
 .fitek-app .fc-file-chip>button{min-width:44px;width:44px;min-height:44px}
 .fitek-app .fc-attachment{max-width:240px}
}
