#comms-panel{--gold: var(--brand-primary);--card-bg: var(--brand-bg-white);--brand-text-unused: var(--brand-text);--text-mid: #6b5c57;--text-light: #9a918a;--success: #2d6e35;--warning: #e8a030;--info: #5c9bd9;--border: #e8e0dc;--radius: 8px;font-family:var(--font-body, "Plus Jakarta Sans", sans-serif);color:var(--brand-text);background:var(--brand-bg-soft)}.comms-section{padding:16px 20px}.comms-tabs{display:flex;gap:4px;border-bottom:2px solid var(--border);margin-bottom:20px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.comms-tabs::-webkit-scrollbar{display:none}.comms-tab-btn{padding:8px 18px;border:none;background:none;font-family:inherit;font-size:13px;font-weight:600;color:var(--text-mid);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s}.comms-tab-btn.active{color:var(--brand-primary);border-bottom-color:var(--brand-primary)}.comms-tab-btn:hover:not(.active){color:var(--brand-text)}.comms-tab-pane{display:none}.comms-tab-pane.active{display:block}.comms-actions{display:flex;align-items:center;gap:10px;margin-bottom:16px;flex-wrap:wrap}.comms-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:var(--radius);border:none;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:opacity .15s}.comms-btn:hover{opacity:.85}.comms-btn:disabled{opacity:.5;cursor:not-allowed}.comms-btn-primary{background:var(--brand-primary);color:#fff}.comms-btn-ghost{background:none;border:1.5px solid var(--border);color:var(--text-mid)}.comms-timeline{display:flex;flex-direction:column;gap:6px}.comms-empty{text-align:center;padding:32px 16px;color:var(--text-light);font-size:13px}.comms-row{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.comms-row-header{display:flex;align-items:center;gap:10px;padding:10px 14px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .1s}.comms-row-header:hover{background:var(--brand-bg-soft)}.comms-date-pill{font-size:11px;font-weight:600;color:var(--text-light);white-space:nowrap;min-width:88px}.comms-badge{font-size:10px;font-weight:700;padding:3px 8px;border-radius:99px;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.comms-badge-EMAIL{background:#deeaf7;color:var(--info)}.comms-badge-SMS{background:#fdf0dc;color:var(--warning)}.comms-badge-INSTAGRAM_DM{background:#f3e5f5;color:#8e24aa}.comms-badge-FACEBOOK_DM{background:#e3f2fd;color:#1565c0}.comms-badge-PUSH,.comms-badge-NOTIFY{background:#e8f5e9;color:var(--success)}.comms-badge-MANUAL{background:#f0ebe8;color:var(--text-light)}.comms-badge-SYSTEM{background:#ececec;color:var(--text-mid)}.comms-badge-opened{background:#e8f5e9;color:var(--success);font-size:10px}.comms-badge-not-opened{background:#f5f0ee;color:var(--text-light);font-size:10px;font-style:italic}.comms-direction{font-size:16px;line-height:1;flex-shrink:0}.comms-dir-out{color:var(--success)}.comms-dir-in{color:var(--brand-primary)}.comms-subject{flex:1;font-size:13px;font-weight:500;color:var(--brand-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.comms-chevron{font-size:11px;color:var(--text-light);transition:transform .2s;flex-shrink:0}.comms-row.expanded .comms-chevron{transform:rotate(180deg)}.comms-row-body{display:none;padding:12px 14px 14px;border-top:1px solid var(--border);font-family:Courier New,Courier,monospace;font-size:12px;line-height:1.6;color:var(--text-mid);background:#f5f0ee;white-space:pre-wrap;word-break:break-word}.comms-row.expanded .comms-row-body{display:block}.comms-manual-form{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:16px;margin-bottom:16px;display:none}.comms-manual-form.open{display:block}.comms-form-title{font-size:13px;font-weight:700;color:var(--brand-text);margin-bottom:14px}.comms-field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}@media(max-width:600px){.comms-field-row{grid-template-columns:1fr}.comms-actions{flex-direction:column;align-items:stretch}}.comms-field{display:flex;flex-direction:column;gap:4px}.comms-field.full{grid-column:1 / -1}.comms-field label{font-size:11px;font-weight:600;color:var(--text-mid);text-transform:uppercase;letter-spacing:.04em}.comms-field input,.comms-field select,.comms-field textarea{font-family:inherit;font-size:13px;padding:8px 10px;border:1px solid var(--border);border-radius:6px;background:var(--brand-bg-soft);color:var(--brand-text);outline:none;transition:border-color .15s}.comms-field input:focus,.comms-field select:focus,.comms-field textarea:focus{border-color:var(--brand-primary)}.comms-field textarea{resize:vertical;min-height:80px}.comms-form-actions{display:flex;gap:8px;margin-top:14px}.comms-compose-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:20px;max-width:640px}.comms-compose-title{font-size:14px;font-weight:700;color:var(--brand-text);margin-bottom:16px}.comms-field-stack{display:flex;flex-direction:column;gap:12px}.comms-status{font-size:13px;padding:10px 14px;border-radius:6px;margin-top:10px;display:none}.comms-status.success{background:#dff0e4;color:var(--success);display:block}.comms-status.error{background:#fde8e8;color:#c0392b;display:block}.comms-status.info{background:#deeaf7;color:var(--info);display:block}.comms-status.warn{background:#fff6eb;color:var(--warning);display:block}.comms-loading{color:var(--text-light);font-size:13px;padding:16px 0;text-align:center;display:none}.comms-loading.visible{display:block}.comms-channel-toggle{display:flex;gap:4px;margin-bottom:16px}.comms-channel-btn{flex:1;padding:7px 0;border:1.5px solid var(--border);border-radius:6px;background:none;font-family:inherit;font-size:13px;font-weight:600;color:var(--text-mid);cursor:pointer;transition:background .15s,color .15s,border-color .15s}.comms-channel-btn.active{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff}.comms-char-count{font-size:11px;color:var(--text-light);text-align:right;margin-top:2px}.comms-char-count.over{color:#c0392b;font-weight:600}.comms-confirm-prompt{background:#fdf8ef;border:1px solid #e8c67a;border-radius:var(--radius);padding:12px 14px;margin-top:12px;display:none}.comms-confirm-prompt.show{display:block}.comms-confirm-prompt p{font-size:13px;font-weight:600;color:var(--brand-text);margin-bottom:10px}.comms-safe-mode-warn{background:#fdeee0;border:1px solid #e8a030;border-radius:var(--radius);padding:10px 14px;font-size:13px;color:#9a5500;margin-top:10px;display:none}.comms-safe-mode-warn.show{display:block}.comms-quick-log-divider{border:none;border-top:1px solid var(--border);margin:14px 0 12px}.comms-cowork-badge{display:inline-block;background:var(--warning);color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-radius:99px;margin-left:6px;vertical-align:middle}.comms-btn-cowork{background:#2a6db5;color:#fff}.comms-cowork-divider{border:none;border-top:1px solid var(--border);margin:12px 0}.comms-tpl-selector{display:flex;align-items:center;gap:8px;margin-bottom:14px}.comms-tpl-selector select{flex:1;font-family:inherit;font-size:13px;padding:7px 10px;border:1.5px solid var(--border);border-radius:6px;background:var(--brand-bg-soft);color:var(--brand-text);outline:none;transition:border-color .15s;cursor:pointer}.comms-tpl-selector select:focus{border-color:var(--brand-primary)}.comms-tpl-pill{display:inline-flex;align-items:center;gap:6px;background:#f5ece9;border:1px solid var(--brand-primary);border-radius:99px;padding:3px 10px 3px 12px;font-size:12px;font-weight:600;color:var(--brand-text);margin-bottom:10px}.comms-tpl-pill-x{cursor:pointer;font-size:14px;color:var(--text-mid);line-height:1;padding:0 2px;background:none;border:none;font-family:inherit;transition:color .15s}.comms-tpl-pill-x:hover{color:#c0392b}.comms-tpl-table{width:100%;border-collapse:collapse;font-size:13px}.comms-tpl-table th{text-align:left;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-mid);padding:8px 10px;border-bottom:2px solid var(--border)}.comms-tpl-table td{padding:9px 10px;border-bottom:1px solid var(--border);vertical-align:middle;color:var(--brand-text)}.comms-tpl-table tr:last-child td{border-bottom:none}.comms-tpl-table tr:hover td{background:var(--brand-bg-soft)}.comms-tpl-tag{display:inline-block;font-size:10px;font-weight:600;padding:2px 7px;border-radius:99px;background:#f0ebe8;color:var(--text-mid);margin:1px 2px 1px 0}.comms-tpl-status-active{color:var(--success);font-weight:700}.comms-tpl-status-inactive{color:var(--text-light);font-weight:600}.comms-tpl-row-actions{display:flex;gap:6px;white-space:nowrap}.comms-tpl-action-btn{font-family:inherit;font-size:11px;font-weight:600;padding:4px 10px;border-radius:6px;border:1px solid var(--border);background:none;color:var(--text-mid);cursor:pointer;transition:background .12s,color .12s}.comms-tpl-action-btn:hover{background:var(--brand-primary);color:#fff;border-color:var(--brand-primary)}.comms-tpl-form{background:var(--card-bg);border:1px solid var(--brand-primary);border-radius:var(--radius);padding:20px;margin-bottom:20px;display:none}.comms-tpl-form.open{display:block}.comms-tpl-form-title{font-size:14px;font-weight:700;color:var(--brand-text);margin-bottom:16px}.comms-tpl-token-ref{margin-top:6px;font-size:11px;color:var(--text-mid);line-height:1.6}.comms-tpl-token-ref summary{cursor:pointer;font-weight:600;color:var(--text-mid);-webkit-user-select:none;user-select:none;margin-bottom:4px}.comms-tpl-token-ref summary:hover{color:var(--brand-text)}.comms-tpl-token{display:inline-block;background:#f0ebe8;border-radius:4px;padding:1px 6px;font-family:Courier New,monospace;font-size:11px;color:var(--brand-dark);margin:2px 3px 2px 0}.comms-auto-table{width:100%;border-collapse:collapse;font-size:13px}.comms-auto-table th{text-align:left;font-size:11px;font-weight:700;color:var(--text-light);text-transform:uppercase;letter-spacing:.04em;padding:6px 10px;border-bottom:2px solid var(--border)}.comms-auto-table td{padding:10px;border-bottom:1px solid var(--border);vertical-align:middle;color:var(--brand-text)}.comms-auto-table tr:last-child td{border-bottom:none}.comms-auto-table tbody tr:hover td{background:var(--brand-bg-soft)}.comms-auto-event{font-weight:600}.comms-auto-meta{font-size:11px;color:var(--text-light);margin-top:2px}.comms-auto-fired{font-size:12px;color:var(--text-mid);white-space:nowrap}.comms-auto-empty{text-align:center;padding:32px 16px;color:var(--text-light);font-size:13px}.comms-toggle-wrap{display:flex;align-items:center;gap:6px}.comms-toggle{appearance:none;-webkit-appearance:none;width:36px;height:20px;border-radius:99px;background:#ccc;cursor:pointer;position:relative;transition:background .2s;flex-shrink:0}.comms-toggle:checked{background:var(--brand-primary)}.comms-toggle:after{content:"";position:absolute;width:14px;height:14px;border-radius:50%;background:#fff;top:3px;left:3px;transition:left .2s}.comms-toggle:checked:after{left:19px}.comms-toggle-label{font-size:12px;color:var(--text-mid)}.comms-gmail-bar{display:flex;align-items:center;gap:8px;margin-bottom:14px;flex-wrap:wrap}.comms-gmail-bar .comms-btn{font-size:12px;padding:6px 12px}.comms-triage-badges{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:12px}.comms-triage-pill{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;padding:3px 10px;border-radius:99px;background:#f0ebe8;color:var(--text-mid)}.comms-triage-pill.urgent{background:#fde8e8;color:#c0392b}.comms-triage-pill.needs-reply{background:#fdf0dc;color:#9a5500}.comms-triage-pill.follow-up{background:#deeaf7;color:var(--info)}.comms-triage-pill.waiting{background:#e8f5e9;color:var(--success)}.comms-triage-count{font-weight:800;font-size:13px}.comms-gmail-link{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;color:var(--info);text-decoration:none;cursor:pointer}.comms-gmail-link:hover{text-decoration:underline}.comms-row-actions{display:flex;gap:6px;padding:6px 14px 10px;border-top:1px solid var(--border);background:#f5f0ee}.comms-row-actions .comms-btn{font-size:11px;padding:4px 10px}.comms-triage-select{font-family:inherit;font-size:11px;padding:3px 8px;border:1px solid var(--border);border-radius:6px;background:var(--brand-bg-soft);color:var(--brand-text);cursor:pointer}.comms-draft-card{background:var(--card-bg);border:1.5px solid var(--info);border-radius:var(--radius);padding:16px;margin-top:16px}.comms-draft-card-title{font-size:13px;font-weight:700;color:var(--info);margin-bottom:12px}.comms-badge-triage{font-size:9px;font-weight:700;padding:2px 6px;border-radius:99px;text-transform:uppercase;letter-spacing:.04em;margin-left:4px}.comms-badge-NEEDS_REPLY{background:#fdf0dc;color:#9a5500}.comms-badge-FOLLOW_UP{background:#deeaf7;color:var(--info)}.comms-badge-WAITING{background:#e8f5e9;color:var(--success)}.comms-badge-URGENT{background:#fde8e8;color:#c0392b}.comms-badge-ACTIONED{background:#f0ebe8;color:var(--text-mid)}.comms-btn-ai-chatgpt{background:#10a37f;color:#fff}.comms-btn-ai-claude{background:#d97706;color:#fff}.comms-ai-stakes-banner{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;background:#fef3cd;border:1.5px solid #e8a030;border-radius:var(--radius);margin-bottom:16px}.comms-ai-stakes-icon{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:#e8a030;color:#fff;font-weight:800;font-size:14px;display:flex;align-items:center;justify-content:center}.comms-ai-stakes-text{font-size:13px;color:var(--brand-text)}.comms-ai-stakes-text strong{display:block;margin-bottom:2px}.comms-ai-stakes-hint{font-size:12px;color:var(--text-mid);margin-top:4px}.comms-ai-stage-pill{display:inline-block;font-size:12px;font-weight:600;padding:4px 12px;border-radius:99px;background:#f0ebe8;color:var(--text-mid);margin-top:4px}.comms-ai-stage-pill[data-stage=PENDING_AI_DRAFT]{background:#e8f0fe;color:#1a73e8}.comms-ai-stage-pill[data-stage=DRAFT_READY]{background:#e6f4ea;color:#137333}.comms-ai-stage-pill[data-stage=PENDING_REVIEW]{background:#fef3cd;color:#b45309}.comms-ai-stage-pill[data-stage=APPROVED_TO_SEND]{background:#d4edda;color:var(--success)}.comms-ai-stage-pill[data-stage=REJECTED]{background:#fde8e8;color:#c0392b}.comms-ai-draft-card,.comms-ai-review-card{background:var(--card-bg);border:1.5px solid var(--border);border-radius:var(--radius);padding:14px 16px;margin-top:10px}.comms-ai-draft-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.comms-ai-draft-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-mid)}.comms-ai-draft-meta{font-size:11px;color:var(--text-light);font-family:monospace}.comms-ai-draft-subject{font-size:13px;font-weight:600;color:var(--brand-text);margin-bottom:6px;padding:6px 10px;background:var(--brand-bg-soft);border-radius:4px}.comms-ai-draft-body{width:100%;font-family:inherit;font-size:13px;color:var(--brand-text);border:1.5px solid var(--border);border-radius:6px;padding:10px;resize:vertical;outline:none;transition:border-color .15s;box-sizing:border-box}.comms-ai-draft-body:focus{border-color:var(--brand-primary)}.comms-ai-queue-row{display:flex;align-items:center;gap:10px;padding:10px 12px;border-bottom:1px solid var(--border);font-size:13px;cursor:pointer;transition:background .1s}.comms-ai-queue-row:hover{background:var(--brand-bg-soft)}.comms-ai-queue-row:last-child{border-bottom:none}.comms-ai-queue-bride{font-weight:600;color:var(--brand-text);flex:1}.comms-ai-queue-channel{font-size:11px;font-weight:600}.comms-ai-queue-stage{font-size:11px;font-weight:600;padding:2px 8px;border-radius:99px;background:#f0ebe8;color:var(--text-mid)}#comms-pane-ai textarea{width:100%;font-family:inherit;font-size:13px;color:var(--brand-text);border:1.5px solid var(--border);border-radius:6px;padding:10px;resize:vertical;outline:none;transition:border-color .15s;box-sizing:border-box}#comms-pane-ai textarea:focus{border-color:var(--brand-primary)}.comms-filter-bar{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:14px;padding:10px 14px;background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius)}.comms-filter-bar label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-light);white-space:nowrap}.comms-filter-bar select{font-family:inherit;font-size:12px;padding:4px 8px;border:1px solid var(--border);border-radius:6px;background:var(--brand-bg-soft);color:var(--brand-text);cursor:pointer;outline:none}.comms-filter-bar select:focus{border-color:var(--brand-primary)}.comms-filter-reset{font-family:inherit;font-size:11px;font-weight:600;padding:4px 10px;border-radius:6px;border:1px solid var(--border);background:none;color:var(--text-mid);cursor:pointer;margin-left:auto}.comms-filter-reset:hover{background:var(--brand-bg-soft)}.comms-channel-btn[data-ch=ig_dm]{border-color:#ce93d8}.comms-channel-btn[data-ch=ig_dm].active{background:#8e24aa;border-color:#8e24aa;color:#fff}.comms-channel-btn[data-ch=fb_dm]{border-color:#90caf9}.comms-channel-btn[data-ch=fb_dm].active{background:#1565c0;border-color:#1565c0;color:#fff}.comms-meta-compose{display:none}.comms-meta-compose .comms-compose-title{margin-bottom:14px}.comms-meta-window-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;padding:3px 10px;border-radius:99px;margin-bottom:10px}.comms-meta-window-badge.open{background:#e8f5e9;color:var(--success)}.comms-meta-window-badge.closed{background:#fde8e8;color:#c0392b}.comms-queue-section{margin-bottom:20px}.comms-queue-section-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-light);margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid var(--border)}.comms-queue-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:10px 14px;margin-bottom:6px;display:flex;align-items:center;gap:10px;transition:background .1s;cursor:pointer}.comms-queue-card:hover{background:var(--brand-bg-soft)}.comms-queue-bride{font-size:13px;font-weight:600;color:var(--brand-text);flex:1}.comms-queue-channel{font-size:10px;font-weight:700;padding:2px 8px;border-radius:99px}.comms-queue-date{font-size:11px;color:var(--text-light);white-space:nowrap}.comms-queue-stage-badge{font-size:10px;font-weight:700;padding:3px 10px;border-radius:99px;text-transform:uppercase;letter-spacing:.03em}.comms-queue-stage-badge.needs-draft{background:#e8f0fe;color:#1a73e8}.comms-queue-stage-badge.needs-review{background:#fef3cd;color:#b45309}.comms-queue-stage-badge.approved{background:#d4edda;color:var(--success)}.comms-queue-stage-badge.sent{background:#f0ebe8;color:var(--text-mid)}.comms-queue-stage-badge.rejected{background:#fde8e8;color:#c0392b}.comms-queue-counts{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}.comms-queue-count-pill{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;padding:5px 14px;border-radius:99px;background:var(--card-bg);border:1px solid var(--border);color:var(--text-mid)}.comms-queue-count-pill .count{font-weight:800;font-size:14px}.comms-picker{background:var(--card-bg);border-bottom:1px solid var(--border);padding:14px 20px}.comms-picker-row{display:flex;gap:16px;align-items:flex-end;flex-wrap:wrap}.comms-picker-field{position:relative;flex:1 1 320px;min-width:260px}.comms-picker-field label{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-mid);margin-bottom:4px}.comms-picker-field input[type=text]{width:100%;padding:6px 0;border:none;border-bottom:1px solid var(--border);border-radius:0;background:transparent;font-family:inherit;font-size:14px;color:var(--brand-text)}.comms-picker-field input[type=text]:focus{border-bottom-color:var(--brand-primary)}.comms-search-results{position:absolute;top:100%;left:0;right:0;z-index:20;max-height:320px;overflow-y:auto;background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 8px 24px #2f252414;margin-top:4px}.comms-search-result{padding:10px 14px;cursor:pointer;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:2px}.comms-search-result:last-child{border-bottom:none}.comms-search-result:hover,.comms-search-result.active{background:var(--brand-bg-soft)}.comms-search-result__name{font-weight:600;font-size:14px;color:var(--brand-text)}.comms-search-result__meta{font-size:12px;color:var(--text-mid);display:flex;gap:10px;flex-wrap:wrap}.comms-search-result__booked{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--success)}.comms-search-empty{padding:12px 14px;font-size:13px;color:var(--text-light)}.comms-search-footer{padding:8px 14px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-mid);background:var(--brand-bg-soft);border-top:1px solid var(--border)}.comms-selected-bride{position:relative;flex:1 1 260px;padding:10px 36px 10px 14px;background:var(--brand-bg-soft);border-radius:var(--radius);border:1px solid var(--border)}.comms-selected-bride__name{font-weight:700;font-size:14px;color:var(--brand-text)}.comms-selected-bride__meta{font-size:12px;color:var(--text-mid);margin-top:2px}.comms-selected-bride__clear{position:absolute;top:50%;right:10px;transform:translateY(-50%);width:24px;height:24px;border:none;background:transparent;color:var(--text-mid);font-size:20px;line-height:1;cursor:pointer;padding:0}.comms-selected-bride__clear:hover{color:var(--brand-primary-deep)}html.jv-in-app .comms-section{padding-bottom:calc(72px + env(safe-area-inset-bottom))!important}html.jv-in-app .comms-tpl-table,html.jv-in-app .comms-auto-table,html.jv-in-app .comms-timeline{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}html.jv-in-app .comms-btn,html.jv-in-app .comms-channel-btn,html.jv-in-app .comms-tpl-action-btn,html.jv-in-app .comms-tab-btn,html.jv-in-app .comms-filter-reset{min-height:44px;padding:.6rem;touch-action:manipulation}html.jv-in-app .comms-filter-bar{flex-direction:column;align-items:stretch;gap:6px}html.jv-in-app .comms-filter-bar select{padding:8px;min-height:40px;width:100%}
/*# sourceMappingURL=/cdn/shop/t/13/assets/jv-comms.css.map */
