/* Local Service Communications Engine v1.1.1 — contractor dashboard only */
body.lsbd-standalone-page .lsce-center{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);
  gap:16px;
  align-items:start;
  width:100%;
  max-width:none;
  margin:0;
}
body.lsbd-standalone-page .lsce-settings-card,
body.lsbd-standalone-page .lsce-call-log{
  min-width:0;
}
body.lsbd-standalone-page .lsce-head{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:flex-start;
}
body.lsbd-standalone-page .lsce-status-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:14px 0 16px;
}
body.lsbd-standalone-page .lsce-status-grid>div{
  background:#f7fafc;
  border:1px solid #e3ebef;
  border-radius:14px;
  padding:13px;
  min-width:0;
}
body.lsbd-standalone-page .lsce-status-grid small,
body.lsbd-standalone-page .lsce-status-grid span{
  display:block;
  color:#667985;
  font-size:11px;
  line-height:1.4;
}
body.lsbd-standalone-page .lsce-status-grid small{
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:900;
}
body.lsbd-standalone-page .lsce-status-grid strong{
  display:block;
  color:#0e3345;
  font-size:20px;
  line-height:1.2;
  margin:6px 0 4px;
  overflow-wrap:anywhere;
}
body.lsbd-standalone-page .lsce-simple-form{
  display:grid;
  gap:14px;
}
body.lsbd-standalone-page .lsce-simple-fields{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
body.lsbd-standalone-page .lsce-simple-form label{
  display:grid;
  gap:6px;
  color:#17394a;
  font-size:12px;
  font-weight:900;
}
body.lsbd-standalone-page .lsce-simple-form input,
body.lsbd-standalone-page .lsce-simple-form select{
  width:100%;
  box-sizing:border-box;
  border:1px solid #d7e1e6;
  border-radius:11px;
  background:#fff;
  padding:11px 12px;
  font:inherit;
  color:#17394a;
}
body.lsbd-standalone-page .lsce-simple-form small{
  color:#6a7b85;
  font-size:11px;
  font-weight:500;
  line-height:1.45;
}
body.lsbd-standalone-page .lsce-alert-toggle{
  display:flex!important;
  align-items:flex-start!important;
  gap:9px!important;
}
body.lsbd-standalone-page .lsce-alert-toggle input{
  width:auto!important;
  margin-top:3px!important;
}
body.lsbd-standalone-page .lsce-managed-note{
  display:grid;
  gap:3px;
  padding:13px 14px;
  border-radius:14px;
  background:#fff8e9;
  border:1px solid #eed9ad;
  color:#765319;
}
body.lsbd-standalone-page .lsce-managed-note strong{font-size:13px}
body.lsbd-standalone-page .lsce-managed-note span{font-size:12px;line-height:1.45}
body.lsbd-standalone-page .lsce-actions{
  display:flex;
  justify-content:flex-end;
}
body.lsbd-standalone-page .lsce-actions button{
  border:0;
  border-radius:999px;
  background:#d62828;
  color:#fff;
  font-weight:950;
  padding:12px 18px;
  cursor:pointer;
}
body.lsbd-standalone-page .lsce-support-note{
  margin:14px 0 0;
  color:#6a7b85;
  font-size:11px;
}
body.lsbd-standalone-page .lsce-call-list{
  display:grid;
  gap:8px;
}
body.lsbd-standalone-page .lsce-call-list a{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
  padding:11px;
  border:1px solid #dfe7ee;
  border-radius:12px;
  background:#f8fafb;
  color:#0b2f3f;
  text-decoration:none!important;
}
body.lsbd-standalone-page .lsce-call-list strong,
body.lsbd-standalone-page .lsce-call-list small{display:block}
body.lsbd-standalone-page .lsce-call-list small{color:#617185;margin-top:3px;font-size:11px}
body.lsbd-standalone-page .lsce-call-list em{color:#526376;font-style:normal;font-size:11px;font-weight:800}
body.lsbd-standalone-page .lsce-call-status{
  display:inline-flex;
  justify-content:center;
  min-width:72px;
  padding:6px 8px;
  border-radius:999px;
  background:#eaf0f3;
  color:#0b2f3f;
  font-size:10px;
  font-weight:950;
  text-transform:uppercase;
}
body.lsbd-standalone-page .lsce-call-status.status-completed,
body.lsbd-standalone-page .lsce-call-status.status-answered{background:#e6f5ec;color:#246344}
body.lsbd-standalone-page .lsce-call-status.status-missed,
body.lsbd-standalone-page .lsce-call-status.status-no-answer,
body.lsbd-standalone-page .lsce-call-status.status-busy,
body.lsbd-standalone-page .lsce-call-status.status-failed,
body.lsbd-standalone-page .lsce-call-status.status-canceled{background:#fff0ec;color:#a3352d}
@media(max-width:980px){
  body.lsbd-standalone-page .lsce-center{grid-template-columns:1fr}
}
@media(max-width:760px){
  body.lsbd-standalone-page .lsce-head{display:grid}
  body.lsbd-standalone-page .lsce-status-grid,
  body.lsbd-standalone-page .lsce-simple-fields{grid-template-columns:1fr}
  body.lsbd-standalone-page .lsce-actions{display:grid}
  body.lsbd-standalone-page .lsce-actions button{width:100%}
  body.lsbd-standalone-page .lsce-call-list a{grid-template-columns:1fr}
  body.lsbd-standalone-page .lsce-call-status{justify-self:start}
}
