/*
 * Custom CSS for UAGB Content Timeline
 * Adds padding to the inner content of timeline items
 * to prevent text from touching the edges of the message box.
 */
.uagb-timeline__events-inner--content {
    padding: 15px; /* Adjust this value as needed. You can use px, em, or rem. */
    box-sizing: border-box; /* Ensures padding is included within the element's total width and height */
}

/* Target the visible year element on the timeline with increased specificity */
.uagb-block-48cf1464.uagb-timeline__outer-wrap .uagb-timeline__date-new {
    font-size: 24px !important; /* Using px for absolute sizing, adjust as needed. !important is crucial. */
    font-weight: bold !important; /* Making it bold for more visual impact. */
}

/*
.uagb-timeline__inner-date-new {
    font-size: 1.2em !important; 
}
*/
