.shared-wrap {
  width: 100%;
  max-width: 1240px;
  margin: 32px auto 56px;
  padding: 0 20px;
  box-sizing: border-box;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #0f172a;
}

.shared-wrap *,
.shared-wrap *::before,
.shared-wrap *::after {
  box-sizing: border-box;
}

.shared-tool-note {
  margin-top: -6px;
  margin-bottom: 20px;
  max-width: 820px;
  font-size: 13px;
  line-height: 1.6;
  color: #64748b;
}

.shared-card {
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #dbe2ea;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  overflow: hidden;
}

.shared-logo-wrap {
  margin-bottom: 14px;
}

.shared-logo {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
}

.shared-brand {
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 4px;
}

.shared-brand-sub {
  font-size: 14px;
  color: #475569;
  margin-bottom: 18px;
  line-height: 1.6;
}

.shared-rule {
  height: 2px;
  background: #1147d9;
  border-radius: 999px;
  margin: 12px 0 22px;
}

.shared-title {
  margin: 0 0 10px;
  font-size: 38px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #1147d9;
}

.shared-subtitle {
  margin: 0 0 22px;
  max-width: 860px;
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
}

.shared-primary-actions {
  display: none;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
  padding: 16px;
  border: 1px solid #dbe2ea;
  border-radius: 14px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
}

.shared-primary-actions .shared-share-btn,
.shared-primary-actions .shared-footer-btn {
  min-height: 44px;
}

.shared-sharebar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
  padding: 16px;
  border: 1px solid #dbe2ea;
  border-radius: 14px;
  background: #f8fbff;
}

.shared-sharebar-compact {
  padding: 12px;
  background: #fbfdff;
}

.shared-sharebar-label {
  width: 100%;
  margin: 0 0 2px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #475569;
}

.shared-sharebar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}

.shared-share-feedback {
  width: 100%;
  display: none;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
}

.shared-share-btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #ffffff;
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.18s ease;
}

.shared-share-btn:hover {
  border-color: #1147d9;
  background: #eff6ff;
  color: #1147d9;
}

.shared-share-btn.primary {
  border-color: #1147d9;
  background: #1147d9;
  color: #ffffff;
}

.shared-share-btn.primary:hover {
  border-color: #0d3bb6;
  background: #0d3bb6;
  color: #ffffff;
}

.shared-status,
.shared-error {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.6;
}

.shared-status {
  border: 1px solid #dbe2ea;
  background: #f8fafc;
  color: #334155;
}

.shared-error {
  border: 1px solid #fecdd3;
  background: #fff1f2;
  color: #9f1239;
}

.shared-share-caption-wrap {
  margin: 22px 0 18px;
  padding: 18px;
  border: 1px solid #cfe0ff;
  border-radius: 14px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
  overflow: hidden;
}

.shared-share-caption-title {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}

.shared-share-caption-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #1e293b;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.shared-share-caption-url {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  color: #1147d9;
  word-break: break-all;
}

.shared-share-caption-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.shared-summary-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 18px;
}

.shared-summary-card {
  min-width: 0;
  min-height: 158px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  padding: 16px;
  border: 1px solid #dbe2ea;
  border-radius: 14px;
  background: #ffffff;
}

.shared-summary-card.impact-card {
  border-color: #cfe0ff;
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
}

.shared-summary-label {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}

.shared-summary-value {
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #0f172a;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.shared-summary-sub {
  margin-top: auto;
  padding-top: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: #64748b;
}

.shared-meta {
  margin-bottom: 20px;
  padding: 18px;
  border: 1px solid #dbe2ea;
  border-radius: 14px;
  background: #fbfdff;
}

.shared-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 24px;
}

.shared-meta p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #1e293b;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.shared-meta-label {
  font-weight: 700;
  color: #0f172a;
}

.shared-risk {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-left: 4px solid #1147d9;
  border-radius: 10px;
  background: #f8fbff;
  font-size: 15px;
  line-height: 1.75;
  color: #0f172a;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.shared-viz-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 18px;
  margin: 0 0 18px;
}

.shared-viz-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid #dbe2ea;
  border-radius: 14px;
  background: #ffffff;
  overflow: hidden;
}

.shared-viz-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #1147d9;
}

.shared-viz-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #1e293b;
}

.shared-chart-wrap {
  position: relative;
  width: 100%;
  min-height: 300px;
}

.shared-chart-wrap canvas {
  width: 100% !important;
  height: 300px !important;
}

.shared-meter-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.shared-meter-label-row .shared-meter-title {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

.shared-meter-label-row .shared-meter-value {
  font-size: 14px;
  font-weight: 800;
  color: #1147d9;
  text-align: right;
}

.shared-meter-track {
  position: relative;
  width: 100%;
  height: 14px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}

.shared-meter-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #93c5fd 0%, #1147d9 100%);
}

.shared-meter-note {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.6;
  color: #64748b;
}

