/* Frontend list styles */
.fdc-lm-sc-wrap { width: 100%; }
.fdc-lm-sc { width: 100%; border-collapse: collapse; }
.fdc-lm-sc th, .fdc-lm-sc td { border: 1px solid #e5e7eb; padding: 8px; }
.fdc-lm-sc thead th { background: #f3f4f6; }
.fdc-lm-view { padding: 6px 10px; cursor: pointer; }
.fdc-lm-modal { position: fixed; inset: 0; background: rgba(0,0,0,0.5); display:none; align-items: center; justify-content: center; }
.fdc-lm-modal-inner { background: #fff; max-width: 800px; width: 95%; padding: 16px; border-radius: 8px; }
.fdc-lm-close { float:right; font-size: 22px; border:none; background: transparent; cursor: pointer; }
.fdc-lm-modal table { width: 100%; border-collapse: collapse; }
.fdc-lm-modal th, .fdc-lm-modal td { border: 1px solid #e5e7eb; padding: 6px; }
