.tech1-outer {
    font-family: var(--tech1-fontFamily, 'Arial', sans-serif);
    min-height: 100%;
    height: auto;
    background: #fff;
    color: #222;
    font-size: var(--tech1-textSize, 10pt);
    box-sizing: border-box;
}

.tech1-header {
    background: var(--accent-color, #2563eb);
    color: #fff;
    padding: 20px 24px 16px 24px;
}

.tech1-header .r-name {
    font-size: var(--tech1-titleSize, 22pt);
    font-weight: bold;
    margin: 0 0 3px 0;
}

.tech1-header .r-role {
    font-size: 1.1em;
    margin: 0 0 8px 0;
    opacity: 0.9;
}

.tech1-header .r-contact {
    font-size: 0.9em;
}

.tech1-header .r-contact span {
    margin-right: 14px;
    display: inline-block;
    padding-bottom: 6px;
}

.tech1-body {
    width: 100%;
    border-collapse: collapse;
}

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

.tech1-col-left {
    width: 62%;
    padding: 16px 14px 16px 24px;
    border-right: 1px solid #e5e7eb;
}

.tech1-col-right {
    width: 38%;
    padding: 16px 20px 16px 14px;
    background: #f8faff;
}

.tech1-section {
    margin-bottom: 16px;
}

.tech1-section-title {
    font-size: var(--tech1-headingSize, 14pt);
    font-weight: bold;
    color: var(--accent-color, #2563eb);
    border-bottom: 2px solid var(--accent-color, #2563eb);
    padding-bottom: 4px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tech1-outer .exp-entry {
    margin-bottom: 12px;
}

.tech1-outer .exp-header {
    font-weight: bold;
    font-size: 1.05em;
    margin-bottom: 2px;
}

.tech1-outer .exp-company {
    color: var(--accent-color, #2563eb);
    font-size: 1em;
    margin-bottom: 2px;
}

.tech1-outer .exp-dates {
    color: #666;
    font-size: 0.9em;
    margin-bottom: 4px;
}

.tech1-outer .exp-desc {
    font-size: 1em;
    color: #444;
    line-height: 1.5;
}

.tech1-outer .proj-entry {
    margin-bottom: 10px;
    padding: 8px;
    border: 1px solid #e5e7eb;
    background: #fff;
    margin-top: 6px;
}

.tech1-outer .proj-name {
    font-weight: bold;
    font-size: 1em;
    color: var(--accent-color, #2563eb);
    margin-bottom: 2px;
}

.tech1-outer .proj-stack {
    font-size: 0.9em;
    color: #888;
    margin-bottom: 4px;
}

.tech1-outer .proj-desc {
    font-size: 0.95em;
    color: #555;
}

.tech1-outer .skill-tags {}

.tech1-outer .skill-tag {
    display: inline-block;
    background: var(--accent-color, #2563eb);
    color: #fff;
    padding: 2px 8px;
    margin: 2px;
    font-size: 0.9em;
    border-radius: 3px;
}

.tech1-outer .edu-entry {
    margin-bottom: 10px;
}

.tech1-outer .edu-degree {
    font-weight: bold;
    font-size: 1em;
}

.tech1-outer .edu-school {
    color: #555;
    font-size: 0.95em;
}

.tech1-outer .edu-year {
    color: #888;
    font-size: 0.9em;
}

.tech1-outer .lang-entry {
    margin-bottom: 5px;
}

.tech1-outer .lang-name {
    font-size: 1em;
    font-weight: bold;
}

.tech1-outer .lang-level {
    color: #888;
    font-size: 0.9em;
}

.tech1-outer .cert-entry {
    margin-bottom: 8px;
}

.tech1-outer .cert-name {
    font-size: 1em;
    font-weight: bold;
}

.tech1-outer .cert-meta {
    color: #888;
    font-size: 0.9em;
}

.tech1-outer .photo-box {
    text-align: center;
    margin-bottom: 12px;
    background: transparent !important;
}

.tech1-outer .photo-circle {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    background: transparent !important;
}

.tech1-outer .photo-circle img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    border: none;
    background: transparent !important;
}

.tech1-outer .custom-section {
    margin-bottom: 12px;
}

.tech1-outer .custom-title {
    font-size: 1em;
    font-weight: bold;
    color: var(--accent-color, #2563eb);
    margin-bottom: 4px;
}

.tech1-outer .custom-value {
    font-size: 1em;
    color: #444;
    margin-bottom: 2px;
}

.tech1-outer .summary-text {
    font-size: 1em;
    color: #444;
    line-height: 1.6;
}

.tech1-outer ul {
    margin: 4px 0;
    padding-left: 18px;
}

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