/* Six reporting periods — v1.0.57 */

body.ep-portal-page .ep-month-tabs {
	display: grid !important;
	grid-template-columns: repeat(6, minmax(90px, 1fr)) !important;
	gap: 8px !important;
	overflow-x: auto !important;
	scrollbar-width: thin;
}

body.ep-portal-page .ep-month-tabs a {
	min-width: 90px !important;
	white-space: nowrap !important;
	text-align: center !important;
}

body.ep-portal-page select[name="reporting_month"] {
	width: 100% !important;
	min-height: 48px !important;
}

@media (max-width: 760px) {
	body.ep-portal-page .ep-month-tabs {
		display: flex !important;
	}

	body.ep-portal-page .ep-month-tabs a {
		flex: 0 0 auto !important;
		min-width: 112px !important;
	}
}
