/* ─────────────────────────────────────────────────────────────
   BÁO CÁO ĐIỀU HÀNH – bản dựng infographic khổ dọc 1024px
   Dùng chung cho: xem trước · xuất PNG · in PDF
   ───────────────────────────────────────────────────────────── */

.rp {
  --rp-navy: #12295c;
  --rp-navy-2: #1b3a73;
  --rp-ink: #16233f;
  --rp-muted: #5f6f8f;
  --rp-line: #d9e0ed;
  --rp-line-soft: #e9eef7;
  --rp-soft: #f5f8fd;
  --rp-green: #1a7f37;
  --rp-amber: #e79412;
  --rp-red: #d32b22;
  --rp-orange: #f26522;
  --rp-purple: #5b2d8e;
  --rp-sec-green: #1a7f37;
  --rp-sec-red: #c8202a;
  --rp-sec-purple: #5b2d8e;
  --rp-sec-navy: #123a75;

  width: 1024px;
  padding: 22px 22px 0;
  background: #fff;
  color: var(--rp-ink);
  font-family: 'Segoe UI', 'Be Vietnam Pro', system-ui, -apple-system, Roboto, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.38;
  box-sizing: border-box;
}

.rp *, .rp *::before, .rp *::after { box-sizing: border-box; }
.rp p, .rp h1, .rp h2, .rp h3, .rp h4, .rp ul, .rp ol { margin: 0; padding: 0; }
.rp ul, .rp ol { list-style: none; }
.rp table { border-collapse: collapse; width: 100%; }

/* ═══════════════════════════════════ ĐẦU BÁO CÁO */
.rp-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: start;
  margin-bottom: 12px;
}

.rp-brand { display: flex; align-items: center; gap: 14px; }

.rp-brand-mark {
  width: 74px;
  height: 74px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--rp-accent, var(--rp-navy));
  color: #fff;
}

.rp-brand-mark svg { width: 42px; height: 42px; }

.rp-brand-text .kicker {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: .2px;
  color: var(--rp-navy);
  line-height: 1.05;
}

.rp-brand-text .title {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -.6px;
  line-height: 1;
  color: var(--rp-navy);
  margin: 1px 0 3px;
  text-transform: uppercase;
}

.rp-brand-text .title.long { font-size: 31px; }
.rp-brand-text .title.xlong { font-size: 25px; }

.rp-brand-text .sub {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .55px;
  color: var(--rp-navy-2);
}

.rp-meta { display: flex; flex-direction: column; gap: 7px; min-width: 268px; }

/* Logo công ty đặt góc trên bên phải – cân với huy hiệu phòng ban bên trái */
.rp-logo {
  width: 158px;
  height: auto;
  align-self: flex-end;
  margin-bottom: 3px;
}

.rp-meta-card {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px 12px;
  border: 1px solid var(--rp-line);
  border-radius: 8px;
  background: #fff;
}

.rp-meta-card svg { width: 19px; height: 19px; color: var(--rp-navy); flex: none; }
.rp-meta-card .lbl { font-size: 10px; color: var(--rp-muted); font-weight: 600; line-height: 1.25; }
.rp-meta-card .val { font-size: 11.5px; font-weight: 700; color: var(--rp-navy); line-height: 1.25; }

.rp-vision {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 14px;
  border-radius: 8px;
  background: var(--rp-navy);
  color: #fff;
}

.rp-vision .tag {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .7px;
  color: #ffce7a;
  flex: none;
  padding-right: 12px;
  border-right: 1px solid rgba(255, 255, 255, .28);
}

.rp-vision .lines { font-size: 11.5px; font-weight: 600; line-height: 1.42; }

/* ═══════════════════════════════════ TIÊU ĐỀ MỤC */
.rp-section { margin-bottom: 13px; }

.rp-sec-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 9px;
}

.rp-sec-title {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px 6px 13px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .25px;
  color: #fff;
  background: var(--rp-sec-green);
  border-radius: 4px 14px 14px 4px;
}

.rp-sec-title.red { background: var(--rp-sec-red); }
.rp-sec-title.purple { background: var(--rp-sec-purple); }
.rp-sec-title.navy { background: var(--rp-sec-navy); }

.rp-sec-note {
  font-size: 11.5px;
  font-weight: 800;
  color: var(--rp-navy);
  letter-spacing: .2px;
}

