.wrt-wrapper-1463 {
    padding: 80px 20px;
    font-family: inherit;
}

.wrt-container-1463 {
    max-width: 800px;
    margin: 0 auto;
}

.wrt-header-1463 {
    text-align: center;
    margin-bottom: 60px;
}

.wrt-eyebrow-1463 {
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 1.5px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.wrt-h2-1463 {
    margin-bottom: 25px;
    font-weight: 600;
}

.wrt-intro-1463 {
    font-size: 1.1em;
    line-height: 1.7;
    margin-bottom: 30px;
}

.wrt-main-image-1463 img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

/* Timeline Layout */
.wrt-timeline-wrapper-1463 {
    position: relative;
    margin-bottom: 60px;
}

.wrt-timeline-line-1463 {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    opacity: 0.3;
}

.wrt-timeline-item-1463 {
    display: flex;
    margin-bottom: 30px;
    position: relative;
}

.wrt-timeline-item-1463:last-child {
    margin-bottom: 0;
}

.wrt-timeline-marker-col-1463 {
    width: 40px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    padding-top: 25px;
    position: relative;
    z-index: 2;
}

.wrt-day-marker-1463 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #F8F5EF; /* creates space around dot */
}

.wrt-timeline-content-col-1463 {
    flex-grow: 1;
    padding-left: 10px;
}

.wrt-day-card-1463 {
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.05);
}

.wrt-day-label-1463 {
    display: inline-block;
    font-size: 0.85em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.wrt-day-title-1463 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.3em;
    font-weight: 600;
}

.wrt-day-desc-1463 {
    line-height: 1.6;
    margin: 0;
}

/* Footer / CTAs */
.wrt-footer-1463 {
    text-align: center;
}

.wrt-note-1463 {
    font-style: italic;
    font-size: 0.9em;
    opacity: 0.8;
    margin-bottom: 40px;
    line-height: 1.5;
}

.wrt-actions-1463 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.wrt-btn-1463 {
    display: inline-block;
    padding: 14px 35px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.wrt-btn-1463:hover {
    opacity: 0.85;
    transform: translateY(-2px);
}

.wrt-btn-secondary-1463 {
    background: transparent;
}

@media (max-width: 767px) {
    .wrt-timeline-line-1463 {
        display: none;
    }
    
    .wrt-timeline-marker-col-1463 {
        display: none;
    }
    
    .wrt-timeline-content-col-1463 {
        padding-left: 0;
    }
    
    .wrt-day-card-1463 {
        padding: 25px 20px;
    }
}
