.mapro-sao-panel {
  border: 1px solid #ddd;
  border-radius: 8px;
  color: #111;
  font-family: inherit;
  margin: 18px 0;
  padding: 22px;
}

.mapro-sao-eyebrow {
  color: #d0b35f;
  font-size: 13px;
  font-weight: 900;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.mapro-sao-panel h3 {
  font-size: clamp(28px, 4vw, 48px);
  line-height: 0.95;
  margin: 0 0 10px;
}

.mapro-sao-status-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 18px 0;
}

.mapro-sao-status-grid div {
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 16px;
}

.mapro-sao-status-grid span {
  color: #666;
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.mapro-sao-status-grid strong {
  display: block;
  font-size: 22px;
}

.mapro-sao-account code {
  font-size: 14px;
}

.mapro-sao-alert {
  background: #fdeaea;
  border: 1px solid #f2b4b4;
  border-radius: 8px;
  color: #8a1111;
  margin: 14px 0;
  padding: 12px;
}

.mapro-sao-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mapro-sao-actions form {
  margin: 0;
}

.mapro-sao-actions button {
  background: #111;
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  padding: 13px 16px;
  text-transform: uppercase;
}

.mapro-sao-actions .mapro-sao-secondary {
  background: #eee;
  color: #111;
}

.mapro-sao-status-connected {
  border-color: #1f7a4f;
}

.mapro-sao-status-connected .mapro-sao-status-grid div:first-child {
  background: #e7f7ed;
  border-color: #c8edd5;
}

@media (max-width: 760px) {
  .mapro-sao-status-grid {
    grid-template-columns: 1fr;
  }
}