.rp-legend {
  display: flex;
  gap: 13px;
  margin-left: auto;
  font-size: 10.5px;
  font-weight: 600;
  color: var(--rp-ink);
}

.rp-legend span { display: inline-flex; align-items: center; gap: 5px; }

.rp-legend i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.rp-legend .g { background: var(--rp-green); }
.rp-legend .a { background: var(--rp-amber); }
.rp-legend .r { background: var(--rp-red); }

/* ═══════════════════════════════════ 1. LƯỚI 8 KPI */
.rp-kpis {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 7px;
}

.rp-kpi {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 9px 5px 7px;
  border: 1px solid var(--rp-line);
  border-radius: 9px;
  background: #fff;
  text-align: center;
  min-height: 148px;
}

.rp-kpi.s-green { border-color: #bfe3ca; }
.rp-kpi.s-amber { border-color: #f4dcae; }
.rp-kpi.s-red { border-color: #f2c3bf; }

.rp-kpi .name {
  font-size: 8.6px;
  font-weight: 800;
  letter-spacing: .2px;
  text-transform: uppercase;
  color: var(--rp-navy);
  line-height: 1.25;
  min-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rp-kpi .ico {
  margin: 5px 0 3px;
  color: var(--rp-green);
}

.rp-kpi .ico svg { width: 25px; height: 25px; }
.rp-kpi.s-amber .ico { color: var(--rp-amber); }
.rp-kpi.s-red .ico { color: var(--rp-red); }

.rp-kpi .val {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.05;
  color: var(--rp-navy);
  letter-spacing: -.4px;
}

.rp-kpi .val.sm { font-size: 15px; }
.rp-kpi .val.xs { font-size: 12.5px; }
.rp-kpi .val .u { font-size: 10px; font-weight: 700; margin-left: 2px; }

.rp-kpi .delta {
  font-size: 8.6px;
  font-weight: 700;
  margin-top: 3px;
  color: var(--rp-green);
  line-height: 1.2;
}

.rp-kpi.s-amber .delta { color: var(--rp-amber); }
.rp-kpi.s-red .delta { color: var(--rp-red); }

.rp-kpi .spark { margin-top: auto; padding-top: 5px; width: 100%; }
.rp-kpi .spark svg { display: block; width: 100%; height: 22px; }

.rp-focus {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
  padding: 6px;
  border-radius: 7px;
  background: #e9effa;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--rp-navy);
}

.rp-focus svg { width: 17px; height: 17px; }
.rp-focus .red { color: var(--rp-red); }
.rp-focus .amber { color: var(--rp-amber); }

/* ═══════════════════════════════════ 2. BẢNG KPI NGOẠI LỆ */
.rp-table {
  border: 1px solid var(--rp-line);
  border-radius: 9px;
  overflow: hidden;
}

.rp-table th {
  padding: 7px 9px;
  background: var(--rp-soft);
  border-bottom: 1px solid var(--rp-line);
  font-size: 9.2px;
  font-weight: 800;
  letter-spacing: .35px;
  text-transform: uppercase;
  color: var(--rp-navy);
  text-align: center;
}

.rp-table th:first-child, .rp-table td:first-child { text-align: left; }

.rp-table td {
  padding: 8px 9px;
  border-bottom: 1px solid var(--rp-line-soft);
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.35;
}

.rp-table tr:last-child td { border-bottom: none; }

.rp-exc-name {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 700;
  color: var(--rp-navy);
  text-align: left;
}

.rp-exc-name svg { width: 15px; height: 15px; flex: none; color: var(--rp-red); }
.rp-exc-name.amber svg { color: var(--rp-amber); }

.rp-exc-val { font-size: 15px; font-weight: 900; color: var(--rp-navy); }

.rp-level {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .5px;
  color: #fff;
  background: var(--rp-red);
}

.rp-level.amber { background: var(--rp-amber); }

.rp-vs { font-weight: 800; font-size: 12px; color: var(--rp-navy); }
.rp-vs small { display: block; font-size: 9px; font-weight: 600; color: var(--rp-muted); margin-top: 1px; }
.rp-impact { text-align: left; font-size: 10.5px; color: var(--rp-ink); }

.rp-ceo-ask {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 800;
  color: var(--rp-red);
}

.rp-ceo-ask svg { width: 16px; height: 16px; color: var(--rp-orange); }

/* ═══════════════════════════════════ 3–5. BA CỘT */
.rp-cols {
  display: grid;
  grid-template-columns: 1.42fr 1fr 1fr;
  gap: 9px;
  margin-bottom: 13px;
  align-items: start;
}

.rp-col {
  border: 1px solid var(--rp-line);
  border-radius: 9px;
  overflow: hidden;
  background: #fff;
  height: 100%;
}

.rp-col-head {
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  background: var(--rp-sec-green);
  letter-spacing: .2px;
}

.rp-col-head.purple { background: var(--rp-sec-purple); }
.rp-col-head.navy { background: var(--rp-sec-navy); }

.rp-col-body { padding: 8px 10px 10px; }

.rp-cause-table th {
  padding: 5px 6px;
  background: transparent;
  border-bottom: 1px solid var(--rp-line);
  font-size: 8.6px;
  font-weight: 800;
  letter-spacing: .2px;
  text-transform: uppercase;
  color: var(--rp-sec-green);
  text-align: left;
}

.rp-cause-table td {
  padding: 6px;
  border-bottom: 1px solid var(--rp-line-soft);
  font-size: 9.6px;
  line-height: 1.34;
  vertical-align: top;
  text-align: left;
}

.rp-cause-table tr:last-child td { border-bottom: none; }
.rp-cause-table td:first-child { font-weight: 700; color: var(--rp-navy); }

.rp-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 6px 0;
  border-bottom: 1px dashed var(--rp-line-soft);
  font-size: 10.4px;
  line-height: 1.4;
}

.rp-list li:last-child { border-bottom: none; }

.rp-list .bul {
  width: 21px;
  height: 21px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: #eef2fa;
  color: var(--rp-sec-purple);
}

.rp-list .bul svg { width: 13px; height: 13px; }
.rp-col-head.navy + .rp-col-body .rp-list .bul { color: var(--rp-sec-navy); }

.rp-deadline {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid var(--rp-line-soft);
  font-size: 10.4px;
  font-weight: 700;
  color: var(--rp-green);
}

.rp-deadline svg { width: 15px; height: 15px; flex: none; }

/* ═══════════════════════════════════ DASHBOARD 3 CẤP ĐỘ */
.rp-block-title {
  text-align: center;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: .4px;
  color: var(--rp-navy);
  margin: 4px 0 9px;
}

.rp-levels {
  display: grid;
  grid-template-columns: 1fr 26px 1fr 26px 1fr;
  align-items: center;
  gap: 4px;
  padding: 11px 12px;
  border: 1px solid var(--rp-line);
  border-radius: 9px;
  background: var(--rp-soft);
  margin-bottom: 13px;
}

.rp-lv { text-align: center; }

.rp-lv .cap {
  font-size: 10.5px;
  font-weight: 800;
  color: var(--rp-navy);
  margin-bottom: 6px;
}

.rp-lv .cap em {
  font-style: normal;
  color: var(--rp-green);
  font-weight: 700;
}

.rp-lv .foot { font-size: 9px; color: var(--rp-muted); margin-top: 5px; font-weight: 600; }

.rp-arrow { display: grid; place-items: center; color: var(--rp-navy-2); }
.rp-arrow svg { width: 22px; height: 22px; }

/* --- khung thiết bị --- */
.rp-device { margin: 0 auto; }

.rp-monitor {
  width: 218px;
  border: 3px solid var(--rp-navy);
  border-radius: 7px;
  background: #fff;
  padding: 5px;
}

.rp-monitor-stand {
  width: 60px;
  height: 5px;
  margin: 2px auto 0;
  background: var(--rp-navy);
  border-radius: 0 0 3px 3px;
}

.rp-laptop {
  width: 224px;
  border: 3px solid var(--rp-navy);
  border-radius: 6px 6px 0 0;
  background: #fff;
  padding: 5px;
}

.rp-laptop-base {
  width: 254px;
  height: 6px;
  margin: 0 auto;
  background: var(--rp-navy);
  border-radius: 0 0 6px 6px;
}

.rp-phone {
  width: 104px;
  border: 3px solid var(--rp-navy);
  border-radius: 12px;
  background: #fff;
  padding: 8px 5px 6px;
  position: relative;
}

.rp-phone::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 2.5px;
  border-radius: 2px;
  background: var(--rp-navy);
}

.rp-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
}

.rp-mini {
  padding: 4px 1px;
  border-radius: 4px;
  background: #eef3fa;
  text-align: center;
  min-height: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rp-mini .v { font-size: 8.2px; font-weight: 800; color: var(--rp-navy); line-height: 1.1; }
.rp-mini.g { background: #e4f5ea; } .rp-mini.g .v { color: var(--rp-green); }
.rp-mini.a { background: #fdf1dd; } .rp-mini.a .v { color: var(--rp-amber); }
.rp-mini.r { background: #fce9e7; } .rp-mini.r .v { color: var(--rp-red); }

.rp-chartrow {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 5px;
  align-items: end;
  margin-top: 3px;
}

.rp-bars { display: flex; align-items: flex-end; gap: 3px; height: 34px; }
.rp-bars i { flex: 1; border-radius: 1.5px; background: var(--rp-navy-2); display: block; }
.rp-bars i:nth-child(even) { background: #7fa4dd; }

.rp-donut {
  width: 34px;
  height: 34px;
  margin: 0 auto;
  border-radius: 50%;
  background: conic-gradient(var(--rp-green) 0 55%, var(--rp-amber) 55% 78%, var(--rp-red) 78% 100%);
  position: relative;
}

.rp-donut::after {
  content: '';
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: #fff;
}

.rp-rows { display: flex; flex-direction: column; gap: 3px; }

.rp-rows i {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 9px;
  border-radius: 2px;
  background: #eef3fa;
  padding-left: 3px;
}

.rp-rows i::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--rp-green);
  flex: none;
}

.rp-rows i:nth-child(3)::before { background: var(--rp-amber); }
.rp-rows i:nth-child(5)::before { background: var(--rp-red); }

/* ═══════════════════════════════════ 8 CÂU HỎI GIAO BAN */
.rp-questions {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 7px;
  margin-bottom: 13px;
}

.rp-q {
  padding: 9px 6px 8px;
  border: 1px solid var(--rp-line);
  border-radius: 9px;
  background: #fff;
  text-align: center;
}

.rp-q .n {
  width: 19px;
  height: 19px;
  margin: 0 auto 5px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--rp-navy);
  color: #fff;
  font-size: 9.5px;
  font-weight: 800;
}

.rp-q .ico { color: var(--rp-navy); margin-bottom: 4px; }
.rp-q .ico svg { width: 21px; height: 21px; }

.rp-q .t {
  font-size: 9.2px;
  font-weight: 800;
  color: var(--rp-navy);
  line-height: 1.28;
  margin-bottom: 3px;
}

.rp-q .d { font-size: 8.2px; color: var(--rp-muted); line-height: 1.3; }

.rp-q .a {
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px dashed var(--rp-line-soft);
  font-size: 8.4px;
  color: var(--rp-navy-2);
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}

/* ═══════════════════════════════════ CHÂN BÁO CÁO */
.rp-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  margin: 0 -22px;
  padding: 12px 22px;
  background: var(--rp-navy);
  color: #fff;
}

.rp-footer .mark { color: #ffce7a; }
.rp-footer .mark svg { width: 30px; height: 30px; }

.rp-footer .goal {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .3px;
}

.rp-footer .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 3px;
  font-size: 9.6px;
  font-weight: 600;
  opacity: .88;
}

.rp-footer .tags span { display: inline-flex; align-items: center; gap: 5px; }
.rp-footer .tags svg { width: 12px; height: 12px; }

.rp-footer .sign { text-align: right; line-height: 1.25; }
.rp-footer .sign b { font-size: 13px; font-style: italic; font-weight: 700; }
.rp-footer .sign span { display: block; font-size: 10px; opacity: .85; }

/* ═══════════════════════════════════ Trạng thái rỗng trong báo cáo */
.rp-empty {
  padding: 14px;
  text-align: center;
  font-size: 10.5px;
  color: var(--rp-muted);
  font-style: italic;
  border: 1px dashed var(--rp-line);
  border-radius: 8px;
}

/* Khi xuất ảnh: bỏ hiệu ứng có thể lệch màu */
.rp.exporting { box-shadow: none !important; }

/* ═════════════════════════════════════════════════════════════
   TRANG "HỆ VẬN HÀNH" – poster nguyên lý + chuỗi 8 mắt xích
   ═════════════════════════════════════════════════════════════ */

.ops {
  width: 1024px;
  padding: 26px 30px 0;
  background: #fff;
  color: #16233f;
  font-family: 'Segoe UI', 'Be Vietnam Pro', system-ui, -apple-system, Roboto, Arial, sans-serif;
  box-sizing: border-box;
}

.ops *, .ops *::before, .ops *::after { box-sizing: border-box; }
.ops p, .ops h1, .ops h2, .ops ul { margin: 0; padding: 0; }
.ops ul { list-style: none; }

.ops-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 6px;
}

.ops-num {
  width: 64px;
  height: 64px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #12295c;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
}

.ops-head h1 {
  font-size: 46px;
  font-weight: 900;
  letter-spacing: -.5px;
  color: #12295c;
  line-height: 1;
}

.ops-head p {
  font-size: 18px;
  font-weight: 800;
  color: #f26522;
  margin-top: 5px;
}

.ops-grid {
  display: grid;
  grid-template-columns: 1fr 1.06fr;
  gap: 28px;
  padding: 20px 0 14px;
}

.ops-block { margin-bottom: 26px; }

.ops-block-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  color: #12295c;
}

