/* AI 客情提醒嵌入挂件 · 样式(命名空间 ai-,v20260916d)
 * 只补站点没有的若干类;其余字体/表格/通知条沿用站点自身样式,确保无缝 */
#ai-remind-embed .ai-tag{display:inline-block;padding:1px 8px;border-radius:10px;font-size:12px;white-space:nowrap}
#ai-remind-embed .ai-tag.p0{background:#fdeaea;color:#c0392b}
#ai-remind-embed .ai-tag.p1{background:#fdf1dd;color:#b25e00}
#ai-remind-embed .ai-tag.p2{background:#f4ecfa;color:#7d3c98}
#ai-remind-embed .ai-tag.p3{background:#eaf3fb;color:#2c6fbb}
#ai-remind-embed .ai-remind-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}
#ai-remind-embed table{min-width:560px}
#ai-remind-embed .notice{margin-top:0}
#ai-remind-embed .btn-mini{margin-right:4px}
/* 筛选按钮组(v20260916b)*/
#ai-remind-embed .ai-remind-filter{display:flex;flex-wrap:wrap;gap:6px;align-items:center;margin:0 0 10px}
#ai-remind-embed .ai-fchip{cursor:pointer;border:1px solid #e6cccc;background:#fff;color:#8a2f2f;border-radius:999px;padding:3px 10px;font-size:12px;line-height:1.7;font-family:inherit}
#ai-remind-embed .ai-fchip:hover{border-color:#9f1414}
#ai-remind-embed .ai-fchip.active{background:#9f1414;color:#fff;border-color:#9f1414}
#ai-remind-embed .ai-fspacer{flex:1 1 auto}
/* 回填弹窗(v20260916d)—— 外壳复用站点 .mask/.modal,仅补表单控件 */
#aiRemindFbMask .modal{min-width:0;width:480px;max-width:calc(100vw - 24px)}
#aiRemindFbMask .ai-fb-radio{display:flex;gap:18px;flex-wrap:wrap;padding-top:2px}
#aiRemindFbMask .ai-fb-radio label{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;flex:0 0 auto;font-size:13.5px;color:#333;cursor:pointer}
/* 站点 .form-row input{width:100%;padding:9px 12px} 会误伤单选圆钮 → 覆盖回原生尺寸 */
#aiRemindFbMask .ai-fb-radio input[type="radio"]{width:auto;padding:0;margin:0;accent-color:#9f1414}
#aiRemindFbMask select,#aiRemindFbMask textarea{width:100%;padding:8px 10px;border:1px solid #ddd;border-radius:6px;font-size:13.5px;font-family:inherit;box-sizing:border-box;background:#fff}
#aiRemindFbMask textarea{resize:vertical;min-height:56px}
