  /* Header / base */
  .ih-score-pill {
      font-weight: 700;
      font-size: clamp(1.6rem, 3.2vw, 2.2rem);
      line-height: 1;
      letter-spacing: .5px;
  }

  .ih-rating-badge {
      font-weight: 600;
      border-radius: 999px;
      padding: .35rem .75rem;
  }

  .ih-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      display: inline-block;
      margin-right: .4rem;
  }

  .ih-stat {
      display: flex;
      gap: .75rem;
      align-items: center;
      font-size: .95rem;
      color: #495057;
  }

  .ih-stat .ih-mini-dot {
      width: .6rem;
      height: .6rem;
      border-radius: 50%;
  }

  .ih-chart-wrap {
      background: #f8f9fa;
      border-radius: 1rem;
      padding: 1rem;
      border: 1px solid #e9ecef;
  }

  #ih-scoreChart {
      width: 100%;
      height: clamp(220px, 45vw, 420px);
  }

  .ih-main-card {
      border: 1px solid #e9ecef;
      border-radius: 1rem;
      overflow: hidden;
  }

  .ih-main-card .card-header {
      background: #fff;
      border-bottom: 1px solid #e9ecef;
  }

  .ih-main-card .card-body {
      background: #fff;
  }

  /* Month header */
  .ih-month-row {
      margin-top: 2.25rem;
      margin-bottom: .25rem;
      align-items: center;
      padding: 0rem 1.55rem 0.5rem 1.55rem;
      position: relative;
  }

  .ih-month-name {
      font-weight: 900;
      text-transform: uppercase;
      color: #111827;
      margin: 0;
      font-size: 22px
  }

  .ih-month-score {
      font-weight: 900;
      font-size: 2.2rem;
      line-height: 1;
      text-align: right;
      color: #111827;
  }



  /* ------- Incident Card ------- */
  .ih-card-shell {
      position: relative;
      border: 1px solid #e6eaf1;
      border-radius: 16px;
      background: #fff;
      box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 1px 3px rgba(16, 24, 40, .08);
  }

  .ih-card-shell::before {
      content: "";
      position: absolute;
      left: 6px;
      top: 6px;
      bottom: 6px;
      width: 6px;
      background: #e6eaf1;
      border-radius: 8px;
  }

  .ih-card-body {
      padding: 1rem 1.25rem 1.25rem 1.25rem;
  }

  .ih-left {
      display: flex;
      gap: .75rem;
      align-items: flex-start;
      flex-direction: column;
  }

  .ih-meta .ih-title {
      margin: 0 0 .25rem 0;
      font-weight: 800;
      font-size: 1.15rem;
      color: #111827;
  }

  .ih-meta .ih-sub {
      font-size: .92rem;
      color: #6c757d;
  }

  .ih-desc {
      margin: .6rem 0 0rem;
      font-size: 1.05rem;
      color: #243040;
      text-align: justify;
  }

  /* Attack ribbon */
  .ih-attack-ribbon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: .35rem .9rem;
      border-radius: 999px;
      font-weight: 800;
      font-size: .95rem;
      line-height: 1;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .6);
  }

  .ih-ribbon-cyber {
      background: #e9f2ff;
      color: #3a5aa9;
  }

  .ih-ribbon-data {
      background: #e9f8ef;
      color: #1b7a4f;
  }

  .ih-ribbon-ransom {
      background: #ffe9ec;
      color: #b3344a;
  }

  .ih-ribbon-vuln {
      background: #ebe8ff;
      color: #4b3bc5;
  }

  /* Chips */
  .ih-chip-row {
      display: flex;
      flex-wrap: wrap;
      gap: .5rem .6rem;
  }

  .ih-chip {
      display: inline-flex;
      align-items: center;
      gap: .35rem;
      padding: .28rem .6rem;
      border-radius: 999px;
      font-size: .8rem;
      line-height: 1;
      border: 1px solid #e7ebf3;
      background: #fff;
  }

  .ih-chip-tactic {
      background: #eef5ff;
      border-color: #d7e6ff;
      color: #0a58ca;
      word-break: break-word;
  }

  .ih-chip-tech {
      background: #fff3ea;
      border-color: #ffd8bf;
      color: #a4551a;
          word-break: break-word;
  }

  .ih-chip-tech a {
      color: inherit;
      text-decoration: none;
  }

  .ih-chip-tech a:hover {
      text-decoration: underline;
  }

  .ih-chip-mit {
      background: #eaf7ef;
      border-color: #d3ecde;
      color: #0f7a59;
          word-break: break-word;
  }

  .ih-chip-mit a {
      color: inherit;
      text-decoration: none;
  }

  .ih-chip-mit a:hover {
      text-decoration: underline;
  }

  .ih-section-label {
      font-size: .78rem;
      text-transform: uppercase;
      letter-spacing: .12em;
      color: #6c757d;
      margin: .35rem 0 .25rem;
  }

  /* Right rail INSIDE the card */
  .ih-rail {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: .6rem;
  }

  .ih-score-recent {
      font-weight: 900;
      font-size: 2rem;
      line-height: 1;
      color: #111827;
  }

  .ih-rail-inline {
      display: flex;
      gap: .5rem;
      align-items: center;
      flex-wrap: wrap;
      justify-content: flex-end;
  }


  /* Pills */
  .ih-delta-badge {
      font-weight: 700;
      border-radius: 999px;
      padding: .35rem .7rem;
      font-size: 1rem;
  }

  .ih-delta-neg {
      background: #fdebed;
      color: #d12f3f;
  }

  .ih-delta-pos {
      background: #e3f2ed;
      color: #198754;
  }

  .ih-delta-pos {
      background: #eaf7ef;
      color: #198754;
  }

  .ih-sev-pill {
      font-weight: 800;
      padding: .4rem .8rem;
      border-radius: 999px;
      font-size: .8rem;
      letter-spacing: .02em;
  }

  .ih-sev-critical {
      background: #fde2e4;
      color: #c52739;
  }

  .ih-sev-high {
      background: #ffe8d8;
      color: #b65a06;
  }

  .ih-sev-medium {
      background: #fff1f1;
      color: #a12e39;
  }

  .ih-sev-low {
      background: #eaf7ef;
      color: #0f7a59;
  }

  .ih-ticket-pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: .5rem .9rem;
      border-radius: .8rem;
      background: #1d2a8a;
      color: #fff;
      font-weight: 700;
      font-size: .85rem;
      box-shadow: inset 0 2px 0 rgba(255, 255, 255, .15);
      text-decoration: none;
  }

  .ih-ticket-pill:hover {
      filter: brightness(1.05);
  }

  /* ROOT: ih-faq */
  .ih-faq .main-card {
      border-radius: 24px;
      border: 1px solid rgba(37, 99, 235, 0.12);
      box-shadow: 0 8px 30px rgba(37, 99, 235, 0.08);
      overflow: hidden;
      background: #FFFFFF;
  }

  .ih-faq .main-card-header {
      padding: 28px 32px;
      background: linear-gradient(90deg, #eff6ff, #f0f9ff);
      border-bottom: 1px solid rgba(37, 99, 235, 0.12);
  }

  .ih-faq .main-card-title {
      margin: 0;
      font-weight: 800;
      color: #1E293B;
      letter-spacing: .2px;
  }

  /* Each FAQ item = mini card */
  .ih-faq .faq-item {
      position: relative;
      margin: 16px 16px;
      border-radius: 16px;
      background: #FFFFFF;
      box-shadow: 0 4px 16px rgba(37, 99, 235, 0.06);
      overflow: hidden;
      transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  }

  /* specifically add the border to .faq-item.accordion-item as requested */
  .ih-faq .faq-item.accordion-item {
      border: 1px solid rgba(37, 99, 235, 0.10);
  }

  .ih-faq .faq-item:hover {
      transform: translateY(-2px);
      box-shadow: 0 12px 28px rgba(37, 99, 235, 0.10);
      border-color: rgba(37, 99, 235, 0.30);
  }

  /* Animated top gradient line (hover + open) */
  .ih-faq .faq-item::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(90deg, #2563EB, #06B6D4);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.35s ease;
  }

  .ih-faq .faq-item:hover::before,
  .ih-faq .faq-item.open::before {
      transform: scaleX(1);
  }

  .ih-faq .faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 22px 24px;
      font-size: 1.05rem;
      font-weight: 700;
      color: #1E293B;
      cursor: pointer;
      background: #fff;
  }

  .ih-faq .faq-question-content {
      display: flex;
      align-items: center;
      gap: 14px;
  }

  .ih-faq .faq-icon-wrapper {
      width: 42px;
      height: 42px;
      border-radius: 12px;
      background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(6, 182, 212, 0.08));
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 42px;
  }

  .ih-faq .faq-icon {
      font-size: 1.1rem;
      color: #2563EB;
  }

  .ih-faq .faq-toggle {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: linear-gradient(135deg, #2563EB, #3B82F6);
      color: white;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1rem;
      transition: transform 0.35s ease, background 0.35s ease, box-shadow .35s ease;
      box-shadow: 0 4px 12px rgba(37, 99, 235, 0.30);
      position: relative;
      overflow: hidden;
      flex: 0 0 38px;
  }

  .ih-faq .faq-toggle.active {
      transform: rotate(45deg) scale(1.08);
      background: linear-gradient(135deg, #2563EB, #06B6D4);
  }

  .ih-faq .faq-answer {
      background: #F8FAFC;
      color: #475569;
      padding: 0 24px 20px;
      border-top: 1px solid rgba(37, 99, 235, 0.08);
  }

  .ih-faq .faq-answer p {
      margin: 0;
      padding-top: 14px;
      line-height: 1.6;
  }

  /* Ripple */
  .ripple {
      position: absolute;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.35);
      transform: scale(0);
      animation: ripple-animation 0.6s linear;
      pointer-events: none;
  }

  .ih-badge-scoree{
    position: absolute;
    top: -21px;
    right: 44px;
  }

  @keyframes ripple-animation {
      to {
          transform: scale(4);
          opacity: 0;
      }
  }
    @media (max-width: 992px) {
      .ih-month-score {
          font-size: 1.8rem;
      }

      .ih-score-recent {
          font-size: 1.8rem !important;
      }
  }

  @media (max-width:767px) {
      .ih-rail {
          align-items: flex-start
      }
      .ih-month-score {font-size: 1.5rem;} 

      .ih-score-xl {
          font-size: 1.6rem
      }

      .ih-rail-inline {
          justify-content: flex-start
      }
  }
  @media (max-width: 768px) {
      .ih-faq .faq-question {
          padding: 18px 18px;
          font-size: 1rem;
      }

      .ih-faq .faq-icon-wrapper {
          width: 36px;
          height: 36px;
          border-radius: 10px;
      }

      .ih-faq .faq-toggle {
          width: 34px;
          height: 34px;
      }

      .ih-faq .faq-answer {
          padding: 0 18px 18px;
      }

      .ih-faq .faq-item {
          margin: 12px;
      }
  }
@media (max-width: 425px) {
  .ih-month-row {
padding: 0rem 0.45rem 0.5rem 1.55rem;
  }
  .monthllycol{
    padding: 0;
  }
    .ih-chip {
      border-radius: 12px !important;
  }
    .ih-badge-scoree{
    right: 25px;
  }
}
