#cfg-rt-root .opts { display:flex; flex-wrap:wrap; gap:8px; }
#cfg-rt-root .pill, #cfg-rt-root .card {
display:inline-flex; align-items:center; gap:8px;
border:1px solid #e5e5e5; border-radius:10px; padding:8px 10px; background:#fff; cursor:pointer;
transition:border-color .15s ease, box-shadow .15s ease;
}
#cfg-rt-root .pill:hover, #cfg-rt-root .card:hover { border-color:#bbb; }
#cfg-rt-root .pill img, #cfg-rt-root .card img { width:36px; height:36px; object-fit:cover; border-radius:6px; border:1px solid #eee; }
#cfg-rt-root .grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(120px,1fr)); gap:10px; }
#cfg-rt-root .card { flex-direction:column; border:1px solid #e5e5e5; border-radius:10px; overflow:hidden; cursor:pointer; }
#cfg-rt-root .card img { width:100%; height:110px; object-fit:cover; }
#cfg-rt-root .card .ttl { font-size:12px; padding:6px 4px; text-align:center; }
#rotin-couleurs .pill-chk.is-disabled { opacity:.55; cursor:not-allowed; }
#bloc-delai em { color:#444; }