/* Specific styles for Experience page */

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 2rem auto;
}

.timeline::after {
    content: '';
    position: absolute;
    left: 9px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: var(--mg-mauve);
    z-index: 1;
}

.timeline-job {
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
}

.job-org {
    margin: 0 0 1rem 30px;
    color: var(--mg-ink);
    font-size: 1.5rem;
}

.timeline-node {
    position: relative;
    margin-left: 30px;
    padding-bottom: 1.5rem;
}


.timeline-node::before {
    content: '';
    position: absolute;
    left: -27px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--mg-ink);
    border: 2px solid var(--mg-cream);
    z-index: 3;
}

.node-time {
    font-family: var(--mg-mono);
    font-size: 0.85rem;
    color: var(--mg-ink-faint);
    margin-bottom: 0.3rem;
    font-weight: 600;
}

.node-content h4 {
    margin: 0 0 0.5rem 0;
    font-size: 1.1rem;
    color: var(--mg-ink);
}

.node-content p {
    margin: 0;
    
    
}

.org-logo {
    height: 1em;
    vertical-align: middle;
}

/* Slightly increase size only for ICTS logo */
.icts-logo {
    height: 1.25em;
}
