/* LEVADIS® Sales Pulse – Mobile first */
.lev-sp-wrapper { max-width: 740px; margin: 0 auto; padding: 14px; box-sizing: border-box; font-family: Open Sans, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
.lev-sp-box { padding: 12px; border: 1px solid #ddd; border-radius: 10px; }

.lev-sp-header { margin-bottom: 12px; }
.lev-sp-brand { display: flex; align-items: center; gap: 12px; }
.lev-sp-logo { max-height: 64px; width: auto; display: block; }
.lev-sp-tenant { font-weight: 700; font-size: 16px; }
.lev-sp-user { font-size: 14px; opacity: .85; }

.lev-sp-card { background: #fff; border: 1px solid #e6e6e6; border-radius: 14px; padding: 14px; margin-bottom: 12px; box-shadow: 0 2px 10px rgba(0,0,0,.04); }

.lev-sp-row { margin-bottom: 12px; }
.lev-sp-row label { display:block; font-weight:600; margin-bottom:6px; }
#lev_sp_date { width: 100%; padding: 10px 12px; border-radius: 10px; border: 1px solid #ddd; font-size: 16px; }
.lev-sp-hint { font-size: 12px; opacity: .75; margin-top: 6px; }

.lev-sp-status { display:flex; gap:10px; }
.lev-sp-status-btn { flex:1; padding: 10px 12px; border-radius: 12px; border: 1px solid #ddd; background: #f7f7f7; font-weight: 700; cursor:pointer; }
.lev-sp-status-btn.active { background: #574b90; border-color: #574b90; color: #fff; }

.lev-sp-question { padding: 10px 0; border-top: 1px solid #f0f0f0; }
.lev-sp-question:first-child { border-top: 0; }
.lev-sp-q-label { font-weight: 700; margin-bottom: 8px; }

.lev-sp-smileys { display:flex; gap:10px; }
.lev-sp-smiley { flex:1; display:flex; flex-direction:column; align-items:center; justify-content:center; padding: 10px 6px; border-radius: 14px; border: 1px solid #ddd; background: #fff; cursor:pointer; font-size: 22px; }
.lev-sp-smiley span { font-size: 12px; margin-top: 4px; opacity: .8; }
.lev-sp-smiley.active { border-color: #574b90; box-shadow: 0 0 0 2px rgba(87,75,144,.18); }

.lev-sp-actions { display:flex; flex-direction:column; gap:10px; }
.lev-sp-primary { padding: 12px 14px; border-radius: 14px; border: 0; background: #574b90; color:#fff; font-weight:800; font-size: 16px; cursor:pointer; }
.lev-sp-msg { min-height: 18px; font-size: 13px; }

.lev-sp-report-head { display:flex; flex-direction:column; gap:10px; margin-bottom: 8px; }
.lev-sp-report-title { font-weight: 800; font-size: 16px; }
.lev-sp-range { display:flex; gap:10px; flex-wrap:wrap; }
.lev-sp-range-btn { padding: 8px 10px; border-radius: 12px; border:1px solid #ddd; background: #f7f7f7; cursor:pointer; font-weight:700; }
.lev-sp-range-btn.active { background:#574b90; border-color:#574b90; color:#fff; }
.lev-sp-footer-note { font-size: 12px; opacity: .75; margin-top: 8px; }

@media (min-width: 720px) {
  .lev-sp-report-head { flex-direction: row; align-items:center; justify-content: space-between; }
}
