/* Approved Quick Answer presentation, scoped to the 91 investigation pages. */
.ccc-answer-layout .ccc-decision-lead .ccc-case-kicker { font-size: 11px !important; }
.ccc-answer-layout .ccc-quick-answer {
  margin: 18px 0 0;
  padding: 22px 26px;
  border: 2px solid #152c43;
  border-radius: 12px;
  background: #fff;
  color: #16283b;
  box-shadow: 0 5px 0 #07111c;
}
.ccc-answer-layout .ccc-quick-answer h2 {
  margin: 0 0 10px !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  font-weight: 800;
  letter-spacing: .09em !important;
  text-transform: uppercase;
  color: #37546e !important;
}
.ccc-answer-layout .ccc-quick-answer p {
  margin: 0 !important;
  max-width: 87ch;
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #23384c !important;
}
.ccc-answer-layout .ccc-quick-answer p + p { margin-top: 12px !important; }
.ccc-answer-layout .ccc-quick-answer strong { color: #0d243a; font-weight: 800; }
.ccc-answer-layout .ccc-quick-partner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 14px 0 20px;
  padding: 18px 22px;
  border: 1px solid #576042;
  border-radius: 10px;
  background: #142538;
}
.ccc-answer-layout .ccc-quick-partner-copy { min-width: 0; }
.ccc-answer-layout .ccc-quick-partner-copy strong {
  display: block;
  font-size: 17px !important;
  line-height: 1.35;
  color: #f8fafc;
}
.ccc-answer-layout .ccc-quick-partner-copy p {
  margin: 5px 0 0 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  color: #c5d3df !important;
}

.ccc-answer-layout .ccc-quick-partner-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-shrink: 0;
  min-height: 50px;
  padding: 13px 24px;
  border: 1px solid #ffe37a;
  border-radius: 7px;
  background: #ffd34f;
  color: #111e2c !important;
  font-size: 16px !important;
  line-height: 1.35;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 3px 0 #a88011;
  transition: background .15s ease;
}
.ccc-answer-layout .ccc-quick-partner-button:hover { background: #ffe38c; }
.ccc-answer-layout .ccc-quick-partner-button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}
.ccc-answer-layout .ccc-scoreboard {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}
.ccc-answer-layout .ccc-score-tile {
  padding: 18px 22px;
  border: 1px solid #344e65;
  border-radius: 10px;
  background: #0c1928;
}
.ccc-answer-layout .ccc-score-tile dt {
  margin: 0 0 7px;
  color: #ccdae8;
  font-size: 12px !important;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.ccc-answer-layout .ccc-score-tile dd { margin: 0; display: flex; align-items: baseline; gap: 6px; }
.ccc-answer-layout .ccc-score-number {
  color: #8ee3db;
  font-family: 'Courier New', monospace;
  font-size: 48px !important;
  line-height: 1.05;
  letter-spacing: -.04em;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.ccc-answer-layout .ccc-score-total { color: #c2d1e0; font-size: 20px !important; font-weight: 600; }
.ccc-answer-layout .ccc-score-tile:last-child .ccc-score-number { color: #f4dc8a; }
.ccc-answer-layout .ccc-score-explainer {
  margin: 10px 0 0 !important;
  color: #b9c9d8 !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}
.ccc-answer-layout .ccc-opening-links { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-top: 5px; }
.ccc-answer-layout .ccc-opening-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #b8dedf;
  font-size: 13px !important;
  font-weight: 600;
  text-underline-offset: 4px;
}
.ccc-answer-layout .ccc-stake-home-art { position: relative; overflow: hidden; background: #132630; }
.ccc-answer-layout .ccc-stake-home-art > img { display: block; width: 100%; height: auto; }
.ccc-answer-layout .ccc-stake-home-mark {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  pointer-events: none;
}
.ccc-answer-layout .ccc-stake-home-mark img { width: 25%; max-width: 240px; height: auto; object-fit: contain; background: transparent !important; }
.ccc-answer-layout .ccc-stake-home-figure figcaption { display: block !important; padding: 14px 18px; font-size: 13px !important; line-height: 1.5; }
.ccc-answer-layout .ccc-stake-home-mark span { color: #fff; font-size: clamp(12px, 2vw, 22px) !important; font-weight: 700; }
@media (max-width: 780px) {
  .ccc-answer-layout .ccc-quick-answer { padding: 16px 18px; margin-top: 12px; border-radius: 9px; }
  .ccc-answer-layout .ccc-quick-answer h2 { font-size: 11px !important; margin-bottom: 8px !important; }
  .ccc-answer-layout .ccc-quick-answer p { font-size: 15px !important; line-height: 1.5 !important; }
  .ccc-answer-layout .ccc-quick-answer p + p { margin-top: 10px !important; }
  .ccc-answer-layout .ccc-quick-partner { flex-direction: column; align-items: stretch; gap: 11px; padding: 14px 16px; margin: 12px 0 16px; }
  .ccc-answer-layout .ccc-quick-partner-copy strong { font-size: 16px !important; }
  .ccc-answer-layout .ccc-quick-partner-copy p { font-size: 12px !important; margin-top: 4px !important; }
  
  .ccc-answer-layout .ccc-quick-partner-button { width: 100%; min-height: 48px; padding: 11px 14px; font-size: 15px !important; box-sizing: border-box; }
  .ccc-answer-layout .ccc-scoreboard { gap: 10px; }
  .ccc-answer-layout .ccc-score-tile { padding: 14px 16px; }
  .ccc-answer-layout .ccc-score-tile dt { font-size: 11px !important; letter-spacing: .05em; }
  .ccc-answer-layout .ccc-score-number { font-size: 42px !important; }
  .ccc-answer-layout .ccc-score-total { font-size: 16px !important; }
  .ccc-answer-layout .ccc-score-explainer { font-size: 11px !important; }
  .ccc-answer-layout .ccc-opening-links { gap: 8px 18px; }
  .ccc-answer-layout .ccc-opening-links a { font-size: 12px !important; }
  .ccc-answer-layout .ccc-stake-home-mark { gap: 4px; }
}
@media (prefers-reduced-motion: reduce) {
  .ccc-answer-layout .ccc-quick-partner-button { transition: none; }
}

.ccc-answer-layout .ccc-quick-partner-copy { overflow-wrap: anywhere; }
.ccc-answer-layout .ccc-quick-answer { scroll-margin-top: 90px; }
/* Avoid nesting three generous horizontal gutters on a small phone. */
@media (max-width: 480px) {
  main.ccc-answer-layout .ccc-reordered-hero { padding-left: 8px !important; padding-right: 8px !important; }
  .ccc-answer-layout .ccc-quick-answer { padding-left: 14px; padding-right: 14px; }
  .ccc-answer-layout .ccc-quick-partner { padding-left: 14px; padding-right: 14px; }
}
@media (max-width: 360px) {
  .ccc-answer-layout .ccc-decision-lead h1 { font-size: 29px !important; line-height: 1.15 !important; }
}
