.etl-1cfe0887-wrapper {
    position: relative;
    padding: 20px 0;
    max-width: 1100px;
    margin: 0 auto;
}

.etl-1cfe0887-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #E0E0E0;
    transform: translateX(-50%);
    z-index: 0;
}

.etl-1cfe0887-item {
    position: relative;
    width: 50%;
    padding: 0 40px 40px;
    box-sizing: border-box;
}

.etl-1cfe0887-item.etl-1cfe0887-left {
    left: 0;
    text-align: right;
}

.etl-1cfe0887-item.etl-1cfe0887-right {
    left: 50%;
    text-align: left;
}

.etl-1cfe0887-dot {
    position: absolute;
    top: 12px;
    width: 20px;
    height: 20px;
    background-color: #6C63FF;
    border: 4px solid #FFFFFF;
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0 0 0 3px #6C63FF;
}

.etl-1cfe0887-item.etl-1cfe0887-left .etl-1cfe0887-dot {
    right: -10px;
}

.etl-1cfe0887-item.etl-1cfe0887-right .etl-1cfe0887-dot {
    left: -10px;
}

.etl-1cfe0887-card {
    background-color: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
}

.etl-1cfe0887-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.etl-1cfe0887-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.etl-1cfe0887-content {
    padding: 20px 24px 24px;
}

.etl-1cfe0887-date {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #6C63FF;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.etl-1cfe0887-title {
    font-size: 20px;
    font-weight: 700;
    color: #1A1A2E;
    margin: 0 0 10px;
    line-height: 1.3;
}

.etl-1cfe0887-desc {
    font-size: 15px;
    color: #555555;
    line-height: 1.6;
    margin: 0 0 16px;
}

.etl-1cfe0887-btn {
    display: inline-block;
    padding: 8px 20px;
    background-color: #6C63FF;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.etl-1cfe0887-btn:hover {
    background-color: #5A52D5;
    transform: translateY(-1px);
}

/* ===== Responsive: Stack on mobile ===== */
@media (max-width: 767px) {
    .etl-1cfe0887-line {
        left: 20px;
        transform: none;
    }

    .etl-1cfe0887-item {
        width: 100%;
        left: 0 !important;
        padding: 0 0 30px 50px;
        text-align: left;
    }

    .etl-1cfe0887-item.etl-1cfe0887-left .etl-1cfe0887-dot,
    .etl-1cfe0887-item.etl-1cfe0887-right .etl-1cfe0887-dot {
        left: 11px;
        right: auto;
    }
}
