.ct-00dd5a19-wrapper {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    font-family: sans-serif; /* fallback */
    padding: 40px 20px;
    box-sizing: border-box;
}

.ct-00dd5a19-timeline {
    display: flex;
    flex-direction: column;
}

.ct-00dd5a19-item {
    display: flex;
    position: relative;
}

/* Line Column */
.ct-00dd5a19-line {
    width: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex-shrink: 0;
}

/* Past Stages */
.ct-00dd5a19-past {
    min-height: 80px;
}

.ct-00dd5a19-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #5A4880;
    border: 1px solid #7A6E94;
    margin-top: 6px;
    z-index: 2;
}

.ct-00dd5a19-line-segment {
    width: 1px;
    background-color: #5A4880;
    opacity: 0.6;
    flex-grow: 1;
    margin-top: 8px;
    margin-bottom: -6px; /* Connect to next dot */
}

.ct-00dd5a19-content {
    padding-left: 20px;
    padding-bottom: 30px;
    flex-grow: 1;
}

.ct-00dd5a19-date {
    font-size: 11px;
    letter-spacing: 0.1em;
    color: #6B5C8C;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.ct-00dd5a19-title {
    font-size: 14px;
    color: #C0B5C8;
    margin: 0 0 4px 0;
    font-weight: normal;
}

.ct-00dd5a19-subtitle {
    font-size: 12px;
    font-style: italic;
    color: #8A7BAA;
}

/* Paradigm Shift Break */
.ct-00dd5a19-break {
    margin: 40px 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.ct-00dd5a19-line-break {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.ct-00dd5a19-dashed-line {
    width: 100%;
    height: 1px;
    border-top: 1px dashed rgba(212,175,55,0.3);
}

.ct-00dd5a19-break-content {
    background: #000; /* Assuming dark background for overlap */
    padding: 10px 30px;
    z-index: 2;
}

.ct-00dd5a19-break-date {
    font-size: 11px;
    letter-spacing: 0.2em;
    color: #D4AF37;
    margin-bottom: 8px;
}

.ct-00dd5a19-break-title {
    font-size: 18px;
    font-style: italic;
    font-family: serif;
    color: #F5EDDF;
    margin: 0;
}

/* Future Stages */
.ct-00dd5a19-future {
    min-height: 120px;
}

.ct-00dd5a19-dot-large {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-top: 6px;
    z-index: 2;
    box-shadow: 0 0 18px rgba(212,175,55,0.7);
}

.ct-00dd5a19-dot-gold {
    background-color: #D4AF37;
}

.ct-00dd5a19-dot-white {
    background-color: #F5EDDF;
    box-shadow: 0 0 18px rgba(245,237,223,0.7);
}

.ct-00dd5a19-line-segment-gold {
    width: 1px;
    background-color: #D4AF37;
    flex-grow: 1;
    margin-top: 12px;
    margin-bottom: -6px;
}

.ct-00dd5a19-stage-label {
    font-size: 10px;
    font-variant: small-caps;
    letter-spacing: 0.2em;
    color: #D4AF37;
    margin-bottom: 6px;
}

.ct-00dd5a19-future-title {
    font-size: 22px;
    font-family: serif;
    font-style: italic;
    color: #F5EDDF;
    margin: 0 0 6px 0;
}

.ct-00dd5a19-future-subtitle {
    font-size: 13px;
    font-style: italic;
    color: #B8A8D8;
    margin-bottom: 8px;
}

.ct-00dd5a19-future-date {
    font-size: 12px;
    color: #D4AF37;
    margin-bottom: 12px;
}

.ct-00dd5a19-future-quote {
    font-size: 12px;
    font-family: serif;
    font-style: italic;
    color: #C0B5C8;
}