.shared-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.shared-timeline-step {
  min-width: 0;
  padding: 14px;
  border: 1px solid #dbe2ea;
  border-radius: 12px;
  background: #f8fbff;
  overflow: hidden;
}

.shared-timeline-phase {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}

.shared-timeline-text {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  color: #0f172a;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.shared-timeline-mitre {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.5;
  color: #475569;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.shared-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  margin-top: 18px;
  align-items: start;
}

.shared-box {
  min-width: 0;
  overflow: hidden;
  padding: 18px;
  border: 1px solid #dbe2ea;
  border-radius: 14px;
  background: #ffffff;
}

.shared-box.featured {
  border-color: #cfe0ff;
  background: #f8fbff;
}

.shared-box.wide {
  grid-column: 1 / -1;
}

.shared-box h3 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.015em;
  color: #1147d9;
}

.shared-box h4 {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
  color: #1147d9;
}

.shared-box p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  color: #1e293b;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.shared-list {
  min-width: 0;
  margin: 0;
  padding-left: 20px;
}

.shared-list li {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  color: #1e293b;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.shared-list li strong {
  font-weight: 700;
  color: #0f172a;
}

.shared-badge {
  display: inline-block;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.shared-badge.critical {
  background: #fff1f2;
  color: #9f1239;
}

.shared-badge.high {
  background: #fff7ed;
  color: #c2410c;
}

.shared-badge.moderate {
  background: #eff6ff;
  color: #1d4ed8;
}

.shared-badge.low {
  background: #f0fdf4;
  color: #166534;
}

.shared-kpi {
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.shared-kpi-sub {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.5;
  color: #64748b;
}

.shared-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 18px;
  align-items: start;
}

.shared-detail-panel {
  min-width: 0;
  overflow: hidden;
  padding: 18px;
  border: 1px solid #dbe2ea;
  border-radius: 16px;
  background: #ffffff;
}

.shared-detail-panel h4 {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
  color: #1147d9;
}

.shared-intel-card {
  display: grid;
  gap: 14px;
}

.shared-intel-row {
  display: grid;
  gap: 6px;
}

.shared-intel-label {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}

.shared-intel-value {
  min-width: 0;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
  color: #1e293b;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.shared-intel-value ul,
.shared-intel-value .shared-list {
  margin: 0;
  padding-left: 18px;
}

.shared-intel-value li {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 400;
  color: #1e293b;
}

.shared-drift-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(110px, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.shared-drift-item {
  min-width: 0;
  padding: 14px 12px;
  border: 1px solid #dbe2ea;
  border-radius: 16px;
  background: #ffffff;
  text-align: center;
}

.shared-drift-item span {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
  white-space: nowrap;
}

.shared-drift-item strong {
  display: block;
  font-size: 15px;
  line-height: 1.25;
  color: #0f172a;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
}

.shared-drift-total {
  margin: 0;
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  word-break: normal;
  overflow-wrap: anywhere;
}

.shared-drift-total.low {
  background: #ecfdf5;
  color: #065f46;
}

.shared-drift-total.medium {
  background: #fef3c7;
  color: #92400e;
}

.shared-drift-total.high {
  background: #fee2e2;
  color: #991b1b;
}

.shared-risk-pill {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
}

.shared-risk-pill.critical {
  background: #fff1f2;
  color: #9f1239;
}

.shared-risk-pill.high {
  background: #fff7ed;
  color: #c2410c;
}

.shared-risk-pill.moderate {
  background: #eff6ff;
  color: #1d4ed8;
}

.shared-risk-pill.low {
  background: #f0fdf4;
  color: #166534;
}

.shared-table-wrap {
  width: 100%;
  overflow: auto;
}

.shared-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 14px;
}

.shared-table th,
.shared-table td {
  padding: 12px;
  border: 1px solid #dbe2ea;
  text-align: left;
  vertical-align: top;
}

.shared-table th {
  background: #f8fbff;
  color: #0f172a;
  font-weight: 800;
}

.shared-frameworks-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.shared-framework-block {
  min-width: 0;
  padding: 14px;
  border: 1px solid #dbe2ea;
  border-radius: 14px;
  background: #fbfdff;
}

.shared-framework-block h4 {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0f172a;
}

.shared-framework-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.shared-framework-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid #cfe0ff;
  border-radius: 999px;
  background: #ffffff;
  color: #1147d9;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  transition: all 0.18s ease;
  word-break: break-word;
}

.shared-framework-chip:hover {
  border-color: #1147d9;
  background: #eff6ff;
  color: #0d3bb6;
}

.shared-maturity-wrap {
  display: grid;
  gap: 10px;
}

.shared-maturity-scale {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.shared-maturity-bar {
  height: 14px;
  border-radius: 999px;
  background: #e2e8f0;
}

.shared-maturity-bar.active {
  background: linear-gradient(90deg, #93c5fd 0%, #1147d9 100%);
}

.shared-maturity-labels {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  color: #64748b;
  text-align: center;
}

.shared-maturity-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #1e293b;
}

.shared-maturity-note {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #64748b;
}

.shared-comparable-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.shared-comparable-card {
  min-width: 0;
  padding: 14px;
  border: 1px solid #dbe2ea;
  border-radius: 14px;
  background: #fbfdff;
  overflow: hidden;
}

.shared-comparable-title {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 4px;
}

.shared-comparable-year {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}

.shared-comparable-card p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.65;
  color: #1e293b;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.shared-footer-cta {
  display: none;
  margin-top: 22px;
  padding: 0;
  border: 1px solid #cfe0ff;
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
  overflow: hidden;
}

.shared-footer-cta-inner {
  padding: 22px 22px 20px;
}

.shared-footer-kicker {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(17, 71, 217, 0.08);
  color: #1147d9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.shared-footer-title {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #1147d9;
}

.shared-footer-copy {
  margin: 0;
  max-width: 760px;
  font-size: 14px;
  line-height: 1.7;
  color: #334155;
}

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

.shared-footer-btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 16px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #ffffff;
  color: #0f172a;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.18s ease;
}