.ops-block-head svg { width: 40px; height: 40px; flex: none; }
.ops-block-head h2 { font-size: 21px; font-weight: 900; letter-spacing: .2px; line-height: 1.15; }
.ops-block-head i { flex: 1; height: 2px; background: #12295c; display: block; }
.ops-block-head.warn { color: #f26522; }
.ops-block-head.warn h2 { color: #12295c; }
.ops-block-head.warn h2 b { color: #f26522; }

.ops-lead { font-size: 14px; color: #16233f; margin: 0 0 10px 52px; }

.ops-checks { margin-left: 52px; display: flex; flex-direction: column; gap: 11px; }

.ops-checks li {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 17px;
  font-weight: 700;
  color: #16233f;
}

.ops-checks svg { width: 22px; height: 22px; color: #1a7f37; flex: none; }

.ops-bullets { margin-left: 52px; display: flex; flex-direction: column; gap: 11px; }

.ops-bullets li {
  position: relative;
  padding-left: 18px;
  font-size: 14.5px;
  line-height: 1.45;
  color: #16233f;
}

.ops-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #12295c;
}

.ops-chain-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: #12295c;
}

.ops-chain-title span {
  font-size: 19px;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
}

.ops-chain-title i { flex: 1; height: 2px; background: #12295c; display: block; }

.ops-chain { display: flex; flex-direction: column; }

.ops-step {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 14px;
  border: 2px solid var(--c, #12295c);
  border-radius: 9px;
  background: #fff;
}

.ops-step .no {
  width: 30px;
  height: 30px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: var(--c, #12295c);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.ops-step .ic { color: var(--c, #12295c); display: grid; place-items: center; flex: none; }
.ops-step .ic svg { width: 32px; height: 32px; }

.ops-step .tx {
  padding-left: 12px;
  border-left: 2px solid #dde3ee;
  line-height: 1.25;
}

.ops-step .tx b { display: block; font-size: 16px; font-weight: 900; color: var(--c, #12295c); }
.ops-step .tx small { font-size: 12px; color: #16233f; }

.ops-down { display: grid; place-items: center; height: 16px; color: #12295c; }
.ops-down svg { width: 18px; height: 18px; }

.ops-question {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 16px;
  padding: 16px 22px;
  border: 2px solid #f26522;
  border-radius: 12px;
}

.ops-q-mark {
  width: 52px;
  height: 52px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f26522;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
}

.ops-q-title {
  font-size: 14px;
  font-weight: 900;
  color: #f26522;
  letter-spacing: .5px;
  margin-bottom: 4px;
}

.ops-question p { font-size: 16.5px; font-weight: 700; color: #12295c; line-height: 1.4; }
.ops-question p b { color: #f26522; }

.ops-foot {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 16px -30px 0;
  padding: 14px 30px;
  background: #12295c;
  color: #fff;
}

.ops-foot svg { width: 34px; height: 34px; color: #ffce7a; flex: none; }
.ops-foot b { font-size: 19px; font-weight: 900; letter-spacing: .4px; }
.ops-foot span { display: block; font-size: 13px; opacity: .9; }
