/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 08 2025 | 05:59:10 */
/* 1. Center the whole wheel section */
[data-chargewp-shortcode-id="chargewp-wheel-timeline-693666cb8e19c"] {
    display: flex;
    justify-content: center;
}

[data-chargewp-shortcode-id="chargewp-wheel-timeline-693666cb8e19c"] 
.chargewp-wheel-timeline-cards-container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    
    /* show only HALF of the circle (top part) */
    overflow: hidden;
    height: calc(var(--radius) + var(--cards-container-padding));
}

/* 2. Keep the circle centered inside */
[data-chargewp-shortcode-id="chargewp-wheel-timeline-693666cb8e19c"] 
.chargewp-wheel-timeline-cards {
    margin: 0 auto;
}
/* 3. Move center year & text lower so they sit in the visible center */
[data-chargewp-shortcode-id="chargewp-wheel-timeline-693666cb8e19c"] 
.chargewp-wheel-timeline-cards-container {
    --title-top: 40%;
    --info-top: 60%;
}
