/* Resume Output Display Styles */
/* A4 formatting and resume-specific styling */

#resumeOutput {
    max-width: 210mm; /* A4 width */
    margin: 0 auto; /* Center the box */
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 20px;
    background-color: #f9f9f9;
    font-size: 11pt; /* Base font size for "all other text" */
}

.experience-entry, .education-entry { 
    margin-bottom: 15px; 
}

.company-name, .institute-name { 
    font-weight: bold; 
    font-size: 12pt; 
}

.duration, .completion-year, .experience-details-right { 
    font-style: italic; 
}

.role, .course { 
    font-style: italic; 
    margin-top: 2px;
}

.work-done ul { 
    padding-left: 20px; 
    margin-top: 5px; 
}

.work-done li { 
    margin-bottom: 3px; 
}

.certifications-list ul {
    padding-left: 20px; /* Standard bullet indentation */
    margin-top: 5px;
}

.core-competencies-list ul {
    padding-left: 20px; /* Standard bullet indentation */
    margin-top: 5px;
}

.core-competencies-list li { 
    margin-bottom: 3px; 
}

.project-entry { 
    margin-bottom: 15px; 
}

.project-title { 
    font-weight: bold; 
}