/* EXAMINATION CONTENT */
.event-content {
  margin-top: 12px;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  text-align: left;
}

/* PDF LINK */
.event-pdf {
  margin-top: 15px;
}

.event-pdf a {
  display: inline-block;
  background: #1e57d6;
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}

.event-pdf a:hover {
  background: #0a2a70;
}
