.thughrah-exam-credit-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(143, 169, 196, 0.22);
  background:
    radial-gradient(circle at top right, rgba(143, 169, 196, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(11, 15, 22, 0.98), rgba(5, 7, 11, 0.98));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  padding: 28px;
  margin-bottom: 48px;
}

.thughrah-exam-credit-card::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #8FA9C4, rgba(143, 169, 196, 0));
}

.thughrah-exam-credit-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(143, 169, 196, 0.28);
  background: rgba(143, 169, 196, 0.08);
  padding: 7px 12px;
  color: #d8e4f2;
  font-size: 12px;
  margin-bottom: 16px;
}

.thughrah-exam-credit-card h2 {
  color: #ffffff;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.35;
  font-weight: 700;
  margin: 0 0 18px;
}

.thughrah-exam-credit-grid {
  display: grid;
  gap: 14px;
}

.thughrah-exam-credit-item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  padding: 16px 18px;
  color: #a7adba;
  line-height: 2;
  font-size: 14px;
}

.thughrah-exam-credit-item strong {
  color: #ffffff;
  font-weight: 700;
}

@media (min-width: 900px) {
  .thughrah-exam-credit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .thughrah-exam-credit-card {
    padding: 20px;
    margin-bottom: 32px;
  }

  .thughrah-exam-credit-item {
    font-size: 13px;
  }
}
