.tl-a1bfeba2-wrapper {
    position: relative;
    width: 100%;
    margin: 40px auto;
    padding: 20px 0;
    box-sizing: border-box;
}

/* Central Timeline Line */
.tl-a1bfeba2-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #001a66;
    transform: translateX(-50%);
    z-index: 1;
}

.tl-a1bfeba2-container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

/* Timeline Item base */
.tl-a1bfeba2-item {
    position: relative;
    width: 50%;
    margin-bottom: 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.tl-a1bfeba2-item:last-child {
    margin-bottom: 0;
}

/* Alignments */
.tl-a1bfeba2-item.tl-a1bfeba2-align-left {
    align-self: flex-start;
    padding-right: 40px;
    text-align: left;
}

.tl-a1bfeba2-item.tl-a1bfeba2-align-right {
    align-self: flex-end;
    padding-left: 40px;
    text-align: left;
}

/* Circular Markers on the central line */
.tl-a1bfeba2-marker {
    position: absolute;
    top: 15px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    border: 3px solid #001a66;
    box-sizing: border-box;
    z-index: 3;
}

/* Inner dot */
.tl-a1bfeba2-marker::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #001a66;
}

.tl-a1bfeba2-align-left .tl-a1bfeba2-marker {
    right: -10px;
}

.tl-a1bfeba2-align-right .tl-a1bfeba2-marker {
    left: -10px;
}

/* Card Content Structure */
.tl-a1bfeba2-content {
    background: transparent;
}

.tl-a1bfeba2-date {
    font-size: 2.2rem;
    font-weight: 800;
    color: #001a66;
    margin-bottom: 15px;
    line-height: 1.1;
}

.tl-a1bfeba2-image {
    margin-bottom: 15px;
    width: 100%;
    max-width: 450px;
}

.tl-a1bfeba2-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.tl-a1bfeba2-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #001a66;
    margin: 0 0 10px 0;
}

.tl-a1bfeba2-body {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .tl-a1bfeba2-line {
        left: 20px;
        transform: none;
    }

    .tl-a1bfeba2-item {
        width: 100%;
        margin-bottom: 40px;
    }

    .tl-a1bfeba2-item.tl-a1bfeba2-align-left,
    .tl-a1bfeba2-item.tl-a1bfeba2-align-right {
        align-self: flex-start;
        padding-left: 45px;
        padding-right: 0;
        text-align: left;
    }

    .tl-a1bfeba2-align-left .tl-a1bfeba2-marker,
    .tl-a1bfeba2-align-right .tl-a1bfeba2-marker {
        left: 10px;
        right: auto;
    }
}