.shared-footer-btn:hover {
  border-color: #1147d9;
  background: #eff6ff;
  color: #1147d9;
}

.shared-footer-btn.primary {
  border-color: #1147d9;
  background: #1147d9;
  color: #ffffff;
}

.shared-footer-btn.primary:hover {
  border-color: #0d3bb6;
  background: #0d3bb6;
  color: #ffffff;
}

.shared-disclaimer {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #e2e8f0;
  font-size: 13px;
  line-height: 1.75;
  color: #64748b;
}

.shared-disclaimer strong {
  color: #334155;
  font-weight: 800;
}

.shared-hidden-copy {
  position: absolute !important;
  top: 0 !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 1180px) {
  .shared-summary-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shared-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shared-detail-grid {
    grid-template-columns: 1fr;
  }

  .shared-frameworks-wrap {
    grid-template-columns: 1fr;
  }

  .shared-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .shared-wrap {
    margin: 20px auto 40px;
    padding: 0 16px;
  }

  .shared-card {
    padding: 20px;
    border-radius: 16px;
  }

  .shared-title {
    font-size: 28px;
  }

  .shared-subtitle {
    font-size: 15px;
  }

  .shared-share-btn,
  .shared-footer-btn {
    width: 100%;
    flex: 1 1 100%;
  }

  .shared-summary-strip,
  .shared-timeline,
  .shared-grid,
  .shared-viz-grid {
    grid-template-columns: 1fr;
  }

  .shared-box.wide {
    grid-column: auto;
  }

  .shared-drift-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shared-drift-item {
    padding: 12px 10px;
  }

  .shared-drift-item span {
    font-size: 11px;
    white-space: normal;
  }

  .shared-drift-item strong {
    font-size: 14px;
  }

  .shared-meter-label-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .shared-meter-label-row .shared-meter-value {
    text-align: left;
  }

  .shared-chart-wrap {
    min-height: 240px;
  }

  .shared-chart-wrap canvas {
    height: 240px !important;
  }

  .shared-footer-cta-inner {
    padding: 18px;
  }

  .shared-footer-title {
    font-size: 20px;
  }

  .shared-footer-actions,
  .shared-share-caption-actions,
  .shared-primary-actions,
  .shared-sharebar,
  .shared-sharebar-actions {
    flex-direction: column;
  }

  .shared-footer-btn,
  .shared-share-btn {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .shared-meta-grid,
  .shared-grid,
  .shared-drift-grid {
    grid-template-columns: 1fr;
  }

  .shared-share-btn,
  .shared-footer-btn {
    width: 100%;
    flex: 1 1 100%;
  }

  .shared-summary-strip {
    grid-template-columns: 1fr;
  }

  .shared-maturity-scale,
  .shared-maturity-labels {
    gap: 6px;
  }
}

@media print {
  html,
  body {
    margin: 0 !important;
    padding: 0 !important;
    background: #ffffff !important;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  @page {
    margin: 12mm;
  }

  .shared-wrap {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .shared-card {
    margin: 0 !important;
    padding: 16px !important;
    border: 1px solid #dbe2ea !important;
    box-shadow: none !important;
  }

  .shared-primary-actions,
  .shared-sharebar,
  .shared-share-caption-wrap,
  .shared-footer-cta,
  #shared-report-status {
    display: none !important;
  }

  .shared-box,
  .shared-meta,
  .shared-risk,
  .shared-viz-card,
  .shared-summary-card,
  .shared-detail-panel,
  .shared-comparable-card,
  .shared-framework-block {
    break-inside: avoid !important;
    page-break-inside: avoid !important;
    box-shadow: none !important;
    border: 1px solid #cbd5e1 !important;
  }

  .shared-title {
    font-size: 30px !important;
    color: #0b3bbd !important;
  }

  .shared-rule {
    background: #0b3bbd !important;
  }

  .shared-chart-wrap {
    min-height: 260px !important;
  }

  .shared-chart-wrap canvas {
    height: 260px !important;
  }
}
