.rlgl-lcc-container{max-width:900px;margin:1rem auto;padding:1rem;border:1px solid #e5e7eb;border-radius:1rem;background:#fff}
.rlgl-lcc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}
.rlgl-lcc-field label{display:block;font-weight:600;margin-bottom:4px}
.rlgl-lcc-field input{width:100%;padding:8px;border:1px solid #cbd5e1;border-radius:8px}
.rlgl-lcc-checkbox{display:flex;align-items:center;gap:.5rem;margin:.5rem 0}
.rlgl-lcc-btn{margin-top:.5rem;padding:.6rem 1rem;border:0;border-radius:999px;background:#111827;color:#fff;cursor:pointer}
.rlgl-lcc-result{margin-top:1rem}
.rlgl-lcc-row{display:flex;justify-content:space-between;padding:.35rem 0;border-bottom:1px dashed #e5e7eb}
.rlgl-lcc-row:last-child{border-bottom:none}
.rlgl-lcc-row-label{font-weight:500}
.rlgl-lcc-note{font-size:.85rem;color:#6b7280}
