/* @page {
    margin: 25mm;
} */

body {
    font-family: "Georgia", "Times New Roman", serif;
    background: #ffffff;
    color: #222;
}

.template2-resume {
    max-width: 800px;
    margin: auto;
}

/* HEADER */
.template2-header {
    text-align: center;
}

.template2-header h1 {
    font-size: 18pt;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.template2-header h1 span {
    font-weight: bold;
}

.template2-subtext {
    font-size: 10pt;
    color: #555;
}

.template2-subtext span {
    color: #2f6f4e;
}

.template2-hr {
    margin: 20px 0;
}

/* SUMMARY */
.template2-summary {
    font-size: 8pt;
    margin-bottom: 30px;
}

/* SECTIONS */
.template2-section {
    margin-bottom: 30px;
}

.template2-h2 {
    font-size: 10pt;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 5px;
}

/* TIMELINE */
.template2-timeline {
    border-left: 2px dotted #bbb;
    padding-left: 20px;
}

.template2-item {
    margin-bottom: 20px;
}

.template2-date {
    font-size: 6pt;
    color: #555;
    margin-bottom: 5px;
}

.template2-title {
    color: #2f6f4e;
}

.template2-content strong,
.template2-content span {
    font-size: 8pt;
}

.template2-content p {
    font-size: 8pt;
    margin-top: 5px;
}

/* SKILLS & TAGS */
.template2-skills-tags,
.template2-tech-tags {
    margin-top: 10px;
}

.template2-skill-tag {
    display: inline-block;
    padding: 4px 12px;
    background-color: #f0f4f2;
    color: #2f6f4e;
    margin: 0 8px 8px 0;
    border-radius: 20px;
    font-size: 9pt;
    border: 1px solid #e0e6e2;
    transition: all 0.3s ease;
}

.template2-tech-tag {
    display: inline-block;
    padding: 2px 8px;
    background-color: #f8f9fa;
    color: #555;
    margin: 0 4px 4px 0;
    border-radius: 4px;
    font-size: 8pt;
    border: 1px solid #eee;
}

/* AVATAR */
.template2-avatar {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* ACTIVITIES */
.template2-activities {
    font-size: 9pt;
    color: #444;
    line-height: 1.6;
}

/* PRINT OPTIMIZATION */
@media print {
    .template2-resume {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .template2-section {
        page-break-inside: avoid;
    }

    .template2-hr {
        border-top: 1px solid #ccc !important;
    }
}