.rrui__form
{
	/* Chrome adds margin-bottom for all <form/>s for some weird reason */
	margin-bottom : 0;
}

.rrui__form__actions
{
	margin-top : calc(var(--rrui-unit) * 4);

	/* Right alignment */
	display         : flex;
	flex-direction  : row;
	justify-content : flex-end;
}

.rrui__form__actions--left-right
{
	justify-content : space-between;
}

.rrui__form__actions .rrui__button
{
	margin-right : calc(4 * var(--rrui-unit));
}

.rrui__form__actions .rrui__button:last-child
{
	margin-right : 0;
}

.rrui__form__field
{
	margin-bottom : calc(var(--rrui-unit) * 2);
}

.rrui__form__error:empty
{
	display : none;
}