.pdt-help-wrap {
  margin-top: 20px;
}

.pdt-help-header {
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  border-radius: 14px;
  padding: 24px;
  color: #fff;
  box-shadow: 0 10px 26px rgba(37, 99, 235, 0.25);
}

.pdt-help-header h1 {
  margin: 0 0 8px;
  font-size: 30px;
  color: #ffffff;
}

.pdt-help-header p {
  margin: 0;
  opacity: 0.95;
  font-size: 14px;
}

.pdt-help-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pdt-help-card {
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 8px 24px rgba(30, 64, 175, 0.08);
}

.pdt-help-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 600;
}

.pdt-help-card h2 {
  margin: 10px 0 8px;
  color: #0f172a;
  font-size: 20px;
}

.pdt-help-card p {
  margin: 0 0 14px;
  color: #334155;
  min-height: 44px;
}

.pdt-help-button {
  border-radius: 8px;
  padding: 6px 14px !important;
}

@media (max-width: 900px) {
  .pdt-help-grid {
    grid-template-columns: 1fr;
  }
}
