html {
	font-size: 16px;
}

.t3-widget-root {
	--t3-primary: 102,148,10; /* #66940a */
	--t3-primary-disabled: 178,178,178; /* #b2b2b2 */
	--t3-primary-hover: 82,98,14; /* #52620e */
	--t3-secondary: 102,148,10; /* #66940a */
	--t3-secondary-disabled: 178,178,178; /* #b2b2b2 */
	--t3-secondary-hover: 82,98,14; /* #52620e */

	--t3-calendar-cell-active-background-color: #66940a;
	--t3-calendar-cell-hover-background-color: #52620e;
}

.t3-widget-mini-searchbook label {
	margin-bottom: inherit;
	font-weight: inherit;
}

@media (min-width: 992px) {
	.t3-widget-root .t3-search-bar .t3-search-bar-area.t3-confirm {
		flex: 1 1 auto !important;	
	}
}