.recommendation-modal .modal-dialog {
  max-width: min(1180px, 94vw);
  margin: 1.25rem auto;
}
.recommendation-modal,
.recommendation-modal * {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.recommendation-modal .modal-content {
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(15, 23, 42, .22);
  background: #ffffff;
}
.recommendation-modal .modal-header {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #e5e7eb;
  background: #ffffff;
  align-items: center;
}
.recommendation-modal .modal-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1f2937;
  letter-spacing: .01em;
}
.recommendation-modal .modal-header .close {
  margin: 0;
  padding: .15rem .35rem;
  border-radius: 999px;
  background: #f8fafc;
  color: #475569;
  opacity: 1;
  text-shadow: none;
}
.recommendation-modal .modal-body {
  padding: 1.2rem 1.25rem 1.1rem;
  background: #ffffff;
}
.recommendation-modal .modal-footer {
  border-top: 1px solid #e5e7eb;
  background: #ffffff;
}
.recommendation-panel {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 1rem 1.05rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
}
.recommendation-summary {
  color: #334155;
  line-height: 1.55;
  display: grid;
  gap: .8rem;
}
.recommendation-summary__paragraph {
  margin: 0;
}
.recommendation-summary__paragraph--lead {
  font-size: 1.04rem;
  line-height: 1.78;
  color: #1f2937;
}
.recommendation-summary__paragraph--detail {
  color: #334155;
  line-height: 1.68;
  padding: .85rem .95rem;
  border: 1px solid #e9edf3;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  box-shadow: 0 4px 14px rgba(15, 23, 42, .03);
}
.recommendation-summary-block {
  display: grid;
  gap: .35rem;
}
.recommendation-summary-block__title {
  font-size: .76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #8a5a22;
  padding-left: .2rem;
}
.recommendation-paragraph {
  margin-bottom: .45rem;
  color: #243447;
  line-height: 1.7;
}
.recommendation-message-group + .recommendation-message-group {
  margin-top: .8rem;
}
.recommendation-message-group {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #ffffff;
  padding: .85rem .95rem;
}
.recommendation-message-group-title {
  margin-bottom: .55rem;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #526071;
}
.recommendation-message-group--diagnostic,
.recommendation-message-group--quota,
.recommendation-message-group--pipeline,
.recommendation-message-group--execution,
.recommendation-message-group--forecast,
.recommendation-message-group--advanced {
  background: #ffffff;
  border-color: #e5e7eb;
}
.recommendation-message-group--emphasis {
  background: #f8fafc;
  border-color: #e2e8f0;
}
.recommendation-paragraph--emphasis {
  margin-bottom: 0;
  font-weight: 600;
  color: #334155;
}
.recommendation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: .85rem;
  margin-top: 1rem;
}
.recommendation-block {
  border: 1px solid #e7edf5;
  border-radius: 12px;
  background: #fff;
  padding: .9rem 1rem;
}
.recommendation-block-title {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-bottom: .65rem;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #4b5563;
}
.recommendation-list {
  margin: 0;
  padding-left: 1rem;
  color: #334155;
}
.recommendation-list li + li {
  margin-top: .45rem;
}
.recommendation-warning-chip {
  display: inline-block;
  margin: 0 .35rem .35rem 0;
  padding: .35rem .55rem;
  border-radius: 999px;
  background: #f8fafc;
  color: #475569;
  font-size: .78rem;
  font-weight: 600;
  border: 1px solid #e2e8f0;
}
.executive-card {
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #ffffff;
  padding: 1.15rem 1.15rem 1.2rem;
  margin-bottom: 1rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
}
.recommendation-panel--layered {
  border: 0;
  padding: 0;
  box-shadow: none;
}
.executive-card--hero {
  background:
    radial-gradient(circle at top left, rgba(205, 122, 43, .10), transparent 24%),
    linear-gradient(180deg, #fffdf8 0%, #ffffff 24%);
  padding: 1.35rem 1.35rem 1.45rem;
}
.modal-layer + .modal-layer {
  margin-top: 1.3rem;
}
.modal-layer {
  border: 1px solid #ebe5d8;
  border-radius: 18px;
  padding: 1rem;
}
.modal-layer:first-of-type {
  background: linear-gradient(180deg, #fffef9 0%, #fffaf0 100%);
}
.modal-layer:nth-of-type(2) {
  background: linear-gradient(180deg, #fbfdff 0%, #f8fbff 100%);
  border-color: #dfe9f5;
}
.modal-layer:nth-of-type(3) {
  background: linear-gradient(180deg, #fcfcfd 0%, #f8fafc 100%);
  border-color: #e5eaf1;
}
.modal-layer__title {
  margin-bottom: .8rem;
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #8a5a22;
}
.feedback-section-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: .9rem;
}
.feedback-section {
  grid-column: span 4;
  border: 1px solid #eadfce;
  border-radius: 16px;
  background: #fffdfa;
  padding: .95rem 1rem;
  box-shadow: 0 6px 18px rgba(86, 64, 28, .05);
}
.feedback-section:first-child {
  grid-column: 1 / -1;
  padding: 1.15rem 1.2rem 1.2rem;
  background: linear-gradient(135deg, #fffaf0 0%, #ffffff 100%);
  border-color: #e7d6b7;
}
.feedback-section--hero {
  grid-column: 1 / -1;
}
.feedback-section--actions {
  grid-column: span 8;
}
.feedback-section:first-child .feedback-section__title {
  font-size: 1.3rem;
  line-height: 1.15;
}
.feedback-section:first-child .feedback-section__body,
.feedback-section--hero .feedback-section__body {
  max-width: none;
  font-size: 1.06rem;
  line-height: 1.72;
}
.feedback-section--hero .recommendation-summary {
  gap: .95rem;
}
.feedback-section--hero .recommendation-summary__paragraph--lead {
  font-size: 1.15rem;
  line-height: 1.8;
  font-weight: 600;
  color: #172033;
  max-width: 72ch;
}
.feedback-section--hero .recommendation-summary__paragraph--detail {
  position: relative;
  margin: 0;
  padding: .95rem 1rem .95rem 1.15rem;
  background: linear-gradient(135deg, rgba(255, 250, 240, .88) 0%, #ffffff 100%);
  border-color: #eadfce;
  box-shadow: 0 8px 22px rgba(86, 64, 28, .04);
}
.feedback-section--hero .recommendation-summary__paragraph--detail::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #d97706 0%, #f59e0b 100%);
}
.feedback-section__eyebrow {
  margin-bottom: .35rem;
  font-size: .76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #9a3412;
}
.feedback-section__title {
  margin: 0 0 .55rem;
  font-size: 1rem;
  font-weight: 700;
  color: #1f2937;
}
.feedback-section__body {
  color: #334155;
  line-height: 1.65;
}
.feedback-section__body br + br {
  content: "";
}
.feedback-section__list {
  margin: 0;
  padding-left: 1.1rem;
  color: #334155;
}
.feedback-section__list li + li {
  margin-top: .4rem;
}
.feedback-section__list--ordered {
  padding-left: 1.2rem;
}
.evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
}
.evidence-card {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #ffffff;
  padding: .95rem 1rem;
  box-shadow: 0 6px 18px rgba(15, 23, 42, .05);
}
.evidence-card:hover,
.chart-card:hover {
  box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
}
.evidence-card--critical {
  border-color: #fecaca;
  background: #fffafa;
}
.evidence-card--warning {
  border-color: #fed7aa;
  background: #fffaf5;
}
.evidence-card--healthy {
  border-color: #cce6d2;
  background: #fbfffc;
}
.evidence-card__title {
  margin-bottom: .7rem;
  font-size: .9rem;
  font-weight: 800;
  color: #172033;
}
.evidence-card__rows {
  display: grid;
  gap: .45rem;
}
.evidence-card__row {
  display: flex;
  justify-content: space-between;
  gap: .8rem;
  align-items: baseline;
}
.evidence-card__label {
  color: #6b7280;
  font-size: .84rem;
}
.evidence-card__value {
  color: #111827;
  font-size: .9rem;
  text-align: right;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 56%;
}
.evidence-card__conclusion {
  margin-top: .8rem;
  padding-top: .7rem;
  border-top: 1px solid #eceff3;
  color: #334155;
  line-height: 1.55;
}
.chart-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: .85rem;
}
.chart-card {
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  background: #ffffff;
  padding: 1.25rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .08);
  grid-column: span 4;
}
.chart-card--span-full {
  grid-column: 1 / -1;
}
.chart-card--snapshot,
.chart-card--scenario,
.chart-card--coverage {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
}
.chart-card--productivity {
  background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
}
.chart-card--productivity-1 {
  grid-column: 1 / -1;
}
.chart-card--productivity-2 {
  grid-column: span 6;
}
.chart-card--productivity-3 {
  grid-column: span 4;
}
.chart-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: .85rem;
}
.chart-card__header--dashboard {
  margin-bottom: 1rem;
}
.chart-card__header--productivity {
  margin-bottom: .9rem;
}
.chart-card__header--coverage {
  margin-bottom: .9rem;
}
.chart-card__title-wrap {
  min-width: 0;
}
.chart-card__eyebrow {
  letter-spacing: .2em;
  font-size: .68rem;
  color: #6b7280;
  text-transform: uppercase;
  margin-bottom: .3rem;
}
.chart-card__title--dashboard {
  font-size: clamp(1.35rem, 1.7vw, 1.95rem);
  font-weight: 700;
  line-height: 1.08;
}
.chart-summary-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .65rem;
}
.chart-summary-pill {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .7rem 1.15rem;
  border: 1px solid #d7dbf3;
  border-radius: 999px;
  background: #eef1ff;
  color: #334155;
  white-space: nowrap;
  font-size: .84rem;
}
.chart-summary-pill strong {
  color: #111827;
  font-size: 1.15rem;
}
.chart-card__title {
  margin-bottom: .75rem;
  font-size: .9rem;
  font-weight: 800;
  color: #172033;
}
.chart-card__subtitle {
  margin-top: -.2rem;
  color: #64748b;
  font-size: .9rem;
  line-height: 1.35;
}
.snapshot-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}
.snapshot-metric-grid--pulse {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.snapshot-metric {
  border: 1px solid #eef2ff;
  border-radius: 14px;
  background: linear-gradient(135deg, #f4f7ff 0%, #ffffff 60%);
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.snapshot-metric__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(76, 141, 255, 0.12);
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2360ff;
  font-size: 1.3rem;
}
.snapshot-metric__icon i {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  line-height: 1;
}
.snapshot-metric__icon i::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.snapshot-metric__content {
  min-width: 0;
}
.snapshot-metric__label {
  font-size: .78rem;
  color: #6b7280;
  margin-bottom: .3rem;
}
.snapshot-metric__value {
  font-size: 1.45rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.1;
}
.snapshot-metric__caption {
  margin-top: .28rem;
  color: #475569;
  font-size: .8rem;
  line-height: 1.35;
}
.scenario-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}
.scenario-pill {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: .85rem .9rem;
  background: #ffffff;
}
.scenario-pill--danger {
  border-color: #fecaca;
  background: #fff7f7;
}
.scenario-pill--warning {
  border-color: #fed7aa;
  background: #fffaf5;
}
.scenario-pill--success {
  border-color: #bbf7d0;
  background: #f7fff9;
}
.scenario-pill__label {
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #64748b;
  margin-bottom: .3rem;
}
.scenario-pill__value {
  font-size: 1.08rem;
  font-weight: 800;
  color: #111827;
  line-height: 1.15;
}
.coverage-strip {
  display: grid;
  gap: .7rem;
}
.coverage-level-card {
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 16px;
  background: #ffffff;
  padding: .85rem 1rem;
}
.coverage-level-card__meta {
  display: flex;
  justify-content: space-between;
  gap: .6rem;
  align-items: baseline;
}
.coverage-level-card__key {
  font-size: .9rem;
  font-weight: 600;
  color: #172033;
}
.coverage-level-card__count {
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
}
.coverage-level-card__caption {
  margin-top: .2rem;
  margin-bottom: .45rem;
  color: #64748b;
  font-size: .82rem;
  line-height: 1.35;
}
.coverage-level-card__track {
  position: relative;
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: #E5E7EB;
  overflow: hidden;
}
.coverage-level-card__fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(135deg, #7C3AED, #4C1D95);
}
.chart-card__rows {
  display: grid;
  gap: .7rem;
}
.chart-row__meta {
  display: flex;
  justify-content: space-between;
  gap: .8rem;
  margin-bottom: .3rem;
  font-size: .84rem;
  color: #475569;
}
.chart-row__value {
  font-weight: 700;
  color: #111827;
}
.chart-row__track {
  position: relative;
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: #edf2f7;
  overflow: hidden;
}
.chart-row__fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #c97a2b 0%, #efb86f 100%);
}
.chart-row__track::after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  right: 0;
  width: 2px;
  border-radius: 999px;
  background: rgba(15, 23, 42, .18);
}
.chart-card__note {
  margin-top: .75rem;
  color: #6b7280;
  font-size: .84rem;
  line-height: 1.45;
}
.executive-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.15rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(226, 232, 240, .85);
}
.executive-card__title {
  margin: 0;
  font-size: clamp(1.55rem, 2.1vw, 2.35rem);
  font-weight: 800;
  line-height: 1.08;
  color: #172033;
  max-width: 22ch;
}
.executive-card__subtitle {
  margin-top: .45rem;
  color: #4b5563;
  line-height: 1.45;
  font-size: 1.02rem;
}
.executive-card__summary {
  margin: 0 0 1.1rem;
  color: #1f2937;
  line-height: 1.72;
  font-size: 1rem;
  max-width: 110ch;
}
.executive-card__summary .recommendation-summary__paragraph--lead {
  font-size: 1.08rem;
  color: #172033;
}
.executive-risk-badge {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .35rem .75rem;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.executive-risk-badge--high,
.executive-risk-badge--critical {
  background: #fee2e2;
  color: #b91c1c;
}
.executive-risk-badge--medium {
  background: #fef3c7;
  color: #b45309;
}
.executive-risk-badge--low {
  background: #dcfce7;
  color: #15803d;
}
@media (max-width: 1100px) {
  .feedback-section {
    grid-column: span 6;
  }
  .feedback-section:first-child,
  .feedback-section--hero,
  .feedback-section--actions {
    grid-column: 1 / -1;
  }
}
@media (max-width: 780px) {
  .feedback-section-grid {
    grid-template-columns: 1fr;
  }
  .feedback-section {
    grid-column: auto;
  }
  .modal-layer {
    padding: .85rem;
  }
  .executive-card--hero {
    padding: 1rem;
  }
  .executive-card__title {
    max-width: none;
  }
  .snapshot-metric-grid,
  .scenario-strip {
    grid-template-columns: 1fr;
  }
  .snapshot-metric-grid--pulse {
    grid-template-columns: 1fr;
  }
  .chart-grid {
    grid-template-columns: 1fr;
  }
  .evidence-grid {
    grid-template-columns: 1fr;
  }
  .chart-card,
  .chart-card--productivity-1,
  .chart-card--productivity-2,
  .chart-card--productivity-3,
  .chart-card--span-full {
    grid-column: auto;
  }
  .chart-card__header {
    flex-direction: column;
  }
  .chart-summary-pills {
    justify-content: flex-start;
  }
}
@media (max-width: 1080px) and (min-width: 781px) {
  .evidence-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.executive-section + .executive-section {
  margin-top: 1rem;
}
.executive-section {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #ffffff;
  padding: .95rem 1rem 1rem;
  box-shadow: 0 4px 14px rgba(15, 23, 42, .04);
}
.executive-section__title {
  margin-bottom: .75rem;
  font-size: .86rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #475569;
}
.executive-kpi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: .75rem;
}
.executive-kpi-card {
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  padding: .95rem .95rem;
  min-height: 100%;
}
.executive-kpi-card__title {
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: #6b7280;
  margin-bottom: .35rem;
}
.executive-kpi-card__value {
  font-size: 1.35rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.1;
  margin-bottom: .2rem;
}
.executive-kpi-card__meta {
  color: #374151;
  font-size: .88rem;
  line-height: 1.45;
}
.executive-kpi-card__meta + .executive-kpi-card__meta {
  margin-top: .28rem;
}
.executive-alert {
  border-radius: 14px;
  padding: .9rem .95rem;
  border: 1px solid transparent;
  margin-bottom: .6rem;
  line-height: 1.52;
  box-shadow: 0 4px 12px rgba(15, 23, 42, .05);
}
.executive-alert strong {
  display: block;
  margin-right: 0;
  margin-bottom: .2rem;
  letter-spacing: .01em;
}
.executive-alert__body {
  margin-top: .15rem;
}
.executive-alert__bullets {
  margin: .4rem 0 0 1.15rem;
  padding: 0;
}
.executive-alert__bullets li + li {
  margin-top: .28rem;
}
.executive-alert--danger {
  background: #fef2f2;
  border-color: #fecaca;
  color: #991b1b;
}
.executive-alert--warning {
  background: #fff7ed;
  border-color: #fed7aa;
  color: #9a3412;
}
.executive-alert--neutral {
  background: #f3f4f6;
  border-color: #e5e7eb;
  color: #374151;
}
.executive-alert--success {
  background: #eef8e7;
  border-color: #cde7b8;
  color: #3f6b16;
}
.executive-scenario-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: .75rem;
}
.executive-scenario-card {
  border-radius: 14px;
  padding: .95rem 1rem;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 4px 12px rgba(15, 23, 42, .05);
}
.executive-scenario-card--warning {
  background: #ffffff;
  border-color: #f3e8c8;
}
.executive-scenario-card--danger {
  background: #ffffff;
  border-color: #f3d2d2;
}
.executive-scenario-card__title {
  color: #a16207;
  font-size: .86rem;
  margin-bottom: .25rem;
}
.executive-scenario-card--danger .executive-scenario-card__title {
  color: #dc2626;
}
.executive-scenario-card__value {
  font-size: 1.4rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.1;
  margin-bottom: .25rem;
}
.executive-scenario-card__caption {
  color: #4b5563;
  font-size: .9rem;
  line-height: 1.45;
}
.executive-priority-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: executive-priority;
  color: #1f2937;
}
.executive-priority-list li {
  position: relative;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #ffffff;
  padding: .82rem .9rem .82rem 3rem;
  box-shadow: 0 4px 12px rgba(15, 23, 42, .04);
}
.executive-priority-list li::before {
  counter-increment: executive-priority;
  content: counter(executive-priority);
  position: absolute;
  left: .85rem;
  top: .82rem;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #334155;
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
}
.executive-priority-list li + li {
  margin-top: .6rem;
}
.executive-stage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: .75rem;
}
.executive-stage-card {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #ffffff;
  padding: .9rem .95rem;
  box-shadow: 0 4px 12px rgba(15, 23, 42, .04);
}
.executive-stage-card__stage {
  font-weight: 700;
  color: #111827;
}
.executive-stage-card__meta {
  color: #4b5563;
  font-size: .9rem;
  margin-top: .2rem;
}
.executive-stage-card__examples {
  color: #6b7280;
  font-size: .85rem;
  margin-top: .45rem;
  line-height: 1.52;
  padding-top: .45rem;
  border-top: 1px dashed #e5e7eb;
}
.executive-stage-card__example-list {
  margin: 0;
  padding-left: 1.1rem;
}
.executive-stage-card__example-list li + li {
  margin-top: .22rem;
}
@media (max-width: 767.98px) {
  .recommendation-modal .modal-dialog {
    max-width: calc(100vw - 1rem);
    margin: .5rem auto;
  }
  .recommendation-modal .modal-body {
    padding: .85rem;
  }
  .recommendation-panel,
  .executive-card,
  .executive-section {
    padding-left: .85rem;
    padding-right: .85rem;
  }
  .executive-card__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .executive-priority-list li {
    padding-left: 2.8rem;
  }
}