.customer-communications{display:grid;gap:18px}.customer-communications-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px;border:1px solid #dbe5f3;border-radius:18px;background:#f7faff}.customer-communications-head h5{margin:0 0 4px;font-size:1.15rem}.customer-communications-head p{margin:0;color:#64748b}.customer-channel-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.customer-channel{padding:14px;border:1px solid #dbe5f3;border-radius:14px;background:#fff}.customer-channel strong,.customer-channel small{display:block}.customer-channel small{margin-top:4px;color:#64748b}.customer-channel.disabled{background:#f8fafc;color:#64748b}.customer-communication-settings{display:grid;grid-template-columns:minmax(180px,280px) 1fr;gap:14px;padding:16px;border:1px solid #dbe5f3;border-radius:16px}.customer-communication-settings label{display:grid;gap:7px}.customer-communication-settings select{min-height:44px;padding:0 12px;border:1px solid #cbd8eb;border-radius:10px;background:#fff}.customer-communication-consents{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.customer-communication-actions{display:flex;flex-wrap:wrap;gap:10px}.customer-communication-timeline{display:grid;gap:9px}.customer-communication-event{display:grid;grid-template-columns:90px 1fr auto;gap:12px;align-items:start;padding:13px;border:1px solid #e1e8f2;border-radius:13px;background:#fff}.customer-communication-event span{font-weight:800;text-transform:capitalize}.customer-communication-event p{margin:0;overflow-wrap:anywhere}.customer-communication-event time{color:#64748b;font-size:.8rem}.customer-communication-empty{padding:24px;text-align:center;color:#64748b;border:1px dashed #cbd8eb;border-radius:14px}@media(max-width:760px){.customer-channel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-communication-settings{grid-template-columns:1fr}.customer-communication-event{grid-template-columns:70px 1fr}.customer-communication-event time{grid-column:2}}
