.webinar-schedule {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .25rem 1.25rem;
	margin-block: 1rem;
	font-size: var(--wp--preset--font-size--small);
	line-height: 1.3;

	.webinar-schedule__date,
	.webinar-schedule__time {
		display: inline-flex;
		align-items: center;
		gap: .4rem;
		font-weight: 600;
	}

	.webinar-schedule__date {
	}

	.webinar-schedule__time {
		color: var(--light-text-color, var(--text-color));
	}

	.webinar-schedule__icon {
		width: 1.25em;
		height: 1.25em;
		color: var(--page-accent-color, var(--text-color));
		flex-shrink: 0;
		margin-bottom: .25rem;
	}
}
