/* ECNChat Phase 7.1S - managed content display */
.ecn71sManagedContent {
  width: min(1220px, calc(100% - 32px));
  margin: 18px auto 38px;
}

.ecn71sManagedInner {
  background: #fff;
  border: 1px solid #a9c7eb;
  border-radius: 11px;
  box-shadow: 0 2px 12px rgba(16,61,115,.10);
  padding: 18px;
  font-family: Tahoma, Arial, sans-serif;
}

.ecn71sManagedInner h2 {
  color: #0a4e9a;
  margin: 0 0 8px;
}

.ecn71sManagedInner .subtitle {
  color: #24476e;
  font-weight: bold;
}

.ecn71sManagedInner .body {
  white-space: pre-wrap;
  line-height: 1.5;
  color: #18385e;
}

.ecn71sManagedInner .cta {
  margin-top: 12px;
  background: linear-gradient(#49a0ff, #1962bf);
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  padding: 10px 15px;
  font-weight: bold;
}
