.et-98310d5f-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

/* Timeline central line with user's customized alignment */
.et-98310d5f-container::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(19.9rem + 23px);
    width: 2px;
    background-color: #e2d1b8;
}

/* Row item layout */
.et-98310d5f-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
    position: relative;
}

.et-98310d5f-item:last-child {
    margin-bottom: 0;
}

/* Left date / institution column */
.et-98310d5f-left {
    flex: 0 0 30%;
    text-align: right;
    padding-right: 40px;
    box-sizing: border-box;
}

.et-98310d5f-date {
    font-family: "Playfair Display", Georgia, serif;
    font-style: italic;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1d332d;
    margin-bottom: 6px;
}

.et-98310d5f-subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #7a7a7a;
}

/* Center circle timeline column */
.et-98310d5f-middle {
    flex: 0 0 36px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.et-98310d5f-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #1d332d;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #faf6ee;
    transition: transform 0.3s ease;
}

.et-98310d5f-circle i,
.et-98310d5f-circle svg {
    color: #ffffff;
    fill: #ffffff;
    font-size: 11px;
    width: 11px;
    height: 11px;
}

/* Right job title & text column */
.et-98310d5f-right {
    flex: 1;
    padding-left: 40px;
    box-sizing: border-box;
}

.et-98310d5f-title {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #bf6f3a;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    line-height: 1.4;
}

.et-98310d5f-desc {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #5e5e5e;
}

.et-98310d5f-desc p {
    margin: 0 0 10px 0;
}
.et-98310d5f-desc p:last-child {
    margin-bottom: 0;
}

/* Mobile Responsiveness */
@media screen and (max-width: 767px) {
    .et-98310d5f-container::before {
        left: 20px;
    }
    
    .et-98310d5f-item {
        flex-direction: column;
        padding-left: 45px;
        margin-bottom: 40px;
    }

    .et-98310d5f-left {
        flex: none;
        width: auto;
        text-align: left;
        padding-right: 0;
        margin-bottom: 12px;
    }

    .et-98310d5f-middle {
        position: absolute;
        left: 0;
        top: 0;
        flex: none;
        width: auto;
    }

    .et-98310d5f-right {
        padding-left: 0;
    }
}
