/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 29 2026 | 23:13:28 */
/* The Sugar Calendar plugin applies a border to all four sides of each event cell in the calendar grid view. This rule removes the top, right, and bottom borders, retaining only the left border to create a clean left-edge accent style rather than a fully boxed appearance. */
.sugar-calendar-block .sugar-calendar-block__event-cell {
	border-top: 0 !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
}
