/* -----------------------------------------------
   Ninja Forms – Month/Year Field
   ----------------------------------------------- */

.nf-my-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}

.nf-my-part {
	flex: 1 1 0;
	min-width: 70px;
}

.nf-my-year {
	flex: 1.4 1 0;
	min-width: 90px;
}

.nf-my-input {
	width: 100%;
}

/* Remove browser-default number arrows on the text/number variant. */
.nf-my-input[type="number"]::-webkit-outer-spin-button,
.nf-my-input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.nf-my-input[type="number"] {
	-moz-appearance: textfield;
}
