/* BLUEFLOW LINE Rich Menu links v1 */
#bfSettingsPane .bf-rm-card{position:relative;overflow:hidden}
#bfSettingsPane .bf-rm-card:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;right:-55px;top:-65px;background:#dff1ff55;pointer-events:none}
#bfSettingsPane .bf-rm-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;position:relative;z-index:1}
#bfSettingsPane .bf-rm-head h4{margin:3px 0 4px!important;font-size:19px!important}
#bfSettingsPane .bf-rm-head p{margin:0!important;color:#7890a4;font-size:12px!important;line-height:1.65!important}
#bfSettingsPane .bf-rm-kicker{font-size:10px;font-weight:800;letter-spacing:.08em;color:#168bff}
#bfSettingsPane .bf-rm-status{display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border-radius:999px;background:#e9f8ef;color:#187a55;font-size:10.5px;font-weight:800;white-space:nowrap}
#bfSettingsPane .bf-rm-status:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}
#bfSettingsPane .bf-rm-status.wait{background:#fff5dc;color:#916318}
#bfSettingsPane .bf-rm-list{display:grid;gap:10px;margin-top:18px;position:relative;z-index:1}
#bfSettingsPane .bf-rm-row{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:12px;align-items:center;padding:13px 14px;border:1px solid #dce8f2;border-radius:16px;background:#fbfdff}
#bfSettingsPane .bf-rm-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#eaf6ff;color:#0879dc;font-size:19px}
#bfSettingsPane .bf-rm-copy{min-width:0}.bf-rm-copy b{display:block;font-size:12.5px;color:#173452}.bf-rm-copy span{display:block;margin-top:2px;color:#7d91a3;font-size:10.5px;line-height:1.5}.bf-rm-copy code{display:block;margin-top:5px;color:#6f8497;font-size:9.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}
#bfSettingsPane .bf-rm-copy-btn{height:38px!important;min-width:106px!important;padding:0 12px!important;font-size:10.5px!important;border-radius:11px!important}
#bfSettingsPane .bf-rm-foot{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:15px;padding-top:14px;border-top:1px solid #e7eef5;position:relative;z-index:1}
#bfSettingsPane .bf-rm-foot>div b{display:block;font-size:11.5px;color:#294b68}.bf-rm-foot>div span{display:block;margin-top:2px;color:#8497a7;font-size:10px}.bf-rm-foot .btn{height:40px!important;white-space:nowrap!important;font-size:10.5px!important}
#bfSettingsPane .bf-rm-note{margin-top:16px;padding:13px 14px;border-radius:14px;background:#f3f8fc;color:#6d8295;font-size:11px;line-height:1.6}
html[data-theme="dark"] #bfSettingsPane .bf-rm-row{background:#102234;border-color:#2e485d}html[data-theme="dark"] #bfSettingsPane .bf-rm-copy b,html[data-theme="dark"] #bfSettingsPane .bf-rm-foot>div b{color:#edf6ff}html[data-theme="dark"] #bfSettingsPane .bf-rm-note{background:#10283b;color:#9fb4c5}
@media(max-width:760px){#bfSettingsPane .bf-rm-head,#bfSettingsPane .bf-rm-foot{flex-direction:column;align-items:stretch}#bfSettingsPane .bf-rm-row{grid-template-columns:42px minmax(0,1fr)}#bfSettingsPane .bf-rm-copy-btn{grid-column:1/-1;width:100%!important}#bfSettingsPane .bf-rm-foot .btn{width:100%!important}}
