.lcsc-popup-trigger-wrap,
.lcsc-inline-chart,
.lcsc-shortcode-chart { margin: 18px 0; clear: both; }
.lcsc-open-modal { cursor: pointer; }
.lcsc-chart-title { margin: 0 0 16px; }
.lcsc-chart-content { overflow-x: auto; }
.lcsc-chart-content table { width: 100%; border-collapse: collapse; }
.lcsc-chart-content th,
.lcsc-chart-content td { padding: 9px 11px; border: 1px solid rgba(0,0,0,.15); text-align: left; }
.lcsc-hidden-chart-content { display: none !important; }
.lcsc-modal[hidden] { display: none !important; }
.lcsc-modal { position: fixed; inset: 0; z-index: 999999; display: grid; place-items: center; padding: 20px; }
.lcsc-modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.62); }
.lcsc-modal-dialog { position: relative; z-index: 1; width: min(900px, 100%); max-height: 88vh; overflow: auto; background: #fff; color: #111; padding: 28px; border-radius: 8px; box-shadow: 0 20px 70px rgba(0,0,0,.28); }
.lcsc-modal-close { position: absolute; top: 8px; right: 12px; border: 0; background: transparent; color: inherit; font-size: 32px; line-height: 1; cursor: pointer; }
html.lcsc-modal-open { overflow: hidden; }
@media (max-width: 600px) {
	.lcsc-modal { padding: 10px; }
	.lcsc-modal-dialog { padding: 22px 16px 18px; max-height: 92vh; }
}
