@use '@talend/design-tokens/lib/tokens' as tokens;

.common {
	display: flex;
	justify-content: center;
	align-items: center;
	font: tokens.$coral-paragraph-m-bold;

	:global(.dropdown-menu) {
		min-width: 63px;
	}
}

.month {
	margin-right: tokens.$coral-spacing-xs;
}
