.cr-4e1faea3-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
    font-family: inherit;
}

.cr-4e1faea3-level-item {
    display: flex;
    position: relative;
    gap: 30px;
}

.cr-4e1faea3-timeline-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 60px;
    flex-shrink: 0;
}

.cr-4e1faea3-step-badge {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    z-index: 2;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.cr-4e1faea3-timeline-line {
    width: 2px;
    background-color: #e5e7eb;
    flex-grow: 1;
    min-height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cr-4e1faea3-content-side {
    flex-grow: 1;
    padding-bottom: 40px;
}

.cr-4e1faea3-header {
    margin-bottom: 20px;
}

.cr-4e1faea3-subtitle {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #6b7280;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.cr-4e1faea3-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

/* NEW GRID LAYOUT FOR TOPICS */
.cr-4e1faea3-topics-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

.cr-4e1faea3-topic-item {
    display: flex;
    align-items: center;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e5e7eb;
}

.cr-4e1faea3-topic-number {
    font-size: 0.85rem;
    font-weight: 700;
    color: #9ca3af;
    margin-right: 0.75rem;
}

.cr-4e1faea3-topic-text {
    font-size: 1rem;
    color: #374151;
    font-weight: 500;
}

.cr-4e1faea3-tech-wrapper {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    background-color: #f3f4f6;
    padding: 12px 20px;
    border-radius: 8px;
}

.cr-4e1faea3-tech-pill {
    background-color: #fff;
    color: #4b5563;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 9999px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
    .cr-4e1faea3-topics-list {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .cr-4e1faea3-level-item {
        gap: 20px;
    }
    
    .cr-4e1faea3-step-badge {
        width: 48px;
        height: 48px;
        font-size: 1rem;
    }
    
    .cr-4e1faea3-timeline-side {
        width: 48px;
    }
}
