.timeline-2fb20348-wrapper {
    width: 100%;
}

.timeline-2fb20348-legend {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.timeline-2fb20348-key-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.timeline-2fb20348-key-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.timeline-2fb20348-key-label {
    font-size: 14px;
    font-weight: 600;
}

.timeline-2fb20348-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
}

.timeline-2fb20348-item {
    flex: 1;
    min-width: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.timeline-2fb20348-top-text,
.timeline-2fb20348-bottom-text {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
    min-height: 18px;
    font-family: inherit;
    transition: color 0.3s ease;
}

.timeline-2fb20348-bottom-text {
    margin-top: 12px;
    margin-bottom: 0;
}

.timeline-2fb20348-arrow {
    width: 100%;
    padding: 24px 20px 24px 30px;
    background-color: #1f2937;
    color: #ffffff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%, 15px 50%);
    min-height: 100px;
}

.timeline-2fb20348-item:first-of-type .timeline-2fb20348-arrow {
    clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%);
    padding-left: 20px;
}

.timeline-2fb20348-arrow-inner {
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
    word-break: break-word;
    font-family: inherit;
}

@media (max-width: 767px) {
    .timeline-2fb20348-container {
        flex-direction: column;
        gap: 20px;
    }
    .timeline-2fb20348-item {
        width: 100%;
    }
    .timeline-2fb20348-arrow {
        clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 15px), 50% 100%, 0% calc(100% - 15px), 0% 15px);
        padding: 30px 20px 20px 20px;
        min-height: 80px;
    }
    .timeline-2fb20348-item:first-of-type .timeline-2fb20348-arrow {
        clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 15px), 50% 100%, 0% calc(100% - 15px));
        padding-top: 20px;
    }
}
