/* container */
.iac-wrapper{
	max-width:380px;
	background:#fafafa;
	padding:1.5rem 1.25rem;
	border:1px solid #e1e1e1;
	border-radius:4px;
	box-shadow:0 1px 3px rgba(0,0,0,.05);
	font-family:inherit;
}

/* each row */
.iac-row{
	display:flex;
	gap:.25rem;
	margin-bottom:.75rem;
}

/* inputs & selects */
.iac-row input,
.iac-row select{
	flex:1 1 150px;
	padding:.55rem .65rem;
	font-size:15px;
	border:1px solid #ccc;
	border-radius:3px;
	box-sizing:border-box;
}

/* narrow dropdown */
.iac-row select{
	flex:0 0 110px;
}

/* equals sign */
.iac-eq{
	align-self:center;
	font-weight:600;
	margin:0 .35rem;
}
