
/* PDF Media Section */
.sit-pdf-section {
  padding: 90px 0;
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.18), rgba(255, 61, 0, 0.18));
}

/* Header */
.sit-pdf-header h2 {
  font-size: 2.4rem;
  font-weight: 700;
}

.sit-pdf-header p {
  color: #6c757d;
  max-width: 600px;
  margin: 10px auto 50px;
}

/* Card */
.sit-pdf-card {
  background: #f9fafb;
  border-radius: 20px;
  height: 100%;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: all 0.4s ease;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07);
}

.sit-pdf-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.14);
}

/* Icon */
.sit-pdf-icon {
  font-size: 2.8rem;
  line-height: 1;
}

/* Content */
.sit-pdf-content h5 {
  font-weight: 600;
  margin-bottom: 8px;
}

.sit-pdf-content p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 12px;
}

/* Meta */
.sit-pdf-meta {
  display: flex;
  gap: 15px;
  font-size: 0.8rem;
  color: #6c757d;
  margin-bottom: 15px;
}

/* Button */
.sit-pdf-btn {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 30px;
  background: #13395F;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sit-pdf-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #084298, #520dc2);
}

.pjt-body {
    padding: 20px;
}