#remoteConnection{padding:0;background:none;border:0;box-shadow:none;font-size:12px;line-height:1.7}
.remoteCapabilities{display:flex;flex-wrap:wrap;gap:7px;margin:8px 0 12px}.remoteCapabilities span{font-size:11px;padding:5px 9px;border-radius:5px;background:#eaf4ed;color:#256745}.remoteCapabilities .unavailable{background:#f6f0e6;color:#86653f}
.remoteChoiceHeading{display:flex;align-items:center;gap:8px;justify-content:space-between;margin-bottom:10px}.remoteChoiceHeading h3{font-size:14px;margin:0}.remoteChoiceHeading button{font-size:12px;padding:8px 12px}
#remotePicker{display:grid;gap:10px}.remoteChoiceTools{display:flex;gap:8px;align-items:center;flex-wrap:wrap;font-size:11px;color:#718575}.remoteChoiceTools>span{margin-right:auto}.remoteChoiceTools button{font-size:11px;padding:6px 9px}
.remoteChoices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;max-height:320px;overflow:auto;overscroll-behavior:contain;padding:2px}
#remoteForm .remoteChoice{display:flex;gap:9px;align-items:center;padding:11px;border:1px solid #e0e9e2;border-radius:7px;background:#fafcf9;cursor:pointer;min-width:0;line-height:1.5}
#remoteForm .remoteChoice:has(input:checked){background:#eaf4eb;border-color:#7daa87}#remoteForm .remoteChoice input{margin:0;flex-shrink:0;width:17px;height:17px;accent-color:#226b49}#remoteForm .remoteChoice span{min-width:0}.remoteChoice b{font-size:12px;font-weight:500;overflow-wrap:anywhere}.remoteChoice small{display:block;color:#88988b;font-size:10px;margin-top:3px}.remoteChoices>.empty{grid-column:1/-1;text-align:center;font-size:12px;padding:26px;color:#819184}
.remoteChoiceNotice{font-size:12px;color:#8a6238;margin:0}.remoteChoiceNotice:empty{display:none}#remoteForm button:disabled{opacity:.5;cursor:not-allowed}.remoteTask .tableScroll{max-width:100%;overflow:auto}
body[data-display=mobile] .remoteChoices{grid-template-columns:1fr;max-height:340px}
@media(max-width:600px){.remoteChoices{grid-template-columns:1fr}.remoteTwo{grid-template-columns:1fr}}
