*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:#172033;background:#f4f6fa}.hidden{display:none!important}.topbar{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;padding:18px 24px;background:#fff;border-bottom:1px solid #e2e7ef}.topbar h1,.workspace h2,.wizard-step h3{font-family:Fredoka,Inter,sans-serif;font-weight:500;margin:0}.eyebrow,.step-label{margin:0 0 4px;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:700;color:#e91e78}.topbar-actions{display:flex;gap:12px;align-items:center}.layout{display:grid;grid-template-columns:330px minmax(0,1fr);min-height:calc(100vh - 82px)}.queue-panel{background:#fff;border-right:1px solid #e2e7ef;position:sticky;top:82px;height:calc(100vh - 82px);overflow:hidden}.panel-heading{padding:20px;border-bottom:1px solid #e2e7ef}.panel-heading h2{margin:0 0 4px}.panel-heading p{margin:0;color:#6a7487}.filters{display:grid;gap:10px;margin-top:16px}.filters input,.filters select,input,select,textarea{width:100%;font:inherit;border:1px solid #d6dce6;border-radius:10px;background:#fff;padding:11px 12px;color:#172033}.order-list{height:calc(100vh - 238px);overflow:auto}.order-item{display:block;width:100%;padding:16px 18px;border:0;border-bottom:1px solid #eef1f5;background:#fff;text-align:left;cursor:pointer}.order-item:hover,.order-item.active{background:#fff4f9}.order-topline{display:flex;gap:10px;justify-content:space-between}.order-topline h3{margin:0;font-size:.9rem}.order-meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:8px;color:#68758b;font-size:.74rem}.status-pill{border-radius:999px;padding:6px 10px;background:#fde7f1;color:#c31662;font-size:.7rem;font-weight:700}.workspace-panel{padding:22px}.empty-state{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border:1px solid #e2e7ef;border-radius:18px;color:#68758b}.empty-icon{display:grid;place-items:center;width:68px;height:68px;border-radius:20px;background:#e91e78;color:#fff}.order-header{display:flex;justify-content:space-between;align-items:center;padding:20px 22px;background:#fff;border:1px solid #e2e7ef;border-radius:18px}.order-header p{margin:5px 0 0;color:#68758b}.progress-wrap{margin:16px 0}.progress-bar{height:8px;background:#e8edf4;border-radius:999px;overflow:hidden}.progress-bar span{display:block;height:100%;width:25%;background:#e91e78;transition:width .25s}.progress-wrap p{margin:7px 0 0;color:#68758b;font-size:.78rem}.wizard-step,.activity-panel{background:#fff;border:1px solid #e2e7ef;border-radius:18px;padding:24px;box-shadow:0 8px 30px rgba(22,32,51,.04)}.step-heading{display:flex;gap:14px;margin-bottom:22px}.step-heading p:not(.step-label){margin:6px 0 0;color:#68758b}.step-number{display:grid;place-items:center;flex:0 0 38px;height:38px;border-radius:12px;background:#e91e78;color:#fff;font-weight:800}.summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.summary-card{border:1px solid #e6eaf0;border-radius:14px;padding:18px;background:#fafbfc}.summary-card h4,.route-card h4{margin:0 0 12px}.readable-row{display:grid;grid-template-columns:140px 1fr;gap:12px;padding:9px 0;border-top:1px solid #edf0f4}.readable-row:first-child{border-top:0}.readable-row span,.readable-strip span{color:#6a7487;font-size:.76rem}.readable-row strong,.readable-strip strong{font-size:.9rem;overflow-wrap:anywhere}.question-block{display:grid;gap:14px;margin-top:18px}.question-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.question-grid .full{grid-column:1/-1}label{display:grid;gap:7px;font-size:.8rem;font-weight:700}.action-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.button{border:0;border-radius:10px;padding:11px 15px;font:inherit;font-weight:700;cursor:pointer}.button:disabled{opacity:.55;cursor:not-allowed}.button-primary{background:#e91e78;color:#fff}.button-secondary{background:#edf1f7;color:#172033}.button-success{background:#167c45;color:#fff}.missing-banner{margin-top:16px;padding:13px 15px;border-radius:12px;background:#fff2f7;border:1px solid #f4b6cf;color:#8d1649}.route-card{display:grid;grid-template-columns:54px 1fr;gap:16px;padding:20px;border:1px solid #e6eaf0;border-radius:14px;background:#fafbfc}.route-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:16px;background:#e91e78;color:#fff;font-weight:800;font-size:1.2rem}.readable-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}.readable-strip>div{padding:13px;border:1px solid #e5e9ef;border-radius:12px;background:#fff;display:grid;gap:5px}.activity-panel{margin-top:16px}.timeline{display:grid;gap:12px;margin-top:20px}.timeline-item{display:grid;grid-template-columns:135px 1fr;gap:14px;padding-top:12px;border-top:1px solid #eef1f5}.timeline-time{font-size:.75rem;color:#6a7487}.timeline-title{font-weight:700;font-size:.85rem}.timeline-detail{margin-top:4px;color:#68758b;font-size:.8rem}.save-state{font-size:.78rem;font-weight:700;color:#68758b}.save-state.saved{color:#167c45}.save-state.saving{color:#9a6500}.save-state.failed{color:#b42318}.toast{position:fixed;right:22px;bottom:22px;padding:13px 16px;background:#172033;color:#fff;border-radius:10px}.hidden-fields{display:none}@media(max-width:1000px){.layout{grid-template-columns:1fr}.queue-panel{position:relative;top:0;height:auto}.order-list{height:auto;max-height:340px}.workspace-panel{padding:14px}.summary-grid,.question-grid,.readable-strip{grid-template-columns:1fr}.question-grid .full{grid-column:auto}}
.summary-card-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}
.summary-card-heading h4{margin:0}
.edit-hint{font-size:.72rem;color:#6a7487;font-weight:600}
.editable-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.editable-grid .full{grid-column:1/-1}
.editable-grid input,.editable-grid textarea{background:#fff}
.editable-grid input:focus,.editable-grid textarea:focus{outline:3px solid rgba(233,30,120,.12);border-color:#e91e78}
@media(max-width:1000px){.editable-grid{grid-template-columns:1fr}.editable-grid .full{grid-column:auto}}

.porting-details-panel{margin-bottom:16px;padding:20px;border:1px solid #e6eaf0;border-radius:14px;background:#fff}
.porting-panel-heading{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px}
.porting-panel-heading h4{margin:0}
.porting-number-list{display:grid;gap:10px}
.porting-number-row{display:grid;grid-template-columns:minmax(150px,1.2fr) minmax(110px,.8fr) minmax(170px,1fr);gap:12px;align-items:center;padding:14px;border:1px solid #e5e9ef;border-radius:12px;background:#fafbfc}
.porting-number-main{display:grid;gap:4px}
.porting-number-main strong{font-size:.95rem}
.porting-number-main span,.porting-network span,.porting-pac span{font-size:.72rem;color:#6a7487}
.porting-network,.porting-pac{display:grid;gap:4px}
.pac-ok{color:#167c45;font-weight:800}
.pac-missing{color:#b42318;font-weight:800}
@media(max-width:760px){.porting-number-row{grid-template-columns:1fr}}

.manual-porting-editor{margin-top:18px;padding:18px;border:1px solid #e6eaf0;border-radius:14px;background:#fafbfc}
.editor-help{margin:5px 0 0;color:#6a7487;font-size:.82rem}
.manual-porting-rows{display:grid;gap:12px;margin-top:14px}
.manual-porting-row{display:grid;grid-template-columns:minmax(170px,1.2fr) minmax(140px,1fr) minmax(150px,1fr) auto;gap:12px;align-items:end;padding:14px;border:1px solid #e5e9ef;border-radius:12px;background:#fff}
.manual-porting-row label{margin:0}
.remove-porting-btn{min-width:42px;height:42px;padding:0;border-radius:10px;background:#fff1f0;color:#b42318}
.manual-empty{padding:14px;border:1px dashed #cfd6e0;border-radius:12px;color:#6a7487;text-align:center}
@media(max-width:900px){.manual-porting-row{grid-template-columns:1fr}.remove-porting-btn{width:100%}}

/* TSW grouped order queue */
.queue-group {
  margin-bottom: 20px;
}

.queue-group-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 9px;
  margin-bottom: 7px;
  border-bottom: 1px solid rgba(20, 31, 48, 0.12);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.queue-group-heading strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(20, 31, 48, 0.08);
  font-size: 0.76rem;
}

.queue-group-orders {
  display: grid;
  gap: 8px;
}

.stored-stage {
  margin-top: 7px;
  font-size: 0.72rem;
  opacity: 0.65;
}

/* Collapsible queue groups */
.queue-group-heading {
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.queue-group-title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.queue-chevron {
  display: inline-block;
  width: 14px;
  font-size: 1rem;
  line-height: 1;
  transition: transform 0.15s ease;
}

.queue-group.collapsed .queue-group-orders {
  display: none;
}

.queue-group-heading:hover {
  background: rgba(20, 31, 48, 0.035);
}

.queue-group-heading:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
  border-radius: 6px;
}


/* Lookup and account-document controls */
.account-note-header{display:grid;grid-template-columns:minmax(240px,1fr) auto;gap:16px;align-items:end;margin-bottom:18px}
.account-note-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 18px;margin:0 0 1px;text-decoration:none;white-space:nowrap}
.lookup-panel{margin-top:18px;padding:18px;border:1px solid #e6eaf0;border-radius:14px;background:#fafbfc}
.lookup-panel-heading h4{margin:0 0 5px}.lookup-panel-heading p{margin:0}
.lookup-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end;margin-top:12px}
.lookup-summary{display:grid;gap:4px;margin-top:12px;padding:12px 14px;border:1px solid #dfe5ed;border-radius:10px;background:#fff;font-size:.82rem}
.lookup-summary span{color:#68758b;white-space:pre-line}
.delivery-lookup{display:grid;gap:12px}.delivery-lookup .lookup-row{margin-top:0}
.text-button{justify-self:start;border:0;background:transparent;color:#b3155b;font:inherit;font-weight:700;padding:0;cursor:pointer}
.field-help{font-size:.75rem;font-weight:400;color:#68758b}
@media(max-width:720px){.account-note-header,.lookup-row{grid-template-columns:1fr}.account-note-link,.lookup-row .button{width:100%}}

#businessAddressResults{margin-top:8px;width:100%}
.delivery-lookup .lookup-row{align-items:end}
.account-note-link{min-width:170px}


.billing-address-panel {
  border: 1px solid rgba(17, 24, 39, 0.10);
  border-radius: 16px;
  padding: 16px;
  background: rgba(255,255,255,0.72);
}

.billing-address-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.field-label {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}

.field-help {
  margin: 0;
  color: var(--muted, #667085);
  font-size: 0.92rem;
}

.address-preview {
  white-space: pre-line;
  min-height: 82px;
  padding: 14px;
  border: 1px solid rgba(17,24,39,0.12);
  border-radius: 12px;
  background: #fff;
  line-height: 1.5;
  margin: 10px 0 14px;
}

.address-preview.is-empty {
  color: var(--muted, #667085);
}

.auto-contract-choice{display:flex;align-items:flex-start;gap:10px;margin-top:16px;padding:14px;border:1px solid #e5e9ef;border-radius:12px;background:#fff}
.auto-contract-choice input{width:18px;min-height:18px;margin:2px 0 0;accent-color:#e91e78}
.auto-contract-choice span{display:grid;gap:3px;color:#68758b;font-size:.78rem;line-height:1.45}
.auto-contract-choice strong{color:#172033;font-size:.84rem}

.fulfilment-lines-panel {
  margin-top: 22px;
  padding: 20px;
  border: 1px solid var(--line, #dfe4ea);
  border-radius: 18px;
  background: #fff;
}
.fulfilment-lines-heading,
.fulfilment-line-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.fulfilment-lines-heading h4 { margin: 0; }
.fulfilment-lines { display: grid; gap: 14px; margin-top: 16px; }
.fulfilment-line {
  padding: 16px;
  border: 1px solid var(--line, #dfe4ea);
  border-radius: 14px;
  background: #f8fafc;
}
.fulfilment-line-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}
.connection-type {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 700;
}
.connection-port { background: #fff0f6; color: #a81560; }
.connection-new { background: #eaf7ef; color: #176b3a; }
.fulfilment-line input[readonly] { background: #eef2f6; color: #44505c; }
@media (max-width: 760px) {
  .fulfilment-line-grid { grid-template-columns: 1fr; }
}

/* Compact order navigation */
.compact-order-navigation{
  display:flex;
  align-items:center;
  gap:7px;
  margin:0 0 16px;
  padding:2px 0 5px;
  overflow-x:auto;
  scrollbar-width:thin;
  -webkit-overflow-scrolling:touch;
}

.compact-order-nav-button{
  flex:0 0 auto;
  min-height:33px;
  padding:7px 12px;
  border:1px solid #dfe3ec;
  border-radius:999px;
  background:#fff;
  color:#566078;
  font:500 13px/1 Fredoka,Arial,sans-serif;
  white-space:nowrap;
  cursor:pointer;
  box-shadow:none;
}

.compact-order-nav-button:hover{
  border-color:#ef8fb8;
  background:#fff7fb;
  color:#111936;
}

.compact-order-nav-button.active{
  border-color:#e81e75;
  background:#fff0f7;
  color:#b9145a;
  font-weight:600;
}

.compact-order-nav-button:focus-visible{
  outline:3px solid rgba(232,30,117,.2);
  outline-offset:2px;
}

@media (max-width:700px){
  .compact-order-nav-button{
    min-height:31px;
    padding:6px 10px;
    font-size:12.5px;
  }
}

/* Per-SIM activation controls */
.line-activation-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:14px;
  padding-top:12px;
  border-top:1px solid #e5e8ef;
}

.line-activation-status{
  display:flex;
  flex-direction:column;
  gap:2px;
  color:#697188;
  font-size:12px;
}

.line-activation-status strong{
  font-size:13px;
  color:#566078;
}

.line-activation-status.active strong{
  color:#137a42;
}

.line-activate-button{
  flex:0 0 auto;
  min-height:34px;
  padding:8px 14px;
}

@media (max-width:650px){
  .line-activation-actions{
    align-items:flex-start;
  }

  .line-activate-button{
    min-height:32px;
    padding:7px 11px;
  }
}
.company-review-panel {
  margin-top: 16px;
  padding: 18px;
  border: 1px solid rgba(71, 43, 67, 0.16);
  border-radius: 18px;
  background: #fff8fc;
}

.company-review-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.company-review-heading h3,
.company-review-card h4,
.company-review-detail h4,
.company-review-directors h4 {
  margin: 0;
}

.company-review-heading > p {
  max-width: 520px;
  margin: 0;
  color: #66525f;
}

.company-review-eyebrow {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ba3f83;
}

.company-review-columns,
.company-review-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.company-review-detail-grid {
  margin-top: 14px;
}

.company-review-card,
.company-review-detail,
.company-review-directors {
  padding: 15px;
  border: 1px solid rgba(71, 43, 67, 0.12);
  border-radius: 14px;
  background: #ffffff;
}

.company-review-card-verified {
  border-color: rgba(186, 63, 131, 0.3);
  background: #fffafd;
}

.company-review-list {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
}

.company-review-list > div {
  display: grid;
  gap: 2px;
}

.company-review-list dt {
  font-size: 12px;
  font-weight: 700;
  color: #78616f;
}

.company-review-list dd {
  margin: 0;
  white-space: pre-line;
  color: #33252e;
}

.company-review-directors {
  margin-top: 14px;
}

.company-director-row {
  display: grid;
  grid-template-columns: minmax(180px, 1.3fr) minmax(160px, 1fr) minmax(140px, 1fr);
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(71, 43, 67, 0.09);
}

.company-director-row:last-child {
  border-bottom: 0;
}

.company-director-row span {
  color: #66525f;
}

.company-review-link {
  margin: 14px 0 0;
}

.company-review-link a {
  font-weight: 700;
  color: #a32e70;
}

.company-review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

@media (max-width: 760px) {
  .company-review-heading {
    display: block;
  }

  .company-review-heading > p {
    margin-top: 10px;
  }

  .company-review-columns,
  .company-review-detail-grid {
    grid-template-columns: 1fr;
  }

  .company-director-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

.company-risk-summary {
  padding: 14px;
  border: 1px solid rgba(71, 43, 67, 0.14);
  border-radius: 14px;
  background: #ffffff;
}

.company-risk-green {
  border-left: 5px solid #2e8b57;
}

.company-risk-amber {
  border-left: 5px solid #d18b1f;
}

.company-risk-red {
  border-left: 5px solid #bc3e50;
}

.company-risk-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}

.company-risk-heading h4 {
  margin: 3px 0 1px;
}

.company-risk-heading p {
  margin: 0;
  color: #68758b;
  font-size: 0.8rem;
}

.company-risk-status {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: #4d3a47;
}

.company-risk-badge {
  flex: 0 0 auto;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
}

.company-risk-badge-green {
  color: #17623a;
  background: #e3f4e9;
}

.company-risk-badge-amber {
  color: #7a4d08;
  background: #fff1cf;
}

.company-risk-badge-red {
  color: #8f2637;
  background: #fde5e9;
}

.company-risk-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.company-risk-grid > div {
  padding: 9px 10px;
  border: 1px solid rgba(71, 43, 67, 0.09);
  border-radius: 10px;
  background: #fafbfc;
}

.company-risk-grid span {
  display: block;
  margin-bottom: 2px;
  font-size: 0.68rem;
  color: #68758b;
}

.company-risk-grid strong {
  display: block;
  font-size: 0.8rem;
  color: #33252e;
}

.company-risk-flags {
  margin-top: 11px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #fff6e8;
}

.company-risk-flags strong {
  font-size: 0.78rem;
}

.company-risk-flags ul {
  margin: 5px 0 0;
  padding-left: 18px;
  font-size: 0.77rem;
}

.company-risk-clear {
  margin: 10px 0 0;
  font-size: 0.76rem;
  color: #4f6657;
}

.company-review-details {
  margin-top: 12px;
  border-top: 1px solid rgba(71, 43, 67, 0.12);
}

.company-review-details summary {
  padding: 12px 2px 2px;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 700;
  color: #a32e70;
}

.company-review-details[open] summary {
  margin-bottom: 12px;
}

.company-review-panel {
  padding: 14px;
}

.company-review-heading {
  margin-bottom: 12px;
}

.company-review-heading > p {
  font-size: 0.76rem;
}

.company-review-actions {
  margin-top: 12px;
}

@media (max-width: 760px) {
  .company-risk-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 460px) {
  .company-risk-heading {
    display: block;
  }

  .company-risk-badge {
    display: inline-block;
    margin-top: 8px;
  }

  .company-risk-grid {
    grid-template-columns: 1fr;
  }
}
.company-match-remove {
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #9a365f;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.company-match-remove:hover,
.company-match-remove:focus-visible {
  color: #702143;
}
.company-review-corporate-history {
  margin-top: 12px;
  padding: 12px;
  border: 1px solid rgba(71, 43, 67, 0.1);
  border-radius: 12px;
  background: #ffffff;
}

.company-review-corporate-history h4 {
  margin: 0 0 9px;
  font-size: 0.86rem;
}

#refreshBtn[aria-busy="true"] {
  cursor: wait;
  opacity: 0.72;
}
.google-business-panel {
  margin-top: 14px;
}

.google-business-review {
  margin-top: 12px;
}

.google-business-outcome {
  display: grid;
  gap: 4px;
  margin-bottom: 12px;
  padding: 12px;
  border-radius: 12px;
}

.google-business-outcome.good {
  background: rgba(34, 197, 94, 0.10);
  border: 1px solid rgba(34, 197, 94, 0.24);
}

.google-business-outcome.warning {
  background: rgba(245, 158, 11, 0.10);
  border: 1px solid rgba(245, 158, 11, 0.24);
}

.google-business-outcome.danger {
  background: rgba(220, 38, 38, 0.09);
  border: 1px solid rgba(220, 38, 38, 0.22);
}

.google-business-outcome strong {
  font-size: 0.9rem;
}

.google-business-outcome span {
  font-size: 0.76rem;
  line-height: 1.45;
}

.google-business-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 10px;
}
.verification-panels-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.verification-panels-grid > .lookup-panel {
  min-width: 0;
  margin-top: 0;
}

.verification-panels-grid .company-risk-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.verification-panels-grid .company-review-actions,
.verification-panels-grid .google-business-actions {
  align-items: stretch;
}

.verification-panels-grid .company-review-actions .button,
.verification-panels-grid .google-business-actions .button {
  flex: 1 1 160px;
}

@media (max-width: 1050px) {
  .verification-panels-grid {
    grid-template-columns: 1fr;
  }
}
/* TSW DOPAMINE BEAUTIFICATION 2026 */

:root {
  --tsw-pink: #ed1b72;
  --tsw-pink-dark: #cf0f5e;
  --tsw-pink-soft: #fff0f6;
  --tsw-pink-softer: #fff7fa;
  --tsw-ink: #111936;
  --tsw-muted: #68728a;
  --tsw-line: #e4e8f0;
  --tsw-line-strong: #d7ddea;
  --tsw-panel: #ffffff;
  --tsw-page: #f4f6fa;
  --tsw-shadow:
    0 8px 24px rgba(17, 25, 54, 0.06),
    0 1px 3px rgba(17, 25, 54, 0.04);
  --tsw-shadow-hover:
    0 12px 30px rgba(17, 25, 54, 0.1),
    0 2px 6px rgba(17, 25, 54, 0.05);
}

html {
  background: var(--tsw-page);
}

body {
  background:
    radial-gradient(
      circle at 70% -10%,
      rgba(237, 27, 114, 0.055),
      transparent 30%
    ),
    var(--tsw-page);
  color: var(--tsw-ink);
  letter-spacing: -0.008em;
}

header,
.header,
.topbar,
.portal-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--tsw-line);
  box-shadow: 0 1px 10px rgba(17, 25, 54, 0.035);
  backdrop-filter: blur(12px);
}

main,
.main,
.main-content,
.content,
.portal-content {
  background: transparent;
}

aside,
.sidebar,
.order-sidebar,
.orders-sidebar {
  background: rgba(255, 255, 255, 0.96);
  border-right: 1px solid var(--tsw-line);
}

.sidebar h1,
.sidebar h2,
.sidebar h3,
.orders-sidebar h1,
.orders-sidebar h2,
.orders-sidebar h3 {
  letter-spacing: -0.025em;
}

.card,
.panel,
.section-card,
.workflow-card,
.order-header,
.account-card,
.fulfilment-card,
.customer-card,
.order-details-card,
.porting-card,
.activity-card {
  background: var(--tsw-panel);
  border: 1px solid var(--tsw-line);
  border-radius: 18px;
  box-shadow: var(--tsw-shadow);
}

.card:hover,
.panel:hover,
.section-card:hover,
.workflow-card:hover {
  border-color: var(--tsw-line-strong);
}

.order-header,
.workflow-card,
.account-card {
  overflow: hidden;
}

input,
select,
textarea {
  min-height: 42px;
  border: 1px solid var(--tsw-line-strong);
  border-radius: 11px;
  background: #fff;
  color: var(--tsw-ink);
  box-shadow:
    inset 0 1px 2px rgba(17, 25, 54, 0.025);
  transition:
    border-color 0.16s ease,
    box-shadow 0.16s ease,
    background 0.16s ease;
}

textarea {
  min-height: 88px;
  line-height: 1.5;
}

input:hover,
select:hover,
textarea:hover {
  border-color: #c8cfdd;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--tsw-pink);
  box-shadow:
    0 0 0 4px rgba(237, 27, 114, 0.11),
    inset 0 1px 2px rgba(17, 25, 54, 0.02);
}

label {
  color: var(--tsw-ink);
  font-weight: 650;
  letter-spacing: -0.01em;
}

button,
.button,
.btn,
[role="button"] {
  border-radius: 11px;
  font-weight: 700;
  letter-spacing: -0.012em;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    border-color 0.15s ease,
    background 0.15s ease;
}

button:hover:not(:disabled),
.button:hover:not(:disabled),
.btn:hover:not(:disabled),
[role="button"]:hover {
  transform: translateY(-1px);
}

button:active:not(:disabled),
.button:active:not(:disabled),
.btn:active:not(:disabled) {
  transform: translateY(0);
}

button.primary,
.btn-primary,
.primary-button,
button[type="submit"] {
  background:
    linear-gradient(
      135deg,
      #f4217a 0%,
      var(--tsw-pink) 55%,
      #da1264 100%
    );
  border-color: transparent;
  color: #fff;
  box-shadow:
    0 7px 16px rgba(237, 27, 114, 0.22);
}

button.primary:hover,
.btn-primary:hover,
.primary-button:hover,
button[type="submit"]:hover {
  background:
    linear-gradient(
      135deg,
      #f72a80 0%,
      #ec176f 55%,
      var(--tsw-pink-dark) 100%
    );
  box-shadow:
    0 10px 22px rgba(237, 27, 114, 0.28);
}

button.secondary,
.btn-secondary,
.secondary-button {
  background: #eef1f6;
  border-color: transparent;
  color: var(--tsw-ink);
}

button.secondary:hover,
.btn-secondary:hover,
.secondary-button:hover {
  background: #e6eaf1;
}

button:disabled,
.button:disabled,
.btn:disabled {
  opacity: 0.58;
  box-shadow: none;
  transform: none;
}

.status,
.status-pill,
.pill,
.badge,
.queue-count,
.stage-pill {
  border-radius: 999px;
  font-weight: 750;
  letter-spacing: -0.01em;
}

.status,
.status-pill,
.stage-pill {
  padding: 6px 11px;
  background: var(--tsw-pink-soft);
  color: var(--tsw-pink-dark);
  border: 1px solid rgba(237, 27, 114, 0.08);
}

.queue-count {
  min-width: 24px;
  min-height: 24px;
  display: inline-grid;
  place-items: center;
  background: #eef1f6;
  color: var(--tsw-ink);
}

nav button,
.tabs button,
.tab-button,
.workflow-tabs button {
  background: #fff;
  border: 1px solid var(--tsw-line);
  color: #4c5871;
  box-shadow: 0 2px 6px rgba(17, 25, 54, 0.035);
}

nav button:hover,
.tabs button:hover,
.tab-button:hover,
.workflow-tabs button:hover {
  border-color: #f2a7c6;
  color: var(--tsw-pink-dark);
  background: var(--tsw-pink-softer);
}

nav button.active,
.tabs button.active,
.tab-button.active,
.workflow-tabs button.active,
[aria-selected="true"] {
  background: var(--tsw-pink-soft);
  border-color: var(--tsw-pink);
  color: var(--tsw-pink-dark);
  box-shadow:
    0 4px 12px rgba(237, 27, 114, 0.11);
}

progress,
.progress,
.progress-track {
  border-radius: 999px;
  overflow: hidden;
  background: #e7ebf2;
}

.progress-bar,
.progress-fill {
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      #ff4890,
      var(--tsw-pink)
    );
  box-shadow:
    0 2px 8px rgba(237, 27, 114, 0.18);
}

.order-list,
.orders-list,
.queue-list {
  scrollbar-width: thin;
  scrollbar-color: #cbd1dd transparent;
}

.order-item,
.order-row,
.queue-order,
.sidebar-order {
  position: relative;
  padding: 15px 14px;
  border-bottom: 1px solid #edf0f5;
  background: #fff;
  transition:
    background 0.15s ease,
    border-color 0.15s ease;
}

.order-item:hover,
.order-row:hover,
.queue-order:hover,
.sidebar-order:hover {
  background: var(--tsw-pink-softer);
}

.order-item.active,
.order-row.active,
.queue-order.active,
.sidebar-order.active,
[aria-current="true"] {
  background:
    linear-gradient(
      90deg,
      rgba(237, 27, 114, 0.09),
      rgba(237, 27, 114, 0.025)
    );
}

.order-item.active::before,
.order-row.active::before,
.queue-order.active::before,
.sidebar-order.active::before,
[aria-current="true"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  bottom: 9px;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: var(--tsw-pink);
}

fieldset,
.form-section,
.form-group-card,
.inner-panel {
  border: 1px solid var(--tsw-line);
  border-radius: 15px;
  background:
    linear-gradient(
      180deg,
      #fff 0%,
      #fdfdfe 100%
    );
}

.section-label,
.eyebrow,
.kicker,
.overline {
  color: var(--tsw-pink);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.step-number,
.workflow-number,
.number-badge {
  display: inline-grid;
  place-items: center;
  background:
    linear-gradient(
      135deg,
      #f72a80,
      var(--tsw-pink-dark)
    );
  color: #fff;
  border-radius: 11px;
  box-shadow:
    0 6px 14px rgba(237, 27, 114, 0.2);
}

hr {
  border: 0;
  border-top: 1px solid var(--tsw-line);
}

small,
.help-text,
.hint,
.muted,
.subtitle {
  color: var(--tsw-muted);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--tsw-line);
  border-radius: 13px;
}

th {
  background: #f5f7fa;
  color: #46516a;
  font-weight: 750;
}

td,
th {
  border-bottom: 1px solid var(--tsw-line);
}

tr:last-child td {
  border-bottom: 0;
}

.account-note,
.account-note-panel,
.activity-panel,
.note-panel {
  background:
    linear-gradient(
      180deg,
      #fff 0%,
      #fdfdfe 100%
    );
}

.fulfilment-row,
.connection-row,
.sim-row {
  border: 1px solid var(--tsw-line);
  border-radius: 14px;
  background: #fafbfd;
  padding: 16px;
}

.fulfilment-row:hover,
.connection-row:hover,
.sim-row:hover {
  background: #fff;
  border-color: #d9deea;
}

.notification,
.toast,
.alert,
.error-message,
.success-message {
  border-radius: 12px;
  box-shadow: var(--tsw-shadow);
}

.error-message,
.alert-error {
  background: #fff3f4;
  color: #a5182f;
  border: 1px solid #ffd2d9;
}

.success-message,
.alert-success {
  background: #effaf4;
  color: #137248;
  border: 1px solid #cdeedc;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #cdd3df;
  border: 3px solid transparent;
  border-radius: 999px;
  background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover {
  background: #b7bfce;
  border: 3px solid transparent;
  background-clip: padding-box;
}

@media (min-width: 1000px) {
  .card,
  .panel,
  .section-card,
  .workflow-card,
  .account-card {
    padding: 20px;
  }

  main,
  .main-content,
  .portal-content {
    padding: 18px;
  }
}

@media (max-width: 800px) {
  .card,
  .panel,
  .section-card,
  .workflow-card,
  .account-card {
    border-radius: 14px;
  }

  button,
  .button,
  .btn {
    min-height: 42px;
  }
}

/* END TSW DOPAMINE BEAUTIFICATION 2026 */

/* TSW LOUISE WOW TARGETED PASS */

:root {
  --wow-pink: #ec1670;
  --wow-pink-deep: #c80d59;
  --wow-pink-soft: #fff0f6;
  --wow-pink-pale: #fff8fb;
  --wow-navy: #111936;
  --wow-muted: #657087;
  --wow-line: #e2e7ef;
  --wow-panel: #ffffff;
  --wow-bg: #f3f5f9;
  --wow-shadow:
    0 10px 30px rgba(18, 27, 57, 0.07),
    0 2px 6px rgba(18, 27, 57, 0.035);
}

body {
  background:
    radial-gradient(
      circle at 82% 2%,
      rgba(236, 22, 112, 0.10),
      transparent 24%
    ),
    linear-gradient(
      180deg,
      #f9f4f7 0,
      #f3f5f9 220px,
      #f3f5f9 100%
    );
}

.topbar {
  min-height: 92px;
  padding: 18px 26px;
  background:
    linear-gradient(
      100deg,
      rgba(255,255,255,0.98),
      rgba(255,247,251,0.98)
    );
  border-bottom: 1px solid rgba(236,22,112,0.12);
  box-shadow:
    0 5px 24px rgba(17,25,54,0.055);
}

.topbar .eyebrow {
  color: var(--wow-pink);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.topbar h1,
.topbar h2 {
  margin-top: 4px;
  letter-spacing: -0.035em;
}

.layout {
  grid-template-columns: 320px minmax(0,1fr);
  min-height: calc(100vh - 92px);
  background: transparent;
}

.queue-panel {
  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fffafd 100%
    );
  border-right: 1px solid rgba(236,22,112,0.10);
  box-shadow:
    8px 0 24px rgba(17,25,54,0.035);
}

.queue-panel > h2 {
  margin-bottom: 2px;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.filters {
  display: grid;
  gap: 10px;
  margin: 16px 0 18px;
}

.filters input,
.filters select {
  min-height: 46px;
  background: #fff;
  border: 1px solid #dce2eb;
  border-radius: 13px;
  box-shadow:
    0 3px 10px rgba(17,25,54,0.035);
}

.queue-group {
  margin: 0 8px 12px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
}

.queue-group-heading {
  min-height: 44px;
  padding: 10px 12px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--wow-navy);
}

.queue-group-heading:hover {
  background: var(--wow-pink-soft);
  color: var(--wow-pink-deep);
}

.queue-group-title {
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.queue-chevron {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 7px;
  background: #f0f2f6;
  color: var(--wow-navy);
  font-size: 0.72rem;
}

.queue-group-orders {
  display: grid;
  gap: 7px;
  padding: 4px 5px 7px;
}

.order-item {
  position: relative;
  margin: 0;
  padding: 14px 13px;
  border: 1px solid #e7eaf0;
  border-radius: 13px;
  background: rgba(255,255,255,0.92);
  box-shadow:
    0 2px 8px rgba(17,25,54,0.035);
}

.order-item:hover {
  border-color: rgba(236,22,112,0.24);
  background: #fff7fb;
  box-shadow:
    0 7px 18px rgba(17,25,54,0.07);
}

.order-item.active {
  border-color: rgba(236,22,112,0.35);
  background:
    linear-gradient(
      105deg,
      #fff0f6,
      #fff9fc
    );
  box-shadow:
    0 8px 20px rgba(236,22,112,0.12);
}

.order-item.active::before {
  top: 8px;
  bottom: 8px;
  width: 5px;
  border-radius: 999px;
  background:
    linear-gradient(
      180deg,
      #ff3d8c,
      #d80e61
    );
}

.order-topline {
  gap: 8px;
}

.order-topline h3 {
  font-size: 0.91rem;
  line-height: 1.25;
  letter-spacing: -0.018em;
}

.order-meta {
  margin-top: 7px;
  color: #677287;
  font-size: 0.71rem;
  line-height: 1.45;
}

.stored-stage {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px dashed #e1e5ec;
  color: #7a8498;
  font-size: 0.67rem;
}

.status-pill {
  padding: 5px 9px;
  background:
    linear-gradient(
      135deg,
      #ffe5f0,
      #fff0f6
    );
  border: 1px solid rgba(236,22,112,0.12);
  color: var(--wow-pink-deep);
  font-size: 0.67rem;
  font-weight: 800;
}

.workspace {
  padding: 26px 30px 42px;
  background: transparent;
}

.order-header {
  position: relative;
  padding: 22px 24px 22px 28px;
  border: 1px solid rgba(236,22,112,0.12);
  border-radius: 20px;
  background:
    linear-gradient(
      112deg,
      #ffffff 0%,
      #fffafd 70%,
      #fff2f7 100%
    );
  box-shadow:
    0 14px 34px rgba(17,25,54,0.075);
}

.order-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 6px;
  border-radius: 0 999px 999px 0;
  background:
    linear-gradient(
      180deg,
      #ff3f8f,
      #cf0c59
    );
}

.order-header h2,
.order-header h3 {
  margin: 4px 0;
  font-size: 1.42rem;
  letter-spacing: -0.035em;
}

.progress-wrap {
  margin: 16px 0 12px;
}

.progress-bar {
  height: 7px;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      #ff4c94,
      #ec1670,
      #c80d59
    );
  box-shadow:
    0 3px 12px rgba(236,22,112,0.25);
}

.compact-order-navigation {
  display: flex;
  gap: 8px;
  margin: 12px 0 18px;
  padding: 6px;
  width: fit-content;
  border: 1px solid #e4e8ef;
  border-radius: 15px;
  background: rgba(255,255,255,0.82);
  box-shadow:
    0 4px 14px rgba(17,25,54,0.04);
}

.compact-order-nav-button {
  min-height: 36px;
  padding: 8px 14px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #5b667c;
  box-shadow: none;
}

.compact-order-nav-button:hover {
  background: #fff2f7;
  color: var(--wow-pink-deep);
}

.compact-order-nav-button.active {
  background:
    linear-gradient(
      135deg,
      #ffedf5,
      #ffdce9
    );
  color: var(--wow-pink-deep);
  box-shadow:
    0 5px 14px rgba(236,22,112,0.13);
}

.workspace-panel {
  padding: 24px;
  border: 1px solid #e1e6ee;
  border-radius: 20px;
  background: rgba(255,255,255,0.96);
  box-shadow: var(--wow-shadow);
}

.step-heading {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  gap: 14px;
  align-items: center;
  margin-bottom: 20px;
}

.step-number {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background:
    linear-gradient(
      145deg,
      #ff3d8d,
      #d30e5d
    );
  box-shadow:
    0 8px 18px rgba(236,22,112,0.22);
}

.step-label {
  color: var(--wow-pink);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.09em;
}

.summary-grid,
.question-grid {
  gap: 16px;
}

.summary-card,
.question-block,
.lookup-panel,
.billing-address-panel,
.fulfilment-lines-panel,
.porting-details-panel,
.manual-porting-editor,
.activity-panel {
  border: 1px solid #e3e7ee;
  border-radius: 17px;
  background:
    linear-gradient(
      180deg,
      #ffffff,
      #fbfcfe
    );
  box-shadow:
    0 5px 18px rgba(17,25,54,0.045);
}

.summary-card {
  padding: 18px;
}

.summary-card-heading {
  margin-bottom: 15px;
  padding-bottom: 11px;
  border-bottom: 1px solid #eceff4;
}

.summary-card-heading h4 {
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.lookup-panel {
  margin-top: 0;
  padding: 18px;
}

.lookup-panel-heading {
  margin-bottom: 12px;
}

.lookup-panel-heading h4 {
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.verification-panels-grid {
  gap: 16px;
}

.editable-grid {
  gap: 14px;
}

.field-label {
  margin-bottom: 6px;
  font-size: 0.76rem;
  font-weight: 750;
}

input,
select,
textarea {
  border-color: #d9dfe9;
  background: #fff;
  box-shadow:
    inset 0 1px 2px rgba(17,25,54,0.02),
    0 2px 7px rgba(17,25,54,0.025);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--wow-pink);
  box-shadow:
    0 0 0 4px rgba(236,22,112,0.10),
    0 4px 12px rgba(17,25,54,0.04);
}

.button {
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 11px;
  font-weight: 750;
}

.button-primary {
  border: 0;
  background:
    linear-gradient(
      135deg,
      #ff327f,
      #ec1670 58%,
      #c80d59
    );
  color: #fff;
  box-shadow:
    0 8px 17px rgba(236,22,112,0.23);
}

.button-primary:hover {
  background:
    linear-gradient(
      135deg,
      #ff478d,
      #ed1b72 58%,
      #bd0a52
    );
  box-shadow:
    0 11px 23px rgba(236,22,112,0.29);
}

.button-secondary {
  border: 1px solid #e2e6ed;
  background: #f1f3f7;
  color: var(--wow-navy);
  box-shadow:
    0 3px 8px rgba(17,25,54,0.035);
}

.action-row {
  gap: 10px;
  margin-top: 18px;
  padding-top: 17px;
  border-top: 1px solid #eceff4;
}

.fulfilment-lines-panel {
  padding: 18px;
}

.fulfilment-line {
  padding: 18px;
  border: 1px solid #e0e5ed;
  border-radius: 15px;
  background:
    linear-gradient(
      180deg,
      #fff,
      #f8fafc
    );
  box-shadow:
    0 4px 14px rgba(17,25,54,0.035);
}

.connection-type {
  border-radius: 999px;
  padding: 5px 9px;
  font-weight: 800;
}

.activity-panel {
  margin-top: 18px;
  padding: 20px;
}

.account-note-header {
  padding-bottom: 16px;
  border-bottom: 1px solid #eceff4;
}

.account-note-link {
  border-radius: 11px;
}

.timeline {
  margin-top: 18px;
  padding-top: 4px;
}

.toast {
  left: 50%;
  right: auto;
  bottom: 24px;
  transform: translateX(-50%);
  max-width: min(760px, calc(100vw - 40px));
  padding: 14px 18px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  background:
    linear-gradient(
      135deg,
      #111936,
      #1d2747
    );
  color: #fff;
  box-shadow:
    0 16px 40px rgba(17,25,54,0.28);
}

.save-state.saved {
  color: #13754b;
  font-weight: 750;
}

@media (max-width: 1100px) {
  .layout {
    grid-template-columns: 280px minmax(0,1fr);
  }

  .workspace {
    padding: 22px;
  }
}

@media (max-width: 820px) {
  .layout {
    display: block;
  }

  .queue-panel {
    border-right: 0;
    border-bottom: 1px solid var(--wow-line);
  }

  .workspace {
    padding: 16px;
  }

  .compact-order-navigation {
    width: 100%;
    overflow-x: auto;
  }

  .compact-order-nav-button {
    flex: 0 0 auto;
  }
}

/* END TSW LOUISE WOW TARGETED PASS */

/* TSW QUEUE PILL ALIGNMENT FIX */

.order-topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 78px;
  gap: 10px;
  align-items: start;
}

.order-topline h3 {
  min-width: 0;
  margin: 1px 0 0;
  line-height: 1.25;
}

.order-topline .status-pill {
  width: 78px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  padding: 5px 7px;
  text-align: center;
  line-height: 1.08;
  white-space: normal;
}

.queue-group-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.queue-group-heading > strong {
  flex: 0 0 auto;
  min-width: 25px;
  text-align: center;
}

/* END TSW QUEUE PILL ALIGNMENT FIX */

/* Clear separation between SIM allocation and dispatch/provisioning */
.fulfilment-heading-pills {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.fulfilment-stage-pill {
  white-space: nowrap;
  background: rgba(236, 72, 153, 0.1);
  border: 1px solid rgba(236, 72, 153, 0.22);
  color: #be185d;
}

.dispatch-controls-panel {
  margin-top: 20px;
  padding: 18px 16px 4px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: rgba(248, 250, 252, 0.55);
}

.dispatch-controls-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.dispatch-controls-heading h4 {
  margin: 0;
}

.dispatch-controls-panel .question-grid {
  margin-top: 0;
}

@media (max-width: 720px) {
  .fulfilment-lines-heading {
    align-items: flex-start;
  }

  .fulfilment-heading-pills {
    justify-content: flex-start;
  }
}
/* SIM dispatch action sits with ICCID entry */
.sim-dispatch-action-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

/* Operational actions are pink when available */
#dispatchBtn:not(:disabled),
#activationConfirmedBtn:not(:disabled),
#provisionBtn:not(:disabled),
#activeBtn:not(:disabled) {
  opacity: 1;
}

/* Completed or unavailable operational actions are grey */
#dispatchBtn:disabled,
#activationConfirmedBtn:disabled,
#provisionBtn:disabled,
#activeBtn:disabled {
  background: #eef0f4;
  border-color: #e1e5eb;
  color: #7b8494;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}

@media (max-width: 720px) {
  .sim-dispatch-action-row {
    justify-content: stretch;
  }

  .sim-dispatch-action-row #dispatchBtn {
    width: 100%;
  }
}
/* Per-connection activation controls shown after SIM dispatch */
.line-activation-panel {
  margin-top: 14px;
  padding: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: rgba(248, 250, 252, 0.72);
}

.line-activation-panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.line-activation-panel-heading h4 {
  margin: 0;
}

.line-activation-list {
  display: grid;
  gap: 10px;
}

.line-activation-row {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(220px, 1.4fr) auto;
  align-items: center;
  gap: 14px;
  padding: 12px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 12px;
  background: #fff;
}

.line-activation-identity,
.line-activation-status {
  display: grid;
  gap: 3px;
}

.line-activation-identity span,
.line-activation-status span {
  font-size: 0.82rem;
  color: #667085;
}

.line-activation-status.pending strong {
  color: #475467;
}

.line-activation-status.active strong {
  color: #067647;
}

.line-activate-button:disabled {
  background: #eef0f4;
  border-color: #e1e5eb;
  color: #7b8494;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}

@media (max-width: 820px) {
  .line-activation-row {
    grid-template-columns: 1fr;
  }

  .line-activation-row .line-activate-button {
    width: 100%;
  }
}