.content table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
  font-size: 14px;
}
.content table td,
.content table th {
  border: 1px solid #e5e7eb;
  padding: 10px;
}
.content table th {
  background: #f3f4f6;
  font-weight: 600;
}

.content h1 {
    font-size: 22px;
    font-weight: 700;
}

.content h2 {
  font-size: 20px;
  margin-top: 24px;
  font-weight: 700;
}

.content h3 {
  font-size: 18px;
  margin-top: 15px;
  font-weight: 700;
}

.content ul {
  margin-left: 16px; 
  list-style-type: disc;
}

.content ul ul {
  list-style-type: circle;
}

.content ul ul ul {
  list-style-type: square;
}

.content li {
  display: list-style;
  margin-bottom: 6px;
}

.content a {
    font-size: 16px;
    font-weight: 600;
}

/* Highlight boxes (like Quick Info) */
.content .highlight-box {
  background: #fef3c7;
  border-left: 4px solid #f59e0b;
  padding: 12px;
  border-radius: 6px;
}

/* CTA button inside content */
.content .apply-btn {
  display: block;
  background: #dc2626;
  color: white;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  margin-top: 15px;
}