.elementor-22120 .elementor-element.elementor-element-c1b92fc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a988fbf */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --bg: #F5F6F8;
    --surface: #FFFFFF;
    --surface2: #F0F2F5;
    --border: rgba(0,0,0,0.08);
    --blue: #0E7FD4;
    --blue-light: #18A0FB;
    --lime: #8aad1e;
    --white: #12161F;
    --muted: #6B7280;
    --pass: #16a34a;
    --partial: #d97706;
    --fail: #dc2626;
    --high: #0E7FD4;
    --medium: #8aad1e;
    --low: #9ca3af;
  }

  body {
    font-family: 'Manrope', sans-serif;
    background: var(--bg);
    color: var(--white);
    font-size: 14px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }

  /* ── HEADER ── */
  .header {
    background: #12161F;
    border-bottom: none;
    padding: 32px 48px 24px;
    display: block;
  }

  .header-left { flex: 1; }

  .logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }

  .logo-mark {
    width: 36px;
    height: 36px;
    background: var(--blue);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: white;
  }

  .logo-text {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }

  .logo-img {
    height: 36px;
    width: auto;
  }

  .doc-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.005em;
    margin-bottom: 8px;
    color: #FFFFFF;
    font-family: 'Space Grotesk', sans-serif;
  }

  .doc-title span { color: #18A0FB; }

  .doc-subtitle {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
  }

  .header-meta { display: none; }

  .meta-label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-bottom: 4px;
  }

  .meta-value {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 12px;
  }

  /* subtitle text and download button share a row */
  .doc-subtitle-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
  }

  /* ── DOWNLOAD BUTTON ── */
  .download-btn {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 8px;
    background: var(--blue);
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 8px;
    padding: 12px 20px;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s;
  }

  .download-btn:hover { background: var(--blue-light); }

  /* ── SECTION ── */

  .section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    padding-block: 20px;
    border-bottom: 1px solid var(--border);
  }

  .section-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: rgba(14,127,212,0.1);
    border-radius: 8px;
    flex-shrink: 0;
    overflow: visible;
  }

  .section-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--white);
    letter-spacing: 0.005em;
  }

  .section-count {
    margin-left: auto;
    font-size: 12px;
    color: var(--muted);
    font-weight: 400;
  }

  /* ── TABLE ── */
  .rfp-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }

  .rfp-table thead tr {
    background: var(--surface2);
  }

  .rfp-table th {
    padding: 10px 14px;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    border-bottom: 1px solid var(--border);
  }

  /* Success Criteria (col-crit) has no width so it absorbs the space freed by
     dropping the vendor columns. */
  .rfp-table th.col-num    { width: 40px; }
  .rfp-table th.col-uc     { width: 20%; }
  .rfp-table th.col-crit   { }
  .rfp-table th.col-pri    { width: 90px; text-align: center; }

  .rfp-table tbody tr {
    border-bottom: 1px solid rgba(0,0,0,0.07);
    background: #EDEEF1;
    transition: background 0.15s;
  }

  .rfp-table tbody tr:nth-child(even) { background: #E6E8EC; }

  .rfp-table tbody tr:hover { background: #DDE0E6; }

  .rfp-table td {
    padding: 14px 14px;
    vertical-align: top;
    font-size: 15px;
  }

  .td-num {
    color: var(--muted);
    font-weight: 500;
    font-size: 13px;
    padding-top: 15px;
  }

  .uc-name {
    font-weight: 600;
    font-size: 15px;
    color: #1A1F2E;
    line-height: 1.4;
    margin-bottom: 4px;
  }

  .uc-criteria {
    font-size: 14px;
    color: #3D4558;
    line-height: 1.6;
    font-weight: 400;
  }

  .priority-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 auto;
    width: fit-content;
  }

  .priority-badge.high    { background: rgba(14,127,212,0.12);  color: var(--blue);   }
  .priority-badge.medium  { background: rgba(138,173,30,0.12);  color: var(--lime);   }
  .priority-badge.low     { background: rgba(107,114,128,0.12); color: #6b7280;       }

  .td-pri { text-align: center; vertical-align: middle; }

  /* ── LEGEND ── */
  .legend {
    margin: 0 48px 48px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 24px;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
  }

  .legend-group { display: flex; flex-direction: column; gap: 8px; }
  .legend-group-title {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 2px;
  }

  .legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--muted);
  }

  .legend-dot {
    width: 8px;
    height: 8px;
    border-radius: 2px;
    flex-shrink: 0;
  }

  /* ── FOOTER ── */
  .footer {
    border-top: 1px solid var(--border);
    padding: 24px 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--muted);
    font-size: 12px;
  }

  .footer a { color: var(--blue); text-decoration: none; }

  /* ── PRINT ── */
  @media print {
    * { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; }

    @page { size: A4 portrait; margin: 12mm 10mm; }

    body { font-size: 9px; background: white; }

    /* hide interactive / decorative elements */
    .download-btn { display: none !important; }

    /* header: keep dark, compact it */
    .header {
      background: #12161F !important;
      padding: 16px 24px;
    }
    .doc-title { font-size: 18px; }
    .doc-subtitle { font-size: 9px; max-width: 480px; }
    .logo-img { height: 22px; }
    .meta-label { font-size: 8px; }
    .meta-value { font-size: 9px; margin-bottom: 6px; }

    /* sections: tight, no gaps */
    .section { margin: 0 0 4px; page-break-inside: avoid; }

    /* section header: plain text row, no background */
    .section-header {
      border-bottom: 1.5px solid #12161F;
      padding: 4px 0;
      margin-bottom: 0;
    }
    .section-icon { display: none !important; }
    .section-title { font-size: 9px; font-weight: 700; color: #12161F; text-transform: uppercase; letter-spacing: 0.06em; }
    .section-count { display: none; }

    /* table: compact grid */
    .rfp-table { border-collapse: collapse; }
    .rfp-table thead tr { background: #F0F2F5 !important; }
    .rfp-table th {
      padding: 4px 6px;
      font-size: 7.5px;
      border: 1px solid #D1D5DB;
    }
    .rfp-table tbody tr { background: white !important; border: none; }
    .rfp-table tbody tr:nth-child(even) { background: #F8F9FA !important; }
    .rfp-table td {
      padding: 4px 6px;
      border: 1px solid #D1D5DB;
      vertical-align: top;
    }
    .uc-name { font-size: 8px; font-weight: 700; color: #12161F; margin-bottom: 2px; }
    .uc-criteria { font-size: 7.5px; color: #4B5563; line-height: 1.4; }
    .td-num { font-size: 7.5px; color: #6B7280; }
    .priority-badge { font-size: 6.5px; padding: 1px 4px; }

    /* legend: single compact row */
    .legend { padding: 8px 16px; margin: 4px 0 0; flex-direction: row; gap: 24px; }
    .legend-group { flex-direction: row; gap: 12px; }
    .legend-group-title { display: none; }
    .legend-item { font-size: 7.5px; }

    .footer { padding: 8px 24px; font-size: 8px; }
  }

  /* ── RESPONSIVE: reflow each 4-column table row ── */
  /* ponytail: CSS grid on <tr>, no HTML/JS change. Top inner row = # + Use Case
     + Priority (12-col); Success Criteria drops to its own full-width row below
     via order, so the long text gets the whole width instead of a squeezed
     column. Per-row ::before labels replace the hidden thead. */
  @media (max-width: 767px) {
    .rfp-table { display: block; table-layout: auto; }
    .rfp-table thead, .rfp-table tbody { display: block; }

    .rfp-table tr {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      align-items: start;
    }

    .rfp-table tr > :nth-child(1) { grid-column: span 2; }  /* #               */
    .rfp-table tr > :nth-child(2) { grid-column: span 7; }  /* Use Case        */
    .rfp-table tr > :nth-child(4) { grid-column: span 3; text-align: center; }  /* Priority */
    .rfp-table tr > :nth-child(3) { grid-column: 1 / -1; order: 1; }  /* Success Criteria → own row */

    /* visually divide the criteria row from the info row */
    .rfp-table tbody tr > :nth-child(3) { border-top: 1px solid rgba(0,0,0,0.07); padding-top: 12px; }

    /* let the priority badge and its column heading wrap instead of forcing horizontal scroll */
    .rfp-table .priority-badge,
    .rfp-table tbody tr > td:nth-child(4)::before { max-width: 100%; white-space: normal; overflow-wrap: anywhere; }

    /* repeat every column title above its cell on each body row */
    .rfp-table tbody td::before {
      display: block;
      margin-bottom: 6px;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--muted);
    }
    .rfp-table tbody tr > td:nth-child(1)::before { content: "#"; }
    .rfp-table tbody tr > td:nth-child(2)::before { content: "Use Case"; }
    .rfp-table tbody tr > td:nth-child(3)::before { content: "Success Criteria"; }
    .rfp-table tbody tr > td:nth-child(4)::before { content: "Priority"; }

    /* every body row now carries its own titles; drop the single top header */
    .rfp-table thead { display: none; }
  }/* End custom CSS */