/* tech-template4.css — ATS Standard Monogram Tech Template */

.tech4-outer {
    font-family: var(--tech4-fontFamily, 'Roboto', 'Arial', sans-serif);
    font-size: var(--tech4-textSize, 10pt);
    color: #222222;
    background-color: #ffffff;
    padding: 30px 32px;
    box-sizing: border-box;
    line-height: 1.5;
}

.tech4-body {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.tech4-body td {
    vertical-align: top;
}

.tech4-sidebar {
    width: 32%;
    padding-right: 20px;
    border-right: 1px solid #e5e7eb;
    box-sizing: border-box;
}

.tech4-main {
    width: 68%;
    padding-left: 24px;
    box-sizing: border-box;
}

/* Monogram / Photo Box */
.tech4-monogram {
    width: 68px;
    height: 68px;
    background-color: #111827;
    color: var(--accent-color, #10b981);
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    line-height: 68px;
    margin-bottom: 16px;
    font-family: sans-serif;
}

.tech4-monogram-img {
    width: 68px;
    height: 68px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 16px;
    display: block;
}

.tech4-name {
    font-size: var(--tech4-titleSize, 22pt);
    font-weight: 800;
    color: var(--accent-color, #10b981);
    margin-bottom: 12px;
    line-height: 1.25;
    word-wrap: break-word;
}

.tech4-contact {
    font-size: 0.9em;
    color: #4b5563;
    line-height: 1.6;
}

.tech4-contact-item {
    margin-bottom: 6px;
    word-wrap: break-word;
}

.tech4-contact-item i {
    color: var(--accent-color, #10b981);
    margin-right: 6px;
    width: 14px;
}

/* Main Sections */
.tech4-section {
    margin-bottom: 15px;
}

.tech4-section-title {
    font-size: var(--tech4-headingSize, 14pt);
    font-weight: 500;
    color: #111827;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

/* Summary */
.tech4-main .summary-text {
    font-size: 1em;
    color: #374151;
    line-height: 1.6;
    text-align: justify;
}

/* Experience */
.tech4-main .exp-entry {
    margin-bottom: 16px;
}

.tech4-main .exp-header {
    font-size: 1.05em;
    font-weight: 700;
    color: #111827;
}

.tech4-main .exp-location {
    font-size: 0.95em;
    color: #4b5563;
}

.tech4-main .exp-company-dates,
.edu-school,
.edu-details,
.cert-meta {
    font-size: 0.95em;
    color: #6b7280;
    margin-bottom: 6px;
}

.tech4-main .exp-desc {
    font-size: 1em;
    color: #374151;
}

.tech4-main .exp-desc ul {
    margin: 4px 0;
    padding-left: 18px;
}

.tech4-main .exp-desc li {
    margin-bottom: 4px;
}

/* Nested Projects */
.tech4-main .proj-entry {
    margin-top: 8px;
    padding-left: 10px;
    border-left: 2px solid #e5e7eb;
}

.tech4-main .proj-name {
    font-size: 0.95em;
    font-weight: 600;
    color: var(--accent-color, #10b981);
}

.tech4-main .proj-stack {
    font-size: 0.9em;
    color: #6b7280;
    font-style: italic;
}

.tech4-main .proj-desc {
    font-size: 0.95em;
    color: #4b5563;
}

/* Education */
.tech4-main .edu-entry {
    margin-bottom: 12px;
}

.tech4-main .edu-degree {
    font-size: 1em;
    font-weight: 700;
    color: #111827;
}

.tech4-main .edu-school {
    font-size: 0.95em;
    color: #4b5563;
}

.tech4-main .edu-meta {
    font-size: 0.9em;
    color: #6b7280;
}

.tech4-main .edu-details {
    font-size: 0.9em;
    color: #4b5563;
    font-style: italic;
}

/* Certifications & Achievements */
.tech4-main .cert-entry {
    margin-bottom: 8px;
}

.tech4-main .cert-name {
    font-size: 1em;
    font-weight: 700;
    color: #111827;
}

.tech4-main .cert-meta {
    font-size: 0.9em;
    color: #6b7280;
}

.tech4-main .custom-value {
    font-size: 1em;
    color: #374151;
    margin-bottom: 3px;
}

/* General Lists */
.tech4-outer ul {
    margin: 4px 0;
    padding-left: 18px;
}

.tech4-outer ul li {
    margin-bottom: 4px;
}

/* Skills & Programming Skills Pills */
.tech4-skills-container {
    margin-top: 6px;
    line-height: 1.8;
}

.tech4-skill-pill {
    display: inline-block;
    background-color: var(--accent-color, #80a4ba);
    color: #1f2937;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.88em;
    font-weight: 500;
    margin-right: 6px;
    margin-bottom: 6px;
}