/* Customer feedback section and dashboard — v2.7.14 */
.lsm-feedback-section{padding:var(--feedback-padding,64px) 0;background:var(--feedback-section-bg,#f7f8fb);color:#111827}
.lsm-feedback-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:30px}
.lsm-feedback-heading>div{max-width:760px}
.lsm-feedback-eyebrow,.lsm-feedback-preview-label{display:inline-block;margin-bottom:9px;color:var(--feedback-accent,#c10303);font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.lsm-feedback-heading h2{margin:0;font:800 clamp(30px,4vw,48px)/1.08 Georgia,serif;letter-spacing:-.025em}
.lsm-feedback-heading p{max-width:700px;margin:12px 0 0;color:#687080;font-size:16px;line-height:1.65}
.lsm-feedback-cta{display:inline-flex;align-items:center;justify-content:center;min-height:45px;padding:11px 19px;border:1px solid var(--feedback-accent,#c10303);border-radius:8px;background:var(--feedback-accent,#c10303);color:#fff!important;font-size:11px;font-weight:850;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.lsm-feedback-cta:hover{transform:translateY(-2px);box-shadow:0 13px 27px color-mix(in srgb,var(--feedback-accent,#c10303) 24%,transparent);color:#fff!important}
.lsm-feedback-grid{display:grid;grid-template-columns:repeat(var(--feedback-columns,3),minmax(0,1fr));gap:20px}
.lsm-feedback-card{position:relative;display:flex;flex-direction:column;min-height:250px;padding:28px;border:1px solid rgba(15,23,42,.09);border-radius:var(--feedback-radius,18px);background:var(--feedback-card-bg,#fff);box-shadow:0 16px 38px rgba(15,23,42,.055);overflow:hidden}
.lsm-feedback-quote{position:absolute;top:8px;right:18px;color:var(--feedback-accent,#c10303);font:700 68px/1 Georgia,serif;opacity:.12}
.lsm-feedback-card-copy,.lsm-feedback-card>p{position:relative;z-index:1;margin:0;color:var(--feedback-text,#303746);font-size:15px;line-height:1.75}
.lsm-feedback-card-copy p{margin:0}
.lsm-feedback-card footer{display:flex;align-items:center;gap:12px;margin-top:auto;padding-top:24px}
.lsm-feedback-card footer strong{display:block;color:#111827;font-size:13px}
.lsm-feedback-card footer span:not(.lsm-feedback-avatar){display:block;margin-top:2px;color:#7a8290;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.lsm-feedback-avatar{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:50%;background:linear-gradient(145deg,#172d61,#0a1733);color:#fff;box-shadow:0 8px 20px rgba(23,45,97,.18)}
.lsm-feedback-avatar svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.lsm-feedback-avatar svg>circle:first-child{fill:rgba(255,255,255,.08);stroke:rgba(255,255,255,.28)}
.lsm-feedback-avatar--small{flex-basis:40px;width:40px;height:40px}
.lsm-feedback-avatar--small svg{width:25px;height:25px}
.lsm-feedback-empty{display:flex;align-items:center;justify-content:center;gap:16px;min-height:155px;padding:28px;border:1px dashed rgba(15,23,42,.18);border-radius:var(--feedback-radius,18px);background:rgba(255,255,255,.72);text-align:left}
.lsm-feedback-empty strong{display:block;font-size:16px}
.lsm-feedback-empty p{margin:4px 0 0;color:#687080;font-size:13px}

.lsm-feedback-quick-action{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:22px;background:linear-gradient(115deg,#fff 0%,#f7f9ff 100%)}
.lsm-feedback-quick-action h2{margin:1px 0 6px;font-size:22px;letter-spacing:-.025em}
.lsm-feedback-quick-action p{margin:0;color:#687080;font-size:13px}
.lsm-feedback-compose{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(310px,.92fr);gap:25px;align-items:start}
.lsm-feedback-form{display:grid;gap:12px}
.lsm-feedback-form>label:not(.lsm-form-check){color:#252b36;font-size:13px}
.lsm-feedback-form textarea{width:100%;min-height:190px;padding:15px 16px;border:1px solid #d9dde5;border-radius:10px;background:#fff;color:#151922;font:500 14px/1.65 Inter,sans-serif;resize:vertical;outline:none;transition:border-color .2s,box-shadow .2s}
.lsm-feedback-form textarea:focus{border-color:#172d61;box-shadow:0 0 0 3px rgba(23,45,97,.12)}
.lsm-feedback-form-meta{display:flex;justify-content:space-between;gap:15px;color:#7a8290;font-size:11px;font-weight:650}
.lsm-feedback-privacy-note{display:flex;align-items:center;gap:13px;padding:14px;border:1px solid #dbe4f3;border-radius:10px;background:#f6f9ff}
.lsm-feedback-privacy-note p{margin:0;color:#526070;font-size:12px;line-height:1.55}
.lsm-feedback-privacy-note strong{color:#172d61}
.lsm-feedback-confirm{margin:4px 0!important;padding:13px;border:1px solid #e1e4ea;border-radius:9px;background:#fafbfc}
.lsm-feedback-live-preview{position:sticky;top:115px}
.lsm-feedback-card--preview{min-height:275px;background:#fff}
.lsm-feedback-card--preview>p{white-space:pre-wrap}
.lsm-feedback-status{margin-bottom:22px;padding:17px 19px;border:1px solid;border-radius:10px}
.lsm-feedback-status strong{display:block;margin-bottom:4px;font-size:14px}
.lsm-feedback-status p{margin:0;font-size:12px;line-height:1.55}
.lsm-feedback-status--pending{border-color:#f1d49f;background:#fff8e8;color:#7a4608}
.lsm-feedback-status--approved{border-color:#bce6c9;background:#edf9f1;color:#176534}
.lsm-feedback-status--rejected{border-color:#ffcbd2;background:#fff0f1;color:#a50d22}

@media(max-width:1050px){.lsm-feedback-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lsm-feedback-compose{grid-template-columns:1fr}.lsm-feedback-live-preview{position:static}}
@media(max-width:720px){.lsm-feedback-heading{align-items:flex-start;flex-direction:column}.lsm-feedback-cta{width:100%}.lsm-feedback-grid{grid-template-columns:1fr}.lsm-feedback-card{min-height:220px;padding:23px}.lsm-feedback-quick-action{align-items:flex-start;flex-direction:column}.lsm-feedback-quick-action .lsm-portal-button{width:100%}.lsm-feedback-empty{align-items:flex-start;justify-content:flex-start}}
