/* Scoped to the chat dossier and its occupied grid track. */
.app[data-view="conversations"] #customer-profile-drawer.chat-dossier-v2 { width:420px; max-width:100%; color:#172b3a; font-family:"Microsoft YaHei","PingFang SC",system-ui,sans-serif; }
@media (min-width:1651px) {
  .app[data-view="conversations"] .layout.accounts-hidden.customer-profile-open:has(#customer-profile-drawer.chat-dossier-v2) { grid-template-columns:76px minmax(320px,var(--conversation-width)) 8px minmax(440px,1fr) 420px; }
  .app[data-view="conversations"] .layout:not(.accounts-hidden).customer-profile-open:has(#customer-profile-drawer.chat-dossier-v2) { grid-template-columns:296px minmax(320px,var(--conversation-width)) 8px minmax(440px,1fr) 420px; }
}
#customer-profile-drawer.chat-dossier-v2 .context-header { min-height:62px; padding:0 16px 0 20px; }
#customer-profile-drawer.chat-dossier-v2 .context-header > strong { font-size:19px; font-weight:650; color:#172b3a; }
#customer-profile-drawer.chat-dossier-v2 .context-detail-button { font-size:13px; font-weight:500; border-radius:5px; background:#fff; min-height:34px; }
#customer-profile-drawer.chat-dossier-v2 .context-scroll { padding:0 20px 22px; overscroll-behavior:contain; overflow-y:auto; overflow-x:hidden; }
#customer-profile-drawer.chat-dossier-v2 .chat-dossier-identity { padding:18px 0 12px; border-bottom:1px solid #e2e8ed; }
#customer-profile-drawer.chat-dossier-v2 .profile-summary { margin-bottom:9px; }
#customer-profile-drawer.chat-dossier-v2 .profile-summary-copy strong { font-size:16px; line-height:1.5; color:#172b3a; white-space:normal; overflow-wrap:anywhere; }
#customer-profile-drawer.chat-dossier-v2 .profile-summary-copy span { font-size:13px; line-height:1.6; color:#526371; white-space:normal; overflow-wrap:anywhere; }
#customer-profile-drawer.chat-dossier-v2 .chat-dossier-hint { margin:0; color:#526371; font-size:13px; line-height:1.5; }
#customer-profile-drawer.chat-dossier-v2 .profile-section { padding:17px 0; border-bottom:1px solid #e2e8ed; }
#customer-profile-drawer.chat-dossier-v2 .chat-dossier-group > summary { display:flex; align-items:center; justify-content:space-between; cursor:pointer; list-style:none; padding:0; }
#customer-profile-drawer.chat-dossier-v2 .chat-dossier-group > summary::-webkit-details-marker { display:none; }
#customer-profile-drawer.chat-dossier-v2 .chat-dossier-group h3,#customer-profile-drawer.chat-dossier-v2 .profile-section-head strong { margin:0; font-size:17px; line-height:1.5; font-weight:650; color:#172b3a; }
#customer-profile-drawer.chat-dossier-v2 .chat-dossier-chevron { width:8px; height:8px; border-right:1.5px solid #526371; border-bottom:1.5px solid #526371; transform:rotate(-45deg); margin-right:3px; }
#customer-profile-drawer.chat-dossier-v2 .chat-dossier-group[open] .chat-dossier-chevron { transform:rotate(45deg); }
#customer-profile-drawer.chat-dossier-v2 .chat-dossier-fields { margin:11px 0 0; }
#customer-profile-drawer.chat-dossier-v2 .chat-dossier-field { display:grid; grid-template-columns:106px minmax(0,1fr); gap:8px; padding:5px 0; align-items:start; }
#customer-profile-drawer.chat-dossier-v2 .chat-dossier-field dt { color:#526371; font-size:14px; line-height:1.7; }
#customer-profile-drawer.chat-dossier-v2 .chat-dossier-field dd { margin:0; font-size:15px; line-height:1.65; color:#172b3a; overflow-wrap:anywhere; min-width:0; }
#customer-profile-drawer.chat-dossier-v2 .chat-dossier-group[data-chat-dossier-group="customer_note"] .chat-dossier-field { display:block; }
#customer-profile-drawer.chat-dossier-v2 .chat-dossier-group[data-chat-dossier-group="customer_note"] .chat-dossier-field dt { margin-bottom:4px; }
#customer-profile-drawer.chat-dossier-v2 .customer-overview-empty { color:#5b6e79; }
#customer-profile-drawer.chat-dossier-v2 [data-dossier-field-id] { cursor:text; padding:1px 5px; margin:-2px -6px; border:1px solid transparent; border-radius:4px; }
#customer-profile-drawer.chat-dossier-v2 [data-dossier-field-id]:hover { background:#f0f6f5; border-color:#d1e2df; }
#customer-profile-drawer.chat-dossier-v2 :is([data-dossier-field-id],summary,button):focus-visible { outline:2px solid #176363; outline-offset:2px; }
#customer-profile-drawer.chat-dossier-v2 [data-dossier-field-id].is-direct-editing { background:none; border-color:transparent; cursor:default; }
#customer-profile-drawer.chat-dossier-v2 .dossier-field-form { margin:0; display:block; }
#customer-profile-drawer.chat-dossier-v2 .dossier-field-form .detail-field { margin:0; padding:0; min-width:0; }
#customer-profile-drawer.chat-dossier-v2 .dossier-field-form .detail-field > label:not(.important-toggle) { display:none; }
#customer-profile-drawer.chat-dossier-v2 .dossier-field-form :is(input:not([type="checkbox"]):not([type="radio"]),select,textarea) { width:100%; max-width:100%; box-sizing:border-box; min-height:34px; padding:4px 6px; border:1px solid #65958e; border-radius:4px; background:#fff; color:#172b3a; font:inherit; font-size:15px; }
#customer-profile-drawer.chat-dossier-v2 .dossier-field-form textarea { min-height:84px; resize:vertical; line-height:1.65; }
#customer-profile-drawer.chat-dossier-v2 .dossier-field-form input[type="checkbox"] { width:17px; height:17px; }
#customer-profile-drawer.chat-dossier-v2 .dossier-field-feedback { display:flex; flex-wrap:wrap; align-items:center; gap:6px; margin-top:5px; font-size:12px; line-height:1.5; color:#526371; }
#customer-profile-drawer.chat-dossier-v2 .dossier-field-feedback button { border:0; background:none; padding:2px 0; font:inherit; color:#176363; cursor:pointer; }
#customer-profile-drawer.chat-dossier-v2 .dossier-field-feedback [hidden] { display:none; }
#customer-profile-drawer.chat-dossier-v2 .dossier-field-feedback button:disabled { color:#687880; cursor:default; }
#customer-profile-drawer.chat-dossier-v2 .dossier-field-form.has-error [data-dossier-field-status] { color:#a13328; }
#customer-profile-drawer.chat-dossier-v2 .dossier-field-form.has-error :is(input,select,textarea) { border-color:#ad3e35; }
#customer-profile-drawer.chat-dossier-v2 .dossier-field-saved { font-size:12px; color:#17634e; margin-left:6px; }
#customer-profile-drawer.chat-dossier-v2 .text-link { color:#176363; font-size:13px; white-space:nowrap; }
#customer-profile-drawer.chat-dossier-v2 .profile-section-meta { font-size:12px; color:#526371; }
#customer-profile-drawer.chat-dossier-v2 .profile-section-empty { color:#526371; font-size:14px; line-height:1.6; }
#customer-profile-drawer.chat-dossier-v2 .timeline { margin-top:8px; }
#customer-profile-drawer.chat-dossier-v2 .timeline-item { padding-bottom:12px; }
#customer-profile-drawer.chat-dossier-v2 .timeline-item time { display:block; font-size:12px; line-height:1.6; color:#526371; margin:0 0 3px; }
#customer-profile-drawer.chat-dossier-v2 .timeline-item p { font-size:14px; line-height:1.7; color:#172b3a; white-space:pre-wrap; overflow-wrap:anywhere; }
#customer-profile-drawer.chat-dossier-v2 .file-entry { padding:8px 0; gap:8px; }
#customer-profile-drawer.chat-dossier-v2 .file-entry-copy strong { font-size:14px; font-weight:400; color:#172b3a; }
#customer-profile-drawer.chat-dossier-v2 .file-entry-copy > span { font-size:12px; color:#526371; }
#customer-profile-drawer.chat-dossier-v2 .file-entry-action { color:#176363; font-size:13px; }
#customer-profile-drawer.chat-dossier-v2 .file-type { border:1px solid #d9e3e7; border-radius:3px; color:#526371; background:none; width:28px; height:32px; font-size:10px; }
#customer-profile-drawer.chat-dossier-v2 .followup-focus { padding:12px 0 0; border:0; box-shadow:none; }
#customer-profile-drawer.chat-dossier-v2 .profile-form-grid.two-col { grid-template-columns:minmax(0,1fr); }
#customer-profile-drawer.chat-dossier-v2 .chat-dossier-upload { margin-top:10px; }
#customer-profile-drawer.chat-dossier-v2 .customer-file-upload-grid { grid-template-columns:minmax(0,1fr); }
@media (max-width:880px) { .app[data-view="conversations"] #customer-profile-drawer.chat-dossier-v2 { width:100%; } }
