.lc-container-b7b41a4c {
    padding: 100px 20px;
    background-color: #FBF9F8;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.lc-layout-b7b41a4c {
    display: flex;
    max-width: 900px;
    margin: 0 auto;
    gap: 80px;
    align-items: center;
}

.lc-left-b7b41a4c {
    flex: 1;
    min-width: 280px;
}

.lc-right-b7b41a4c {
    flex: 1.5;
}

/* Timeline Styling */
.lc-timeline-b7b41a4c {
    position: relative;
    padding-left: 4px;
}

.lc-timeline-item-b7b41a4c {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 48px;
    transition: all 0.5s ease;
}

.lc-timeline-item-b7b41a4c:last-child {
    margin-bottom: 0;
}

.lc-timeline-item-b7b41a4c.is-upcoming {
    opacity: 0.4;
}

.lc-timeline-item-b7b41a4c.is-completed {
    opacity: 0.7;
}

.lc-timeline-item-b7b41a4c.is-active {
    opacity: 1;
    transform: translateX(4px);
}

.lc-timeline-indicator-b7b41a4c {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 28px;
}

.lc-timeline-line-b7b41a4c {
    position: absolute;
    top: 24px;
    bottom: -48px;
    width: 1px;
    background-color: rgba(0,0,0,0.06);
}

.lc-timeline-item-b7b41a4c.is-completed .lc-timeline-line-b7b41a4c {
    background-color: rgba(0,0,0,0.15);
}

.lc-timeline-item-b7b41a4c:last-child .lc-timeline-line-b7b41a4c {
    display: none;
}

.lc-timeline-dot-b7b41a4c {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #DDDDDD;
    z-index: 2;
    transition: all 0.5s ease;
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.lc-timeline-item-b7b41a4c.is-completed .lc-timeline-dot-b7b41a4c {
    background-color: #2A2A2A;
    border-color: #2A2A2A;
}

.lc-timeline-item-b7b41a4c.is-active .lc-timeline-dot-b7b41a4c {
    background-color: #B59865;
    border-color: #B59865;
    box-shadow: 0 0 0 6px rgba(181, 152, 101, 0.15);
}

.lc-timeline-item-b7b41a4c.is-upcoming .lc-timeline-dot-b7b41a4c {
    border-color: #DDDDDD;
    color: #999999;
}

.lc-timeline-text-b7b41a4c {
    font-size: 17px;
    color: #2A2A2A;
    font-weight: 400;
    line-height: 1.4;
    padding-top: 2px;
}

.lc-timeline-item-b7b41a4c.is-active .lc-timeline-text-b7b41a4c {
    font-weight: 500;
}

/* Card Styling */
.lc-card-b7b41a4c {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 48px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.03), 0 1px 3px rgba(0,0,0,0.02);
    border: 1px solid rgba(0,0,0,0.04);
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.lc-card-b7b41a4c::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #FBF9F8, #B59865, #FBF9F8);
    opacity: 0.5;
}

.lc-card-b7b41a4c.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.lc-card-badge-b7b41a4c {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #B59865;
    background-color: rgba(181, 152, 101, 0.08);
    padding: 6px 12px;
    border-radius: 20px;
    margin-bottom: 24px;
    font-weight: 500;
}

.lc-card-header-b7b41a4c {
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    padding-bottom: 32px;
}

.lc-couple-names-b7b41a4c {
    font-family: "Playfair Display", "Times New Roman", Times, serif;
    font-size: 32px;
    font-weight: 500;
    color: #2A2A2A;
    margin: 0 0 12px 0;
    letter-spacing: -0.01em;
}

.lc-card-meta-b7b41a4c {
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
}

.lc-card-section-b7b41a4c {
    margin-bottom: 32px;
}

.lc-section-label-b7b41a4c {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #999999;
    margin-bottom: 16px;
}

.lc-associate-info-b7b41a4c {
    background-color: #FDFBF9;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid rgba(181, 152, 101, 0.1);
}

.lc-associate-name-b7b41a4c {
    font-family: "Playfair Display", "Times New Roman", Times, serif;
    font-size: 20px;
    color: #2A2A2A;
    margin-bottom: 8px;
}

.lc-associate-details-b7b41a4c {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
}

.lc-status-section-b7b41a4c {
    margin-bottom: 40px;
}

.lc-status-list-b7b41a4c {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lc-status-item-b7b41a4c {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.lc-status-item-b7b41a4c:last-child {
    margin-bottom: 0;
}

.lc-status-item-b7b41a4c.is-completed {
    opacity: 0.6;
}

.lc-status-item-b7b41a4c.is-active {
    opacity: 1;
}

.lc-status-icon-b7b41a4c {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    color: #B59865;
    font-size: 14px;
    border-radius: 50%;
}

.lc-status-item-b7b41a4c.is-completed .lc-status-icon-b7b41a4c {
    color: #999999;
}

.lc-status-icon-b7b41a4c svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

/* Subtle Pulse Animation for Live Status */
@keyframes calm-pulse-b7b41a4c {
    0% {
        box-shadow: 0 0 0 0 rgba(181, 152, 101, 0.4);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 0 6px rgba(181, 152, 101, 0);
        transform: scale(1.05);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(181, 152, 101, 0);
        transform: scale(1);
    }
}

.lc-timeline-dot-b7b41a4c.is-animating {
    animation: calm-pulse-b7b41a4c 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}


.lc-status-content-b7b41a4c {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.lc-status-text-b7b41a4c {
    font-size: 15px;
    color: #2A2A2A;
}

.lc-status-item-b7b41a4c.is-active .lc-status-text-b7b41a4c {
    font-weight: 500;
}

.lc-status-time-b7b41a4c {
    font-size: 13px;
    color: #888888;
    opacity: 0.8;
}

.lc-card-footer-b7b41a4c {
    font-size: 14px;
    color: #888888;
    padding-top: 24px;
    border-top: 1px solid rgba(0,0,0,0.06);
    line-height: 1.5;
    font-style: italic;
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .lc-layout-b7b41a4c {
        flex-direction: column;
        gap: 50px;
    }
    
    .lc-card-b7b41a4c {
        padding: 32px 24px;
    }
}