.ss-wrapper-30af23c4 {
    display: flex;
    gap: 40px;
    position: relative;
    width: 100%;
    align-items: flex-start;
}

/* Sidebar Progress Container */
.ss-sidebar-container-30af23c4 {
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--wp-admin--admin-bar--height, 0px) + 100px);
    width: 200px;
    flex-shrink: 0;
    display: flex;
    padding-left: 20px;
    box-sizing: border-box;
}

body.admin-bar .ss-sidebar-container-30af23c4 {
    top: calc(var(--wp-admin--admin-bar--height, 32px) + 100px);
}

.ss-sidebar-line-30af23c4 {
    position: absolute;
    left: 28px;
    top: 10px;
    bottom: 10px;
    width: 3px;
    background-color: #e2e8f0;
    border-radius: 2px;
    overflow: hidden;
}

.ss-sidebar-line-progress-30af23c4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #6200ee;
    transition: height 0.1s linear;
}

.ss-sidebar-list-30af23c4 {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    z-index: 2;
}

.ss-sidebar-item-30af23c4 {
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    color: #a0aec0;
    font-size: 0.9rem;
    transition: color 0.3s ease, font-weight 0.3s ease;
    user-select: none;
}

.ss-sidebar-dot-30af23c4 {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 3px solid #cbd5e0;
    box-sizing: border-box;
    transition: background-color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.ss-sidebar-time-label-30af23c4 {
    line-height: 1.2;
}

/* Sidebar Active states */
.ss-sidebar-item-30af23c4.ss-active {
    color: #6200ee;
    font-weight: bold;
}

.ss-sidebar-item-30af23c4.ss-active .ss-sidebar-dot-30af23c4 {
    background-color: #6200ee;
    border-color: #6200ee;
    transform: scale(1.3);
}

/* Content Panel */
.ss-content-list-30af23c4 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-bottom: 200px; /* Allow last item to be scrolled into active zone */
}

.ss-card-30af23c4 {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: opacity 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
    border: 1px solid #edf2f7;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ss-card-30af23c4.ss-active-card {
    border-color: #6200ee;
    box-shadow: 0 10px 25px rgba(98, 0, 238, 0.1);
}

/* Card Elements styling */
.ss-time-30af23c4 {
    font-weight: bold;
    color: #6200ee;
    font-size: 1rem;
}

.ss-image-wrap-30af23c4 {
    max-width: 100%;
    height: 240px;
    border-radius: 8px;
    overflow: hidden;
}

.ss-img-30af23c4 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ss-title-30af23c4 h3 {
    margin: 0;
    font-size: 1.5rem;
    color: #1a202c;
}

.ss-subtitle-30af23c4 {
    font-size: 0.9rem;
    color: #718096;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ss-speaker-30af23c4 {
    font-size: 1rem;
    color: #2d3748;
    border-left: 3px solid #6200ee;
    padding-left: 10px;
}

.ss-description-30af23c4 {
    font-size: 1rem;
    color: #4a5568;
    line-height: 1.6;
}

.ss-btn-wrap-30af23c4 {
    margin-top: 10px;
}

.ss-button-30af23c4 {
    display: inline-block;
    padding: 12px 24px;
    background-color: #6200ee;
    color: #ffffff !important;
    font-weight: bold;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.2s;
    text-align: center;
}

.ss-button-30af23c4:hover {
    background-color: #4a00b0;
}

/* Responsive */
@media (max-width: 768px) {
    .ss-wrapper-30af23c4 {
        flex-direction: column;
        gap: 20px;
    }
    .ss-sidebar-container-30af23c4 {
        position: relative;
        top: 0 !important;
        width: 100%;
        padding-left: 0;
        margin-bottom: 20px;
    }
    .ss-sidebar-line-30af23c4 {
        display: none;
    }
    .ss-sidebar-list-30af23c4 {
        flex-direction: row;
        overflow-x: auto;
        gap: 20px;
        padding-bottom: 10px;
    }
    .ss-sidebar-item-30af23c4 {
        flex-shrink: 0;
    }
}
