.wsc-gb-calendar-nav { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.5em; }
.wsc-gb-calendar-table { width: 100%; border-collapse: collapse; margin-bottom: 1.5em; }
.wsc-gb-calendar-table th { padding: 0.4em; background: #f2f6f4; }
.wsc-gb-calendar-table td { border: 1px solid #eee; vertical-align: top; height: 80px; width: 14.28%; padding: 4px; }
.wsc-gb-day.is-today { background: #fffbe6; }
.wsc-gb-day-number { font-size: 0.85em; color: #888; }
.wsc-gb-day-sessions { list-style: none; margin: 4px 0 0; padding: 0; }
.wsc-gb-session-pill { font-size: 0.75em; padding: 2px 4px; border-radius: 3px; margin-bottom: 2px; }
.wsc-gb-session-pill.is-open { background: #e6f4ea; color: #1e4620; }
.wsc-gb-session-pill.is-full { background: #f3f3f3; color: #999; }
.wsc-gb-session-pill a { margin-left: 4px; }

.wsc-gb-widget { border: 1px solid #e2e2e2; border-radius: 6px; padding: 1em; max-width: 480px; margin-bottom: 1em; }
.wsc-gb-session-list { list-style: none; margin: 0 0 1em; padding: 0; }
.wsc-gb-session-option { padding: 0.5em; border: 1px solid #eee; border-radius: 4px; margin-bottom: 0.4em; }
.wsc-gb-session-option.is-full { opacity: 0.6; }
.wsc-gb-attendees, .wsc-gb-seats { width: 100%; padding: 0.5em; box-sizing: border-box; }
.wsc-gb-book-button {
	background: #1f6f43;
	color: #fff;
	border: none;
	padding: 0.6em 1.2em;
	border-radius: 4px;
	cursor: pointer;
}
.wsc-gb-message { display: block; margin-top: 0.5em; }

.wsc-gb-sessions-table th, .wsc-gb-sessions-table td { padding: 0.5em; }
.wsc-gb-product-filter { margin-bottom: 1em; }
