/* Structural styles only — colors, typography, spacing, and borders
   are controlled through Elementor's own Style tab so the widget
   automatically matches your page's design. Do not hardcode colors here. */

.gcal-ew-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.gcal-ew-event {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	width: 100%;
	box-sizing: border-box;
}

.gcal-ew-event-date {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	min-width: 64px;
	text-align: center;
	line-height: 1.2;
}

.gcal-ew-event-date .gcal-ew-day {
	font-size: 1.4em;
	font-weight: 700;
	display: block;
}

.gcal-ew-event-date .gcal-ew-month {
	text-transform: uppercase;
	font-size: 0.75em;
	display: block;
}

.gcal-ew-event-body {
	flex: 1 1 auto;
	min-width: 0;
}

.gcal-ew-event-title {
	margin: 0 0 4px 0;
}

.gcal-ew-event-time,
.gcal-ew-event-location {
	margin: 0 0 2px 0;
	display: block;
}

.gcal-ew-event-description {
	margin: 6px 0 0 0;
}

.gcal-ew-empty,
.gcal-ew-error {
	width: 100%;
	text-align: center;
	padding: 24px 0;
}

.gcal-ew-grid .gcal-ew-wrapper {
	flex-direction: row;
	flex-wrap: wrap;
}

.gcal-ew-grid .gcal-ew-event {
	flex-direction: column;
	align-items: flex-start;
}
