@import 'mediawiki.skin.variables.less';

.mw-rcfilters-ui-datePopupWidget {
	margin-top: 1em;
	border-top: @border-base;
	padding-top: 1em;

	&-title,
	&-days,
	&-hours {
		margin: 0 0.9375em;
	}

	&-days {
		margin-top: 0.7em;
		margin-bottom: 0.625em;
	}

	&-title {
		display: block;
		font-weight: bold;
		margin-bottom: 0.5em;
	}

	.mw-rcfilters-ui-valuePickerWidget-title {
		color: @color-subtle;
	}
}
