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

.mapro-sao-required {
  align-items: center;
  background: linear-gradient(135deg, #b31925, #ea3342);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(179, 25, 37, 0.22);
  color: #fff;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.46fr);
  margin: 18px 0;
  overflow: hidden;
  padding: clamp(20px, 4vw, 34px);
  position: relative;
}

.mapro-sao-required::before {
  background: rgba(255, 255, 255, 0.16);
  content: "";
  height: 230px;
  position: absolute;
  right: -80px;
  top: -122px;
  transform: rotate(28deg);
  width: 180px;
}

.mapro-sao-required .mapro-sao-eyebrow {
  color: #ffe8a3;
}

.mapro-sao-required h3 {
  color: #fff;
  font-size: clamp(28px, 5vw, 54px);
  line-height: 0.95;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.mapro-sao-required p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.45;
  margin: 0;
  max-width: 780px;
}

.mapro-sao-required__form {
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 18px;
  position: relative;
  z-index: 1;
}

.mapro-sao-required__form span {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.mapro-sao-required__form strong {
  color: #fff;
  display: block;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 14px;
}

.mapro-sao-required__form button {
  background: #111;
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  padding: 15px 18px;
  text-transform: uppercase;
  width: 100%;
}

.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-required,
  .mapro-sao-status-grid {
    grid-template-columns: 1fr;
  }
}
