.is-6dd84887-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.is-6dd84887-left {
    flex: 1 1 350px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically center triggers relative to right-hand content */
}

.is-6dd84887-right {
    flex: 2 1 450px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: #fafafa;
    min-height: 300px;
    border: 1px solid #eee;
}

.is-6dd84887-trigger-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    cursor: pointer;
    padding: 10px 0;
    transition: all 0.3s ease;
}

/* Number Wrapper & Line layout */
.is-6dd84887-number-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.is-6dd84887-step-number {
    display: block;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    transition: background-color 0.3s ease, color 0.3s ease;
    z-index: 2;
}

.is-6dd84887-step-line {
    position: absolute;
    top: 100%;
    bottom: -50px; /* extends line through gap to the next item */
    width: 2px;
    z-index: 1;
    transition: background-color 0.3s ease;
}

.is-6dd84887-trigger-content {
    flex-grow: 1;
}

.is-6dd84887-title {
    margin: 0 0 6px 0;
    font-size: 1.25rem;
    font-weight: 700;
    transition: color 0.3s ease;
}

.is-6dd84887-description {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #4a5568;
    transition: color 0.3s ease;
}

/* Panels styling */
.is-6dd84887-content-panel {
    display: none;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.is-6dd84887-content-panel.is-active {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transform: translateY(0);
}

.is-6dd84887-image-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.is-6dd84887-image-wrapper img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 4px;
}

.is-6dd84887-template-wrapper {
    width: 100%;
}
