* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Arial, sans-serif; font-size: 8pt; color: #333; line-height: 1.3; } #pdf-document-container { max-width: 8.5in; margin: 0 auto; background: white; padding: 30px; } #pdf-header-section { background: #0066cc; padding: 15px; margin-bottom: 10px; display: flex; align-items: center; justify-content: center; gap: 15px; } #header-logo-container { width: 60px; height: 60px; border: 2px solid #ffd700; background: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 30px; color: #0066cc; } #header-title-container { text-align: center; color: white; } #university-name-title { font-size: 20pt; font-weight: bold; margin: 0; } #document-subtitle { font-size: 11pt; font-weight: normal; margin: 3px 0 0 0; } .pdf-section-container { margin-bottom: 8px; } .section-title-header { font-size: 9pt; font-weight: bold; color: #333; border-bottom: 2px solid #ffd700; padding-bottom: 4px; padding-top: 2px; margin-bottom: 6px; } .section-content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding-top: 6px; padding-bottom: 4px; } .field-item { font-size: 7.5pt; } .field-label { font-weight: bold; color: #333; } .field-value { color: #555; margin-left: 3px; } #legal-disclaimer-section { padding: 8px 10px; margin-top: 10px; } #legal-text { font-size: 7pt; color: #333; line-height: 1.3; text-align: justify; } #pdf-footer-section { text-align: center; padding-top: 5px; margin-top: 10px; } #footer-text { font-size: 7pt; color: #666; }
